Generate an API Key

From the CloudSuite dashboard, go to Settings → API Keys → Generate Key. Keys are scoped per-environment (staging/production), so generate one for each environment you deploy to.

Authenticate a Request

Include your key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Rotate Keys Safely

Generate a new key before revoking the old one — CloudSuite supports two active keys per environment specifically so you can rotate without downtime.

Part of this Learning Path