Connect an app
Starts the authorization for one app and returns the URL to send the user to (popup or redirect), plus the pending connection row. The credential is held by the authorization provider — it never reaches Norbelys or your client. Poll the integration until its status turns active.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Headers
Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.
255Body
Response
OK
Send the user here (popup or redirect) to authorize the app. The link expires.
"https://backend.composio.dev/link/abc123"
The connection row, created pending — poll it (or list integrations) until it turns active.
When the authorization link expires.