authentication
two methods.telegram jwt
primary method. telegram bot auth generates a signed jwt.login flow
- open dashboard via telegram bot link
- bot sends auth token as url parameter
- dashboard exchanges token:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
api auth methods
Authorization: Bearer <jwt>
POST /api/v2/auth/telegram
{ "token": "<auth-token>" }
GET /api/v2/auth/me → current user info + stats
POST /api/v2/auth/logout → invalidate session
X-API-Key: <key>
POST /api/v2/api-keys → create new key
GET /api/v2/api-keys → list keys
DELETE /api/v2/api-keys/:id → revoke key
POST /api/v2/auth/autonomous