Real production data. Built for Claude. Read-only by default — with full audit and per-key kill-switch. Designed so a non-developer can describe what they want and Claude builds it.
No fake universe. Your sandbox apps run against the same warehouse the XMP UI shows — fleet, mobile-day metrics, telemetry — scoped to your tenant.
Every page exports as raw Markdown. /llms.txt + /llms-full.txt let Claude ingest the whole API in one fetch. Authenticate with the same key your code uses.
Read-only at the wire. Tenant boundary at the database. Sensitive PII masked. Every read audited. Instant per-key revoke from XMP Settings.
Already signed in? Open the docs. Coming from a script or Claude? Send your key as Authorization: Bearer xmp_live_… on any URL, including /llms-full.txt.
# 1. Get an API key at staging.xmp.xtend.co/system/api-keys # 2. Test it curl https://api-staging.xmp.xtend.co/v1/me \ -H "Authorization: Bearer xmp_live_…" # 3. Hand the docs + your key to Claude — and start building echo "Paste this guide and ask Claude:" \ "https://developer.xmp.xtend.co/llms-full.txt"