API quickstart
Run your first persistent agent thread.
Create a key, install the TypeScript SDK, and stream a real Computer Agents run from a few lines of code.
01
Create an API key
Open the Platform settings, create an API key, and export it in your terminal. Store it in a server-side secret manager for production.
Export the key
Loading...
02
Install the SDK
The SDK provides typed managers for every public Computer Agents service while keeping the HTTP contract accessible.
Install
Loading...
03
Run your first thread
A thread keeps messages, execution logs, approvals, files, and artifacts connected to one durable history.
Create and run a thread
Loading...