integrations

Create integration connection

Creates a new integration connection with credentials for an external service. The connection can then be used by models, functions, and other resources to authenticate with the service.

post/integrations/connections

Request body

Example request

{
  "metadata": {
    "displayName": "My Resource",
    "externalId": "my-session-123",
    "name": "my-resource"
  },
  "spec": {
    "integration": "openai"
  }
}

Response

successful operation

Example response

{
  "metadata": {
    "displayName": "My Resource",
    "externalId": "my-session-123",
    "name": "my-resource"
  },
  "spec": {
    "integration": "openai"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.