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

# Ranked AI Developer Docs

> Build on top of Ranked AI with our REST API, MCP integration, and webhooks

## Welcome

Ranked AI provides a complete SEO data platform that you can integrate into your own tools, dashboards, and workflows. Access keyword rankings, AI visibility data, site audits, backlinks, content calendars, and more.

<Columns cols={2}>
  <Card title="REST API" icon="code" href="/quickstart">
    Pull SEO data into your applications with our REST API. Keywords, audits, backlinks, AI visibility, and more.
  </Card>

  <Card title="TypeScript SDK" icon="npm" href="/sdk">
    Get started fast with our typed SDK. Auto-pagination, error handling, and webhook verification built in.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/mcp/overview">
    Connect Ranked AI to ChatGPT, Claude, Cursor, and other AI tools via the Model Context Protocol.
  </Card>

  <Card title="Webhooks" icon="bell" href="/webhooks/overview">
    Receive real-time notifications when keyword positions update, content changes, or audits complete.
  </Card>
</Columns>

## Quick Links

<Columns cols={2}>
  <Card title="Get your API key" icon="key" href="/authentication">
    Create an API key from your dashboard to start making requests.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full endpoint documentation with request/response examples.
  </Card>

  <Card title="TypeScript SDK" icon="npm" href="/sdk">
    Typed client with auto-pagination and webhook verification.
  </Card>

  <Card title="Build an agency dashboard" icon="chart-mixed" href="/guides/agency-dashboard">
    Step-by-step guide for agencies building custom client dashboards.
  </Card>

  <Card title="Webhook events" icon="bolt" href="/webhooks/events">
    All available webhook events and their payload schemas.
  </Card>
</Columns>
