> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zapier developer docs: integrations, MCP, SDK, and CLI

> Documentation hub for Zapier's developer platform. Covers building integrations, MCP server connections, embedded automation, and the Zapier SDK.

<div class="docs-landing">
  <section class="docs-landing-hero">
    <div class="docs-landing-hero-inner">
      <p class="docs-landing-eyebrow">Developer Documentation</p>
      <h1 class="docs-landing-title">Build safely with Zapier</h1>

      <p class="docs-landing-lead">
        Everything you need to give agents and builders safe, governed access to 9,000+ apps, through Zapier SDK, Zapier MCP, Zapier CLI, or embedded in your product.
      </p>
    </div>
  </section>

  <section class="docs-landing-products" aria-labelledby="docs-landing-products-heading">
    <h2 id="docs-landing-products-heading" class="docs-landing-section-title">
      Explore by product
    </h2>

    <CardGroup cols={3}>
      <Card title="Integrations" href="/integrations" icon="play">
        Build a Zapier integration - design triggers and actions for your product, wire up
        authentication, then publish to the App Directory.
      </Card>

      <Card title="Powered by Zapier" href="/powered-by-zapier" icon="code-simple">
        Bring Zapier's automation into your own product so customers can build workflows and
        run actions without leaving your app.
      </Card>

      <Card title="White Label" href="/white-label/getting-started" icon="wand-magic-sparkles">
        Embed Zapier's automation capabilities directly into your product so users can connect
        apps and run automations under your brand.
      </Card>

      <Card title="Zapier MCP" href="/mcp/home" icon="code">
        Give any MCP-compatible AI client governed access to 9,000+ apps through one connection:
        no code, no infrastructure, SOC 2 certified.
      </Card>

      <Card title="Zapier SDK" href="/sdk" icon="terminal">
        The code-file interface to Zapier. Give coding agents programmatic access to 9,000+ apps:
        Zapier handles OAuth, credentials, and API complexity so you never touch a token.
      </Card>

      <Card title="Zapier Connectors" href="/connectors/overview" icon="plug">
        Public-code, agent-callable tools for a growing set of the apps Zapier integrates with. Agents discover them on npm and
        skill registries, then run them as an agent skill, a CLI, a typed Node module, or a local MCP server.
      </Card>
    </CardGroup>
  </section>
</div>
