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

# Integrations

> Connect Autype to your AI agents, automation platforms, and developer workflows

Autype integrates with the tools you already use — from AI coding assistants and agents to no-code automation platforms. Generate documents, render PDFs, and manage content directly from your workflows.

<CardGroup cols={2}>
  <Card title="MCP Server" icon="bot" href="/automation/integrations/mcp">
    Connect any MCP-compatible AI agent or IDE to Autype. Generate documents, render PDFs, and manage content directly from Claude, Cursor, Windsurf, and more.
  </Card>

  <Card title="Make.com" icon="settings" href="/automation/integrations/make/overview">
    Trigger document generation from Make scenarios. Connect Autype to thousands of apps without writing code.
  </Card>

  <Card title="Zapier (coming soon)" icon="zap">
    Automate document workflows with Zapier. Connect Autype to your CRM, forms, spreadsheets, and more.
  </Card>

  <Card title="n8n" icon="workflow" href="/automation/integrations/n8n/overview">
    Build self-hosted document automation workflows with n8n's visual editor and Autype's community node.
  </Card>

  <Card title="LLM Resources" icon="brain" href="/automation/llm-resources/overview">
    Machine-readable schemas and references for LLMs and AI agents to construct valid Autype documents.
  </Card>
</CardGroup>

## Why integrate Autype?

Autype's document format is fully structured JSON — making it ideal for programmatic generation, AI-assisted authoring, and automation pipelines. Every document is a data object your tools can read, write, and render.

<CardGroup cols={3}>
  <Card title="AI-native schema" icon="sparkles">
    The document JSON schema is designed to be readable and writable by LLMs. AI agents can construct complete, valid documents without guessing.
  </Card>

  <Card title="Webhook-driven" icon="webhook">
    Render jobs complete asynchronously and notify your integration via webhook — no polling required.
  </Card>

  <Card title="Developer API" icon="terminal">
    Every integration is built on top of the same REST API. Use it directly or through an integration layer.
  </Card>
</CardGroup>

## Getting started

All integrations require an API key. You can create one in the [Dashboard](https://app.autype.com) under **Settings → API Keys**.

<Note>
  API keys are scoped to your organization. Keep them secret — never commit them to version control or expose them in client-side code.
</Note>

Once you have an API key, choose your integration and follow the setup guide.
