cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/exec \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "timeout": 10 }'
{ "output": "<string>", "success": true, "error": "<string>" }
API key authentication. Format: sk_live_...
Code executed