# AGENTS.md — Agent Guide

This guide describes how AI agents can discover and use Zapier's services.
No authentication is required for read access to public pages.

## How to Connect

- **MCP**: `https://mcp.zapier.com/api/v1/connect` — connect MCP-aware clients (Claude, Cursor, Windsurf, ChatGPT, etc.) to 9,000+ app integrations and 40,000+ actions
- **Agent documentation**: https://docs.zapier.com/mcp/home

## Agent Discovery Files

Zapier publishes standard agent discovery files at these paths:

- `/.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` — API catalog (RFC 9727)
- `/llms.txt` — Content index for language models
- `/llms-full.txt` — Expanded inline content for language models
- `/auth.md` — OAuth 2.0 + PKCE authentication walkthrough for agents

## Crawl Policy

Zapier explicitly permits AI crawlers. See `/robots.txt` for the full policy.
AI training and AI input use are permitted (`ai-train=yes, ai-input=yes`).

## Etiquette

- Identify your agent with a descriptive `User-Agent` header.
- Respect rate limits on API endpoints.
