If you have a Canvas Cloud AI account, you already have everything you need. No sign-up, no waitlist — just your existing key.
Running headlessly or integrating with an AI assistant? See the Agent & Headless guide for Docker quickstart, MCP server setup, SDK, and CLI docs.
Paste your Canvas Cloud AI key below. The World Model will verify your identity and return a permanent key scoped to this API.
Use your World Model key (cwm_live_...) in the Authorization header for every request. You now have access to simulations, chaos engineering, multi-cloud analysis, and more.
curl -X POST https://cloudworldmodel.ai/api/simulations \-H "Authorization: Bearer cwm_live_your_world_model_key" \-H "Content-Type: application/json" \-d '{"name": "My First Simulation","provider": "aws","region": "us-east-1"}'
Your key, your scopes
World Model keys issued via Canvas Cloud AI start with read and write access. Visit the Admin Key Management page (/admin/keys) if you need admin-scoped key setup.
One Canvas Cloud AI key → many World Model keys
You can register multiple times with the same Canvas Cloud AI key to create separate keys for different projects or agents.
Email verification required
Your Canvas Cloud AI account email must be verified before you can get a World Model key. Check your Canvas Cloud AI account if you see a 403 error.
Rate limits
New keys start at 1,000 requests per hour. The limit is tied to your World Model key, not your Canvas Cloud AI key.
Your account starts with 1,000 free credits per month — refreshed automatically every 30 days. Status and read endpoints are always free.
| Call type | Description | Credits |
|---|---|---|
| Simulation step | Run one step of a cloud simulation | 1 |
| RL episode step | Single action in a reinforcement learning episode | 1 |
| Chaos job | Inject a failure scenario and evaluate resilience | 5 |
| Multi-cloud strategy job | Generate and score multi-cloud architecture variants | 5 |
| AI explanation | GPT-powered analysis, bottleneck insight, or optimization tip | 10 |
| Status / read endpoints | Fetch job status, metrics, or list resources | Free |
Need more? Buy a credit pack — Starter $9 / 10k, Professional $49 / 100k, Enterprise $299 / 1M. Paid credits never expire.