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.
The API reference is generated from the same OpenAPI contract used to align the TypeScript and Python SDKs.
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_KEYBase URLs
The same public contract works against Computer Agents Cloud and your own appliance deployment.
https://api.computer-agents.com/v1https://your-appliance.example.com/v1Integration patterns
Stream execution
Render agent reasoning, tool progress, permissions, state changes, and completion events as they happen.
Receive webhooks
Start workflows from external events and inspect delivery and trigger execution history.
Manage long-running state
Continue existing threads, fork computers, edit history, and keep work attached to the right context.
Use an official SDK
Prefer typed managers in TypeScript or Python when you do not need direct transport control.