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

# Pilot Status: WhatsApp API & Messaging Infrastructure

> Send and receive WhatsApp messages at scale with managed infrastructure. REST API, webhooks, official Meta integration, and no servers to maintain.

Welcome to Pilot Status — the WhatsApp infrastructure platform built for developers and SaaS products. Connect official or unofficial WhatsApp numbers, send and receive messages through a clean REST API, and react to delivery events via webhooks, all without touching a server, proxy, or connection manager.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what Pilot Status is, who it's for, and what you can build with it.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your account, connect a number, and send your first message in under 5 minutes.
  </Card>

  <Card title="API Overview" icon="code" href="/api/overview">
    Explore the full REST API reference for sending messages, managing numbers, and more.
  </Card>

  <Card title="Send Messages" icon="paper-plane" href="/guides/send-messages">
    Step-by-step guides for text, media, buttons, templates, and interactive messages.
  </Card>
</CardGroup>

## Get up and running in three steps

Whether you're integrating WhatsApp into your SaaS product or building an AI agent, Pilot Status gets you from zero to live messages in minutes.

<Steps>
  <Step title="Connect your number">
    Add a WhatsApp number to your project — scan a QR code for an unofficial connection, or enter your Meta Business credentials for the official Cloud API or Coexistence mode. No VPS or proxy setup required.
  </Step>

  <Step title="Send messages">
    Call the REST API with your API key and number ID to send text, media, buttons, or template messages to any WhatsApp user. Every request returns a message ID you can track.
  </Step>

  <Step title="Receive events">
    Configure a webhook URL in your dashboard and start receiving real-time delivery receipts, read notifications, and incoming messages — fired in milliseconds.
  </Step>
</Steps>

## What you can build

<CardGroup cols={3}>
  <Card title="AI Agents" icon="robot" href="/guides/ai-agents">
    Connect AI assistants and LLM-powered bots directly to WhatsApp. Use the MCP server and SDKs to give your agents a real messaging channel with read receipts and context.
  </Card>

  <Card title="SaaS Multi-tenant" icon="buildings" href="/concepts/numbers-and-tenants">
    Let each of your customers connect their own WhatsApp number under your project. Full isolation, per-number API keys, and a shared dashboard to manage them all.
  </Card>

  <Card title="Automations" icon="webhook" href="/guides/send-messages">
    Trigger WhatsApp messages from n8n, GPT Maker, or any automation tool via webhooks and the REST API. Ideal for billing alerts, OTP, order status, and onboarding flows.
  </Card>
</CardGroup>
