Overview
Integration packs are bundled sets of tools and skills (e.g. a “Notion” pack, a “Linear” pack) that an agent can use. MCP connectors are the workspace-level OAuth connections that back those packs — connect once per workspace, then bind the pack to any agent.Browse packs
GET /integration-packs to see what’s available, and what tools/skills each pack provides.Connect
POST .../mcp-connectors/{connectorId} to start an OAuth flow and connect the underlying service to your workspace.Bind to an agent
Attach the pack via
integrationBindings on Update Agent.Base URL
Authentication
GET /integration-packs is public and unauthenticated (catalog metadata only). MCP connector endpoints require a workspace API key or session; connecting, disconnecting, and enabling/disabling connectors requires a workspace owner or admin — these are session-only operations, not available via API key.
Resources
Integration Packs
Browse the pack catalog and each pack’s tools/skills.
MCP Connectors
Connect, disconnect, and toggle workspace integrations.