The management API runs on portDocumentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
9090 and is used to configure apps, tokens, endpoints, and runtime settings.
Base URL
Authentication
WhenGATEWAY_SERVER__ADMIN_TOKEN is set, all management API requests require:
Interactive Docs
Enable Swagger UI by settingGATEWAY_SERVER__SWAGGER_ENABLED=true, then open:
Key Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/health | Health check |
GET | /api/v1/version | Version and build info |
GET | /api/v1/apps | List all apps |
POST | /api/v1/apps | Create an app |
PATCH | /api/v1/apps/{slug} | Update an app |
DELETE | /api/v1/apps/{slug} | Delete an app |
GET | /api/v1/apps/{slug}/tokens | List API tokens |
POST | /api/v1/apps/{slug}/tokens | Create an API token |
DELETE | /api/v1/apps/{slug}/tokens/{id} | Revoke a token |
GET | /api/v1/metrics | Prometheus metrics |
GET | /api/v1/config | Get runtime config |
PATCH | /api/v1/config | Update runtime config |