Skip to main content

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.
1

Browse packs

GET /integration-packs to see what’s available, and what tools/skills each pack provides.
2

Connect

POST .../mcp-connectors/{connectorId} to start an OAuth flow and connect the underlying service to your workspace.
3

Bind to an agent

Attach the pack via integrationBindings on Update Agent.

Base URL

https://suite.sundaypyjamas.com/api/v1

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.