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:

  1. Go to Tools > AI Agent Studio.
  2. Click the Connectors tab.
  3. Click Create Connector Definition.
  4. Provide a name for the connector.
  5. For Type, select one of the following specifications supported by your application:
    • For MCP:
      1. Select the required Credential Type.
      2. Select the Transport Type as SSE or Streamable HTTP.
      3. Provide the Instance URL.
    • For openAPI 3.0:
      1. Select the required URL Authentication method.
      2. 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.
  6. 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.