> ## 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, docs, and API base URLs for production and local development.

The app and its agent API run on a single origin. There is no separate API host.

| 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 sit under the API base:

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

Locally, `npm run dev` serves the UI and every `/api/*` route in one Vite process on port **5173**, so the API base and app URL are identical.

## Machine-readable surfaces

The production docs site exposes agent-friendly endpoints (generated by Mintlify's hosted build, not by `mint dev`):

* `/llms.txt` — index of all pages
* `/llms-full.txt` — full docs as one file
* `<page>.md` — Markdown export of any page
* [`/agents`](/agents) — condensed agent playbook

## Related

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