Connect app at the organization level
Connects an app using direct credentials (API key, service account, etc.) at the organization level. The connection is shared by every project in the organization. Available on OneCLI Cloud and self-hosted Enterprise. Requires admin role.
Authorizations
API key obtained from the dashboard or GET /user/api-key
Path Parameters
App provider identifier (e.g., gmail, github, jira)
Body
Credential fields required by the app
{ "apiKey": "sk-..." }Reconnect an existing connection
Display label for the connection. Defaults to a label derived from the credential metadata.
Connection method to use for apps with multiple methods (e.g. OAuth primary + API-key alternate). An unrecognized value is rejected.
Response
Connected