Base URL
Authentication
All requests require an API key passed via theX-API-Key header.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete REST API reference for OpenComputer
https://app.opencomputer.dev/api
X-API-Key header.
curl https://app.opencomputer.dev/api/sandboxes \
-H "X-API-Key: $OPENCOMPUTER_API_KEY"
wss://app.opencomputer.dev/api/sandboxes/{id}/exec/{sessionID}?api_key=<key>
{
"error": "descriptive error message"
}
| Status Code | Meaning |
|---|---|
400 | Invalid request (missing fields, bad values) |
401 | Missing or invalid authentication |
403 | Insufficient permissions |
404 | Resource not found |
409 | Conflict (duplicate resource) |
429 | Quota exceeded |
500 | Internal server error |
503 | Feature unavailable in current deployment mode |