API

Add persistent agent execution to any product.

Start and continue threads, coordinate project work, stream live events, operate computers, and retrieve artifacts through one versioned API.

942
documented API operations

The API reference is generated from the same OpenAPI contract used to align the TypeScript and Python SDKs.

Create a thread
Loading...

Authentication

Create an API key in Computer Agents, keep it on the server, and send it as a bearer token with every request.

Authorization: Bearer $COMPUTER_AGENTS_API_KEY
Never expose an API key in a browser bundle or client-side application.

Base URLs

The same public contract works against Computer Agents Cloud and your own appliance deployment.

Computer Agents Cloud
https://api.computer-agents.com/v1
Local appliance
https://your-appliance.example.com/v1

Integration patterns