Developer guides
Start here: get an API key, make your first SDK call, then wire it into your own server.
Get your API key
Create an organization and an app in the Console, and get the client_id and client_secret you'll use to call the SDK.
Your first SDK call
Drop a script tag on any page and make your first ai.run() translate call — paste it, run it, see a translation.
Choose your auth mode
Two ways to authenticate the SDK — a decision tree for whether you need an API key or a session JWT.
Integrate into your own server
Add a token-minting endpoint to your backend so the browser SDK gets a short-lived session JWT — no secret ever reaches the client.
Need more depth? The SDK has a more complete reference guide — ask your platform contact for it.