OptionalagentRemote agent identifier. When set, execution uses the remote API.
OptionalapiRemote API key. Defaults to MCP_USE_API_KEY.
OptionalautoInitializes the agent on the first run. Defaults to false.
OptionalbaseRemote API origin. Defaults to https://cloud.manufact.com.
OptionalclientExisting MCP client. The agent does not create another client.
OptionalconnectorsExisting MCP connectors to initialize and expose as tools.
OptionaldisallowedMCP tool names that must not be exposed to the model.
OptionalexposeExposes MCP prompts as callable tools. Defaults to true.
OptionalexposeExposes MCP resources as callable tools. Defaults to true.
Model identifier such as "openai/gpt-4o", or a complete
provider configuration.
OptionalllmCredentials and sampling overrides for a string model identifier.
OptionalmaxMaximum model/tool-loop steps per run. Defaults to 10.
OptionalmcpNamed server configurations or live browser connections.
OptionalmemoryRetains user and assistant messages between runs. Defaults to true.
OptionalsystemSystem instruction for local runs. Pass null to use the default
instruction.
Configures a local or remote MCPAgent.