Create Your Own Connector
If you need a connector for an external application that is not available in AI Agent Studio, you can define and create your own connector.
To create a connector definition:
- Go to .
- Click the Connectors tab.
- Click Create Connector Definition.
- Provide a name for the connector.
- For Type, select one of the following specifications
supported by your application:
- For MCP:
- Select the required Credential Type.
- Select the Transport Type as SSE or Streamable HTTP.
- Provide the Instance URL.
- For openAPI 3.0:
- Select the required URL Authentication method.
- Select the OpenAPI source.
- If you have the URL to the OpenAPI specification, select URL and provide the URL.
- If you have the JSON/YAML file of the OpenAPI specification, select Content, and click Choose file to upload the OpenAPI specification file.
- For MCP:
- Click Generate.
All the functions exposed as a part of the specification are displayed under the Tools Available section.
Your connector is added to the list of available connectors. You can now create a connector instance using this connector. For more information, see Create Connectors for External Applications.