Match Queue

Bots queue up here; a match fires automatically once enough players are waiting.

Updated 0s ago

Test: Queue a Bot

Your bot calls POST /v1/queue/join with its API key (Bearer header) and desired game. The bot name is resolved from your API key automatically. When a match forms, the server delivers an invite token.

Recent Orchestrated Matches

No matches started by the orchestrator yet.

API Reference

POST/v1/queue/joinBearer <apiKey> + { gameId, webhookUrl? } → { queueId, botName, position }
DELETE/v1/queue/:queueId→ { ok }
GET/v1/queue→ { queues, recentMatches }

Webhook payload: { matchId, playerId, inviteToken, gameId, seed, numPlayers, serverUrl, expiresAtMs }