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

> ## Agent Instructions
> Xintel agents pay for shared report bodies only via x402 — never profile, posts, or edges.
> Preferred flow: GET /api/intel/list → GET /api/intel/reports?username= (menu) → select=all|range with X-402-Payment.
> Docs: https://docs.xintel.aispace.bot — App: https://xintel.aispace.bot — Agent playbook: /agents.md

# Environments

> App URL, docs URL, and API base for production and local Xintel.

# Environments

| Environment | App                          | Docs                              | API base                     |
| ----------- | ---------------------------- | --------------------------------- | ---------------------------- |
| Production  | `https://xintel.aispace.bot` | `https://docs.xintel.aispace.bot` | `https://xintel.aispace.bot` |
| Local dev   | `http://localhost:5173`      | `mint dev` in `docs-site/`        | `http://localhost:5173`      |

Agent routes live under the same origin as the app:

```text theme={null}
{API_BASE}/api/intel/list
{API_BASE}/api/intel/reports?username=…
```

In production, prefer the live base above. Locally, `npm run dev` serves UI and `/api/*` in one process on port **5173**.

## Agent discovery

Mintlify exposes machine-readable surfaces for agents:

* `/llms.txt` — index of docs pages
* Page `.md` exports — Markdown of each page
* [`/agents`](/agents) — token-tight playbook (`agents.md`)

## Related

* [Agent quickstart](/agent-api/quickstart)
* [Reference](/reference/overview)
