Use keys to authenticate API requests from your apps.
Authenticate requests using your API key.
curl https://api.dreamos86.ai/v1/generate \ -H "Authorization: Bearer sk-dream-live-YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt": "Build a SaaS dashboard", "model": "claude-sonnet"}'
Understanding API access tiers.
Rate limits
Pro plan: 120 requests/min, 10,000 requests/day.
read scope
Fetch project data, generation history, and workspace info.
write scope
Trigger generations, create projects, update settings.
deploy scope
Initiate deployments and manage environments.
admin scope
Full access including team management and billing.
Rotate keys regularly. Use scoped keys in production — never admin keys in client-side code. Read the API docs →