Connect app with credentials
Apps
Connect app with credentials
Connects an app using direct credentials (API key, service account, etc.) rather than OAuth.
POST
Connect app with credentials
Authorizations
API key obtained from the dashboard or GET /user/api-key
Path Parameters
App provider identifier (e.g., gmail, github, jira)
Body
application/json
Credential fields required by the app
Example:
{ "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