Documentation Index
Fetch the complete documentation index at: https://docs.phanomcloud.online/llms.txt
Use this file to discover all available pages before exploring further.
Bearer Token
All API endpoints (except public ones) require anAuthorization header with your session token:
session_token is obtained after logging in via Discord OAuth2 on the PhanomCloud Dashboard.
Automation Token
For CI/CD pipelines and automated scripts, use theautomation_token with the X-Automation-Token header instead. You can retrieve and rotate it from your account settings.
Rate Limiting
All routes are rate limited. Authentication endpoints have stricter limits to prevent abuse. If you hit a rate limit, the API returns HTTP429 Too Many Requests.
Public Routes
The following routes do not require any authentication:| Method | Endpoint | Description |
|---|---|---|
GET | /health | API health check |
GET | /apps/check/:name | Check subdomain availability |
GET | /backups/:id/download | Download a backup (requires signed token from list endpoint) |

