mcp-use TypeScript API
    Preparing search index...

    Interface RemoteAgentOptions

    Configures a RemoteAgent.

    interface RemoteAgentOptions {
        agentId: string;
        apiKey?: string;
        baseUrl?: string;
    }
    Index
    agentId: string

    Hosted agent identifier.

    apiKey?: string

    API key. Defaults to MCP_USE_API_KEY.

    baseUrl?: string

    API origin. Defaults to https://cloud.manufact.com.