# Zapier > Root map for AI agents and developer tools. Per-surface indexes live in [Surfaces](#surfaces); topic-keyed cross-references live in [Topics](#topics). Section anchors are stable — safe to deep-link (e.g. `https://zapier.com/llms.txt#mcp`). ## What is Zapier Zapier is a no-code AI orchestration platform where teams connect thousands of apps and AI tools to run automations and AI-assisted work, including workflows, Agents, MCP-connected assistants, and chatbots. Teams from SMBs to global enterprises use Zapier to wire together sprawling stacks, add AI where it fits, and apply admin and security controls at scale. Control, delegation, and visibility are built in so teams build safely without IT as a bottleneck. --- ## Surfaces Zapier spans multiple subdomains. Where a subdomain publishes its own `llms.txt`, the link below points to that index — fetch it for the full page listing of that surface. - [docs.zapier.com/llms.txt](https://docs.zapier.com/llms.txt): Developer documentation — SDK, MCP, integration building, embedding, White Label, Workflow API. - [help.zapier.com](https://help.zapier.com): End-user Help Center — troubleshooting, how-tos, account management. - [community.zapier.com](https://community.zapier.com): User community — forums, discussions, tips. --- ## Topics ### #mcp — Zapier MCP The Model Context Protocol server for Zapier. Connects MCP-aware clients (Claude, Cursor, VS Code, Windsurf, ChatGPT, etc.) to Zapier's app integration layer so agents can take actions across thousands of apps. - Product overview: [zapier.com/mcp](https://zapier.com/mcp) - Documentation home: [docs.zapier.com/mcp/home](https://docs.zapier.com/mcp/home.md) - Quickstart (5 min): [docs.zapier.com/mcp/quickstart](https://docs.zapier.com/mcp/quickstart.md) - Supported clients: [docs.zapier.com/mcp/clients](https://docs.zapier.com/mcp/clients.md) - Usage and billing: [docs.zapier.com/mcp/usage](https://docs.zapier.com/mcp/usage.md) - Embedding MCP in your product: [docs.zapier.com — Embedding Zapier MCP](https://docs.zapier.com/powered-by-zapier/embedding-zapier-mcp/getting-started.md) - Connecting your agent to embedded MCP: [docs.zapier.com — Connecting Your Agent](https://docs.zapier.com/powered-by-zapier/embedding-zapier-mcp/guides/connecting-your-agent.md) - White Label for MCP agents: [docs.zapier.com — AI agent connections](https://docs.zapier.com/white-label/use-cases/ai-agent-connections.md) - npm package: [`@zapier/zapier-sdk-mcp`](https://www.npmjs.com/package/@zapier/zapier-sdk-mcp) - Related topics: [#sdk](#sdk), [#embed](#embed), [#auth](#auth), [#integrations](#integrations) ### #sdk — Zapier SDK (TypeScript) The TypeScript SDK and CLI for building agent tools and integrations against Zapier's connection layer. The primary surface for coding agents that need programmatic access to Zapier actions. - SDK overview: [docs.zapier.com/sdk](https://docs.zapier.com/sdk/index.md) - Quickstart (5 min): [docs.zapier.com/sdk/quickstart](https://docs.zapier.com/sdk/quickstart.md) - API reference (all methods): [docs.zapier.com/sdk/reference](https://docs.zapier.com/sdk/reference.md) - CLI reference (all commands): [docs.zapier.com/sdk/cli-reference](https://docs.zapier.com/sdk/cli-reference.md) - Using the CLI: [docs.zapier.com/sdk/using-the-cli](https://docs.zapier.com/sdk/using-the-cli.md) - Changelog: [docs.zapier.com/sdk/changelog](https://docs.zapier.com/sdk/changelog.md) - npm packages: [`@zapier/zapier-sdk`](https://www.npmjs.com/package/@zapier/zapier-sdk), [`@zapier/zapier-sdk-cli`](https://www.npmjs.com/package/@zapier/zapier-sdk-cli), [`@zapier/zapier-sdk-core`](https://www.npmjs.com/package/@zapier/zapier-sdk-core) - Source: [github.com/zapier/sdk](https://github.com/zapier/sdk) - Related topics: [#mcp](#mcp), [#auth](#auth), [#integrations](#integrations) ### #agents — AI Agents Zapier's hosted AI agent product. Agents use Zapier's app connections to take actions on behalf of users without writing code. - Product overview: [zapier.com/agents](https://zapier.com/agents) - AI hub (all AI capabilities): [zapier.com/ai](https://zapier.com/ai) - Chatbots: [zapier.com/ai/chatbot](https://zapier.com/ai/chatbot) - Related topics: [#workflows](#workflows), [#mcp](#mcp), [#integrations](#integrations) ### #workflows — Zaps and workflows The original Zapier primitive: a trigger in one app fires actions in others. The backbone of Zapier automation. - Product overview: [zapier.com/workflows](https://zapier.com/workflows) - Templates (pre-built): [zapier.com/templates](https://zapier.com/templates) - Forms (workflow inputs): [zapier.com/forms](https://zapier.com/forms) - Related topics: [#integrations](#integrations), [#tables](#tables), [#agents](#agents) ### #integrations — The app catalog Every app Zapier connects to. Use this when an agent needs to know whether Zapier supports a given app or what actions are available. - Full catalog: [zapier.com/apps](https://zapier.com/apps) - Per-app pages: `zapier.com/apps/{slug}/integrations` - Related topics: [#mcp](#mcp), [#sdk](#sdk), [#auth](#auth) ### #auth — Authentication and connections How agents and users authenticate to Zapier and to the third-party apps Zapier proxies. Relevant for both SDK consumers and integration builders. - User connection management: [zapier.com/app/assets/connections](https://zapier.com/app/assets/connections) - Authentication concepts (for integration builders): [docs.zapier.com — Authentication](https://docs.zapier.com/integrations/build/auth.md) - White Label token exchange (for embed partners): [docs.zapier.com — Token exchange](https://docs.zapier.com/white-label/token-exchange.md) - Related topics: [#sdk](#sdk), [#mcp](#mcp), [#embed](#embed) ### #tables — Zapier Tables Storage primitive for workflows and agents. Structured data that Zaps, agents, and interfaces can read and write. - Product overview: [zapier.com/tables](https://zapier.com/tables) - Related topics: [#workflows](#workflows), [#agents](#agents) ### #embed — Powered by Zapier (embedding) For developers who want to embed Zapier's automation, MCP, or connections inside their own product. Covers the Workflow API, embedded editors, MCP embedding, and White Label. - Embed overview: [docs.zapier.com — Powered by Zapier](https://docs.zapier.com/powered-by-zapier/index.md) - Embedded MCP: [docs.zapier.com — Embedding Zapier MCP](https://docs.zapier.com/powered-by-zapier/embedding-zapier-mcp/getting-started.md) - Workflow API (Zap creation): [docs.zapier.com — Zap creation](https://docs.zapier.com/powered-by-zapier/zap-creation/getting-started.md) - Embedded Zap editor: [docs.zapier.com — Embedded editor](https://docs.zapier.com/powered-by-zapier/embedding-zapier/getting-started.md) - White Label (branded connections): [docs.zapier.com — White Label](https://docs.zapier.com/white-label/getting-started.md) - Workflow API authentication: [docs.zapier.com — API auth](https://docs.zapier.com/powered-by-zapier/authentication/getting-started.md) - OpenAPI spec: [api.zapier.com/schema](https://api.zapier.com/schema) - Related topics: [#mcp](#mcp), [#sdk](#sdk), [#auth](#auth), [#developers](#developers) ### #developers — Developer platform (integration builders) For developers publishing apps to the Zapier directory. Distinct from [#sdk](#sdk) (which is for consumers building with Zapier's API) and [#embed](#embed) (which is for embedding Zapier in your product). - Documentation home: [docs.zapier.com/integrations](https://docs.zapier.com/integrations/index.md) - Build an integration: [docs.zapier.com — Build guide](https://docs.zapier.com/integrations/quickstart/build-integration.md) - Platform UI tutorial: [docs.zapier.com — UI tutorial](https://docs.zapier.com/integrations/quickstart/ui-tutorial.md) - Platform CLI tutorial: [docs.zapier.com — CLI tutorial](https://docs.zapier.com/integrations/quickstart/cli-tutorial.md) - Publishing requirements: [docs.zapier.com — Publishing](https://docs.zapier.com/integrations/publish/integration-publishing-requirements.md) - Partner Program: [docs.zapier.com — Partner Program](https://docs.zapier.com/integrations/publish/partner-program.md) - Platform CLI npm: [`zapier-platform-cli`](https://www.npmjs.com/package/zapier-platform-cli), [`zapier-platform-core`](https://www.npmjs.com/package/zapier-platform-core) - Source: [github.com/zapier/zapier-platform](https://github.com/zapier/zapier-platform) - Powered by Zapier (embedding your integration): [docs.zapier.com — Powered by Zapier](https://docs.zapier.com/integrations/embed/powered-by-zapier.md) - Related topics: [#auth](#auth), [#integrations](#integrations), [#embed](#embed) ### #opensource — Public repositories Zapier's public GitHub repos. The `/opensource` page is the human-readable index with install commands and persona routing; the `/opensource.md` mirror is the agent-readable equivalent. - Index page: [zapier.com/opensource](https://zapier.com/opensource) - Markdown mirror: [zapier.com/opensource.md](https://zapier.com/opensource.md) - GitHub org: [github.com/zapier](https://github.com/zapier) - Related topics: [#sdk](#sdk), [#mcp](#mcp), [#developers](#developers), [#agents](#agents) --- ## Start here - [Zapier home](https://zapier.com/): Product entry and positioning. - [Apps directory](https://zapier.com/apps): Canonical list of connectable apps. - [Pricing](https://zapier.com/pricing): Plans and packaging. - [Sign up](https://zapier.com/sign-up): Create a free Zapier account. - [Contact Sales](https://zapier.com/l/contact-sales): Team and enterprise sales inquiries. - [Enterprise](https://zapier.com/enterprise): Enterprise positioning, workspaces, organizational use. - [Use cases](https://zapier.com/use-cases): Solution-oriented overviews by scenario. - [Customer stories](https://zapier.com/customer-stories): Case studies and proof points. - [Guides](https://zapier.com/resources/guides): Long-form educational content. ## Security, legal, and compliance - [Security & compliance](https://zapier.com/security-compliance): Data security, privacy, certifications, compliance. - [Legal](https://zapier.com/legal): Terms, policies, related documents. - [Privacy policy](https://zapier.com/privacy): Data practices. ## Support - [Contact Support](https://zapier.com/app/get-help): Official support routing. --- ## Agent discovery Machine-readable discovery files for AI agents and tools. Start with the AI catalog — it indexes every callable Zapier surface. - [/.well-known/ai-catalog.json](https://zapier.com/.well-known/ai-catalog.json): ARD capability catalog — single entry point indexing every callable Zapier surface. - [/.well-known/mcp/server-card.json](https://zapier.com/.well-known/mcp/server-card.json): Zapier MCP server card (endpoint, OAuth, protocol versions). - [/.well-known/agents.json](https://zapier.com/.well-known/agents.json): Agent directory. - [/.well-known/webmcp.json](https://zapier.com/.well-known/webmcp.json): WebMCP tool discovery — tools registered per page for browser-resident agents. - [/.well-known/api-catalog](https://zapier.com/.well-known/api-catalog): RFC 9727 API catalog. - [/.well-known/agent-skills/index.json](https://zapier.com/.well-known/agent-skills/index.json): Installable agent skills (SKILL.md). - [/AGENTS.md](https://zapier.com/AGENTS.md): Agent guide — how to connect, discover, and interact. - [/auth.md](https://zapier.com/auth.md): OAuth 2.0 + PKCE walkthrough for agents. --- ## Notes for automated fetchers - This file is the canonical agent-readable map for Zapier. For expanded inline content on every topic, fetch [/llms-full.txt](https://zapier.com/llms-full.txt). The developer docs index at [docs.zapier.com/llms.txt](https://docs.zapier.com/llms.txt) has full page listings organized by section. - **Section anchors are stable.** `#mcp`, `#sdk`, `#agents`, `#workflows`, `#integrations`, `#auth`, `#tables`, `#embed`, `#developers`, `#opensource` will not be renamed without coordinated updates across all linking files. - Do not treat this file as a complete product or pricing spec. Confirm GA status, limits, and plan entitlements on zapier.com, Help, and Developer Docs. - Site sitemaps: [zapier.com/robots.txt](https://zapier.com/robots.txt).