Connectors
i
InformationConnectors are a beta feature. The API interface can change.
Connectors are registered MCP servers that you can use as tools in conversations and Agents, from any SDK or directly via the API, without managing MCP transport locally.
Once registered, a Connector exposes its tools to the model on demand: the model discovers them automatically and calls the right one based on the user's request.
tip
What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI models to external tools and data sources through a unified interface. Any MCP-compatible server can be registered as a Connector.
Next steps
Next steps
- Create and manage Connectors — register a Connector with the MCP server URL and visibility scope.
- Use Connectors in conversations — pass a Connector in the
toolsarray and let the model pick the right tool. - Call tools directly — invoke a specific tool when you already know which one and what arguments to use.
- Human-in-the-loop confirmation — intercept tool calls for user approval before execution.