Connect
- In your assistant, add a custom connector (sometimes called a custom MCP server) with the URL above.
- Your assistant registers itself and opens Sign in with pepline in a browser.
- Pick the organization(s) this connection may act on — one connection can cover several — and approve.
Where to add it
Scopes
- Organizations — the connection acts on the orgs you picked at consent. With several, tools take an
organizationargument to say which one a call targets. - Operator — platform admins only: one connection across every organization.
Managing connections
Live connections appear in Settings → API → Connected apps, per organization they cover. Revoking disconnects the assistant on its next request; reconnect by signing in again.Using an API key instead
For scripts and servers, the same endpoint accepts your secret API key as a Bearer token — no OAuth flow:Troubleshooting
- 401 after working fine — the connection was revoked or the org paused; sign in again.
- Missing or outdated tools — clients cache the tool list at connect time; disconnect and reconnect.
organization_requirederrors — the connection covers several orgs; pass theorganizationargument the error names.

