Key Capabilities
Authentication & OAuth
Authenticate players through Discord or Roblox using a cookie-based session system. Sessions are automatically refreshed so players stay logged in without interruption.
Character Management
Create, retrieve, update, and submit roleplay characters. Each character carries identity data, visuals, and an in-game wallet tied directly to the platform.
In-Game Economy
Read and update character wallets, execute transactions, and track balances across all characters in real time.
Banking System
Access character bank accounts, manage deposits and withdrawals, and query account details across the platform’s financial layer.
Real-Time WebSocket
Subscribe to live platform events — character updates, economy changes, and moderation actions — without polling the REST API.
Staff Moderation
Review and action pending character submissions, approve or reject ID requests, and manage platform-wide moderation workflows through dedicated staff endpoints.
Base URL
All REST API requests go to:Versioning
All endpoints are versioned under/v1. When breaking changes are introduced, a new version prefix will be released alongside migration guidance. Your existing /v1 integrations will remain stable until a deprecation window is formally announced.
