llms.txt snapshot
Captured by Entropy on 9/6/2026. This is the content Entropy fetched at scan time — not a live view of zapier.com’s file, which may have changed since.
llms.txt
fetched from https://zapier.com/llms.txt
# 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)
- Templates markdown mirror: [zapier.com/templates.md](https://zapier.com/templates.md)
- Automations (browse by role, solution, or use case): [zapier.com/automations](https://zapier.com/automations)
- Automations markdown mirror: [zapier.com/automations.md](https://zapier.com/automations.md)
- 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).
llms-full.txt
fetched from https://zapier.com/llms-full.txt
# Zapier — Full Content Index
> Expanded LLM context file for zapier.com. Contains inline detail for every topic. For the concise navigational map see [/llms.txt](https://zapier.com/llms.txt). Per-surface developer docs are indexed at [docs.zapier.com/llms.txt](https://docs.zapier.com/llms.txt).
---
## 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.
Zapier connects more than 9,000 apps and exposes over 40,000 actions. It requires no coding to build automations, but also exposes APIs, a TypeScript SDK, and an MCP server for developers and AI agents that need programmatic access.
---
## Surfaces
Zapier spans multiple subdomains. Where a subdomain publishes its own `llms.txt`, the link below points to that index.
- [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.
---
## Agent Discovery
Zapier publishes standard agent discovery files:
- `/llms.txt` — concise topic map for language models
- `/llms-full.txt` — this file; expanded inline content
- `/.well-known/mcp/server-card.json` — MCP server card
- `/.well-known/agents.json` — agent directory
- `/.well-known/webmcp.json` — WebMCP tool manifest
- `/.well-known/api-catalog` — RFC 9727 API catalog
- `/AGENTS.md` — agent guide (auth, connect, etiquette)
- `/auth.md` — OAuth 2.0 + PKCE walkthrough for agents
- `/robots.txt` — crawl policy (AI crawlers explicitly allowed)
---
## 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.
Zapier MCP exposes the full Zapier action library to any MCP-compatible client. Agents authenticate once via OAuth and then call any of the 40,000+ available actions. The server supports both hosted (mcp.zapier.com) and embedded (Powered by Zapier) deployment modes.
Key capabilities:
- Access to 9,000+ connected apps and 40,000+ actions
- OAuth-based authentication — users connect apps once, agents call them on demand
- Streaming and batch action execution
- White Label support for embedding in third-party products
- npm package for Node.js SDK integration
Links:
- 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.
The SDK wraps Zapier's REST API and provides typed interfaces for all actions. It is suitable for AI agent frameworks (LangChain, LlamaIndex, custom agents) that need to invoke Zapier actions in code rather than through an MCP client.
Key capabilities:
- Typed access to all Zapier actions
- CLI for scaffolding, testing, and deploying integrations
- Core, CLI, and MCP sub-packages
- Works in Node.js and modern edge runtimes
Links:
- 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.
Zapier Agents are configurable AI assistants with direct access to Zapier's app integration layer. Each agent can be given a set of actions (from any connected app), a persona, and instructions. Agents can be triggered manually, on a schedule, or via Zaps, and can output results to chat, email, Slack, or any connected app.
Key capabilities:
- No-code agent builder
- Access to all Zapier-connected apps as agent tools
- Supports multi-step reasoning and action chaining
- Chatbot mode for user-facing agents
- Embeddable in products via Powered by Zapier
Links:
- 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.
A Zap is a workflow: one trigger event (e.g., "new row in Google Sheets") followed by one or more actions (e.g., "send a Slack message", "create a HubSpot contact"). Zaps run automatically in the background. Zapier has more than 9,000 trigger/action combinations across its app catalog.
Key capabilities:
- Visual workflow builder (no code required)
- Multi-step workflows with branching, filtering, and formatting
- 9,000+ app triggers and actions
- Pre-built templates for common workflows
- Forms as workflow inputs (Zapier Forms)
Links:
- 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.
Zapier's integration catalog is the largest in the automation space: 9,000+ apps across categories including CRM, email, project management, databases, AI tools, and developer tools. Each integration exposes triggers (events in the app) and actions (things Zapier can do in the app). Agents can browse the catalog, check supported apps, and execute actions via MCP or the SDK.
Links:
- 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.
Zapier handles OAuth flows for all connected apps. A user authenticates once and Zapier stores the credential; agents call Zapier actions without needing direct access to downstream app credentials. For embedded use cases (Powered by Zapier), a token exchange flow allows partners to provision connections on behalf of their users.
Key concepts:
- Users connect apps once via Zapier's OAuth UI; Zapier stores and refreshes tokens
- Agents call actions using a Zapier API key or SDK credentials — not the downstream app's credentials
- Embedded partners use the token exchange API to provision connections for their users
- White Label partners can brand the connection UI
Links:
- OAuth 2.0 + PKCE walkthrough for agents: [/auth.md](https://zapier.com/auth.md)
- 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.
Zapier Tables provides a spreadsheet-like database within the Zapier platform. Tables can be used as workflow state stores, as the backing data source for interfaces, or as a destination for agent output. Rows can be read and written by Zaps, agents, and the Zapier API.
Links:
- 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.
Powered by Zapier lets SaaS products offer their users native automation and AI agent capabilities backed by Zapier's integration layer. Partners can embed the Zap editor, expose MCP to their AI features, use the Workflow API for programmatic Zap creation, or fully white-label the Zapier connection experience.
Key capabilities:
- Embed the Zap editor in your product with a few lines of JavaScript
- Expose Zapier MCP to your AI features via an embedded MCP server
- Use the Workflow API (REST) to create and manage Zaps programmatically
- White Label: brand the connection UI with your own domain and styling
- Token exchange for seamless SSO into Zapier for your users
Links:
- 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).
Integration builders use Zapier's Platform UI or Platform CLI to create and publish app integrations to the Zapier app directory. Published integrations are available to all Zapier users as triggers and actions in their workflows and agents.
Links:
- 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 on zapier.com is the human-readable index with install commands and persona routing ("I use an AI assistant", "I write code", "I live in Claude Code or Cursor", "I run a GTM team", "I'm building an integration"). The `/opensource.md` mirror is the agent-readable equivalent of the same page. The GitHub org link is the canonical source of truth for what Zapier maintains in the open.
Links:
- 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.
---
## Notes for automated fetchers
- This file is the full-content companion to `/llms.txt`. Fetch `/llms.txt` for the concise navigational map; fetch this file for inline topic detail.
- **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).
AI models mentioned in this file
- ChatGPT (OpenAI) — “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 thousand…” (llms.txt)
- Claude (Anthropic) — “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 thousand…” (llms.txt)