Skip to main content
The RetinaOS API uses API keys for authentication. Every authenticated request must include your key in the Authorization header. Keys are generated from your account dashboard and grant access according to your subscription plan.

Generate an API Key

1

Sign in

Sign in at app.retinaos.xyz.
2

Open API Keys settings

Go to Settings → API Keys.
3

Create a new key

Click Generate New Key.
4

Name your key

Give the key a descriptive name (e.g., My trading bot).
5

Copy the key

Copy the key immediately — it is shown only once.
Store your API key securely. Do not commit it to source code or expose it in client-side JavaScript. If compromised, revoke it immediately from Settings → API Keys.

Pass the Key in Requests

Include your key in the Authorization header of every request:

Authentication Errors

Revoking a Key

Go to Settings → API Keys → (key name) → Revoke. The key becomes invalid immediately. Generate a new key to restore access.