Skip to main content
XMP Developer Portal

Build apps for the
Xtend ecosystem.

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 key yet? Create one in XMP — takes 30 seconds, then paste it here.
·1·

Real fleet, real visits, real metrics

No fake universe. Your sandbox apps run against the same warehouse the XMP UI shows — fleet, mobile-day metrics, telemetry — scoped to your tenant.

</>

Built for Claude to read

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.

Safe by construction

Read-only at the wire. Tenant boundary at the database. Sensitive PII masked. Every read audited. Instant per-key revoke from XMP Settings.

Try it in 30 seconds

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"