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

# WazzAPI Docs

> Documentation for the WazzAPI dashboard, API, and webhook flows

# Welcome to WazzAPI

WazzAPI helps teams run WhatsApp messaging from one place — from connected numbers and contact management to templates, webhooks, and delivery visibility.

Use these docs to:

* get set up in the dashboard
* create API keys and webhook subscriptions
* work with devices, contacts, templates, and messaging flows

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Sign in, create an API key, and send your first message.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Browse the full API schema for contacts, messages, templates, and webhooks.
  </Card>

  <Card title="Authentication" icon="lock" href="/authentication">
    Learn how dashboard access and API authentication work.
  </Card>

  <Card title="WazzAPI MCP" icon="sparkles" href="/wazzapi-mcp">
    Connect WazzAPI to Claude Code, Cursor, VS Code, and other MCP-compatible agents.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python">
    Install the official `wazzapi` package and ship Python integrations faster.
  </Card>

  <Card title="Node.js SDK" icon="node-js" href="/sdks/node">
    Install `@wazzapi/wazzapi` for typed Node.js and TypeScript integrations.
  </Card>
</CardGroup>

## Explore Features

<CardGroup cols={3}>
  <Card title="Contacts" icon="address-book" href="/features/contacts">
    Organize contacts, groups, CSV imports, and sync workflows.
  </Card>

  <Card title="Templates" icon="file-invoice" href="/features/templates">
    Create reusable templates with variables and preview support.
  </Card>

  <Card title="Campaigns" icon="bullhorn" href="/features/campaigns">
    Plan bulk sends and scheduled messaging runs from the dashboard.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Receive signed events for message updates and device status changes.
  </Card>

  <Card title="Analytics" icon="chart-simple" href="/features/analytics">
    Monitor delivery health, messaging activity, and key trends.
  </Card>

  <Card title="Auto Warmer" icon="flame" href="/features/auto-warmer">
    Gradually warm connected accounts before scaling volume.
  </Card>
</CardGroup>

## Getting Help

<CardGroup cols={3}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore request and response details for the public API.
  </Card>

  <Card title="WazzAPI MCP" icon="sparkles" href="/wazzapi-mcp">
    Work with WazzAPI from natural-language agent workflows over MCP.
  </Card>

  <Card title="Dashboard" icon="grid-2" href="https://app.wazzapi.com">
    Open the hosted dashboard to manage your organization, devices, and API access.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python">
    Work with the official typed client for messaging and webhook flows.
  </Card>

  <Card title="Node.js SDK" icon="node-js" href="/sdks/node">
    Build server-side integrations with the official TypeScript-friendly SDK.
  </Card>
</CardGroup>
