Available APIs
Consumer API
The Consumer API provides programmatic access to XCS access control features. Use it to check service health, verify authentication, and trigger remote unlocks.
Remote Unlock
Trigger door unlocks programmatically with universe-scoped or player-scoped commands delivered through Roblox MessagingService.
Authentication
The Consumer API uses API key authentication. Pass your API key in theX-API-Key header:
Use the
X-API-Key header, not the Authorization: Bearer header. The platform API (v3 routes) uses session-based authentication via browser cookies.Base URL
Rate Limiting
Rate limits are enforced per API key. Exceeding the limit returns a429 Too Many Requests response. If you encounter rate limiting, reduce your request frequency.

