v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBintegrations
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"
}
}