# AI Agent Resources

This page signposts resources for AI agents (e.g. Claude, ChatGPT, Cursor) working with Hookdeck.

## llms.txt

Technical documentation index for LLMs: https://hookdeck.com/docs/llms.txt. Use with Claude, ChatGPT, Gemini, or Cursor by pasting the URL or using Web Fetch. Agents can fetch individual `.md` URLs listed in the index for full content.

## Markdown access

Every doc page is available as `.md`. Append `.md` to any doc URL (e.g. `/docs/connections` → `/docs/connections.md`) or use the Copy as Markdown / View as Markdown actions in the page dropdown. API and CLI references are split into multiple `.md` pages; see the [API reference](/docs/api) and [CLI reference](/docs/cli) for structure.

## Hookdeck MCP {#hookdeck-mcp}

The Hookdeck CLI runs an [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server: `hookdeck gateway mcp`. It exposes Event Gateway resources as tools so agents can query connections, events, requests, metrics, and more from MCP-compatible clients (e.g. Cursor, Claude Desktop). See the [CLI MCP docs](/docs/cli#mcp) for setup, available tools, and example prompts.

## Hookdeck Product Skills {#hookdeck-product-skills}

Install: 

* Event Gateway (`--skill event-gateway`): Step-by-step guidance for connections, filters, retries, and local development.
  
  
* Outpost (`--skill outpost`): Guidance for sending webhooks with Outpost.
  
  

See [github.com/hookdeck/agent-skills](https://github.com/hookdeck/agent-skills).

## Webhook Skills

Install all: 

Or install by provider:

* Stripe (`--skill stripe-webhooks`): Payments, subscriptions, and Connect.
  
  
* Shopify (`--skill shopify-webhooks`): Orders, products, and app lifecycle.
  
  
* GitHub (`--skill github-webhooks`): Repo events, PRs, and deployments.
  
  
* OpenAI (`--skill openai-webhooks`): Assistants and fine-tuning events.
  
  
* Resend (`--skill resend-webhooks`): Email delivery and bounce events.
  
  
* Paddle (`--skill paddle-webhooks`): Payments and subscription webhooks.
  
  

See [github.com/hookdeck/webhook-skills](https://github.com/hookdeck/webhook-skills) for more providers.

## Hookdeck CLI

`hookdeck listen` and the CLI complement AI-assisted local development. See the [CLI reference](/docs/cli). For the CLI MCP server, see [Hookdeck MCP](#hookdeck-mcp) above.