Xbox Competitive Cloud MVP

v0.1.0

The rail for esports. Open APIs, real code, no NDA.

This is the public developer surface for the Xbox Competitive Cloud rail. Three planes - the observer pipeline, the platform-attested trust plane, and these developer APIs - all running and testable from this portal.

1. Get an API key

One POST. Returns scopes, an id, and a one-time secret. No legal review for sandbox tier.

POST /api/keys ->

2. Spin up a sandbox tournament

We run a synthetic match against the observer gateway and hand you a WebSocket URL, an overlay URL, and a replay URL.

Open sandbox ->

3. Wire your tools

The bridge fans every event out to any webhook - OBS WebSocket, vMix, Streamlabs, Streamer.bot, your own service.

See samples ->

What you get on day one

30-second test drive

curl -s -X POST http://127.0.0.1:7800/api/keys \
  -H "content-type: application/json" \
  -d '{"org":"YourStudio","contactEmail":"dev@example.com"}'

curl -s -X POST http://127.0.0.1:7800/api/sandbox/tournaments \
  -H "content-type: application/json" -d '{}'