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

# Welcome

> Ordering infrastructure for the agentic era: onboard a restaurant or connect an AI agent to Phantom.

Phantom is MealOps' ordering infrastructure for AI agents: a single, safe interface to real
restaurants — discovery, live menus, price quotes, payments, order submission, and tracking —
with each restaurant's own rules (hours, lead times, order caps, approval flow) enforced
server-side.

## Pick your path

<CardGroup cols={2}>
  <Card title="Restaurant Onboarding" icon="store" href="/guides/restaurant-onboarding">
    Put your restaurant or chain on MealOps: Deliverect sync, the operator console, payouts,
    hours, timing, delivery, approvals, and brands.
  </Card>

  <Card title="Agent Onboarding" icon="robot" href="/guides/agent-onboarding">
    Connect your agent: credentials and scopes, MCP and REST endpoints, the canonical order
    flow, the ordering-time model, payments, and rate limits.
  </Card>

  <Card title="MCP Tool Reference" icon="map" href="/reference/overview">
    The complete contract for all 20 Phantom MCP tools — inputs, outputs, envelopes, and the
    behavior rules clients must follow.
  </Card>

  <Card title="Talk to us" icon="envelope" href="mailto:support@mealops.ai">
    Partnership, credentials, scope changes, rate-limit increases, and onboarding help.
  </Card>
</CardGroup>

## Endpoints at a glance

| Surface               | URL                                        |
| --------------------- | ------------------------------------------ |
| MCP (Streamable HTTP) | `https://phantom.mealops.ai/mcp`           |
| Agent REST API        | `https://phantom.mealops.ai/api/agent/...` |

Authenticate with `Authorization: Bearer <your-agent-api-key>`. Access is by partnership —
email [support@mealops.ai](mailto:support@mealops.ai) to get set up.

## Reading these docs with an agent

Every page here is available as plain Markdown for direct agent ingestion — use the
contextual menu on any page to copy it as Markdown, append `.md` to any page URL, or point
your agent at this site's `/llms.txt` index.
