Skip to main content
POST
Creates a new connector connection. Credentials are stored encrypted and never returned in plain text after creation.
The config map contains raw credentials (API keys, tokens). Ensure you are making this request over HTTPS. Values are stored encrypted at rest.

Request body

string
required
Human-readable name. 1–100 characters.
string
required
The connector to configure, e.g. slack, github.
string
required
The auth method, e.g. apiKey, basic, oauth2.
object
required
Key-value credential map. Keys and structure are connector-specific.
string
PRIVATE (default) | SPACE | GLOBAL
string
Required if visibility is SPACE.
Last modified on April 2, 2026