1. Get an API key
Sign up at the developer portal — you get $5 of free credits immediately (no card required) to try the API end-to-end. Pricing is simple pay-as-you-go: $1 = 1,000 credits, no subscription. Create a key from the keys page. Keys look like:2. Make your first request
3. Poll for results
The API returns arun_id immediately. Poll the status endpoint until the run completes:
4. Read the result
Whenstatus becomes completed, the response includes:
result.final_output— the synthesized answerresult.artifacts— downloadable files (docx, xlsx, pptx, html, png, …)metadata.credits_consumed— credits used for this run
Next steps
Authentication
Manage, rotate, and secure your API keys.
Canvases and runs
How runs, canvases, and blocks fit together.
Templates
Preset block configurations for common workflows.
Endpoints
Full endpoint reference with try-it panels.