Skip to main content
Back to API List Use the Connections API to programmatically manage external model connections for OpenAI, Azure OpenAI, Anthropic, custom API providers, and other integrations. Prerequisites Before using these APIs, ensure your API App has the following scopes enabled:
  • View Connections – Required for viewing connection details
  • Manage Connections – Required for creating and updating connections

Base URL

Common Request Headers

API List

List All Connections

Retrieves a list of all configured connections with optional filtering.

Query Parameters

Sample Request

Sample Response


Get Connection by ID

Retrieves the details of a specific connection using its unique identifier.

Path Parameters

Sample Request

Sample Response


Create Connection

Creates a new connection to an external model provider. Supports creation of Custom API, OpenAI, Azure OpenAI, Anthropic, and other external model connections. Body Parameters

Sample Request – Custom API Connection - Default Provider

Custom API Fields (provider: "API")

Sample Request – Custom API Connection - Existing Provider

Custom API Fields (provider: "API")

Sample Request – OpenAI Connection

OpenAI Field (provider: "Open AI")

Sample Request – Azure OpenAI Connection

Azure OpenAI Fields (provider: "Azure Open AI")

Sample Request – Anthropic Connection

Anthropic Field (provider: "Anthropic")

Sample Response


Update Connection

Updates the configuration of an existing connection. Supported only for external provider connections where provider is not API. Path Parameters

Sample Request

Body Parameters

Sample Response