Quickstart
Send your first request, create a canvas, and read it back. About five minutes.
1. Install an SDK
Pick TypeScript, Python, or Go. The examples below use TypeScript.
2. Create an API key
Go to Settings, Developers, API keys. Create a key with the scopes you need. For this guide, use canvas:write and project:read.
// WARN · Keep keys server side
Never embed an API key in a browser bundle. For browser flows, use OAuth 2.0 with PKCE.
3. Make your first request
4. Read it back
Next steps
- Authentication for OAuth, scopes, and PKCE.
- API reference for every resource.
- Webhooks to react to changes in real time.
- AI pipelines to send canvas content to your model.