Orgo home page
Search...
⌘K
Documentation
Developer Console
Blog
Overview
Introduction
Projects
List
POST
Create Project
GET
Get Project by Name
POST
Start Project
POST
Restart Project
POST
Delete Project
Client
Computer
Adapters
Models
Anthropic
Help
Get an API Key
Orgo home page
Search...
⌘K
Help
Get an API Key
Get an API Key
Search...
Navigation
Overview
Introduction
Guides
API Reference
Guides
API Reference
Overview
Introduction
Orgo API reference documentation
Overview
The Orgo API lets you manage virtual computer environments programmatically. Use our API to create, manage, and control projects in your Orgo account.
Authentication
All API requests require authentication using a Bearer token:
Copy
Authorization:
Bearer
your_api_key
You can obtain your API key from the
Orgo projects dashboard
.
Base URL
All API requests should be made to:
Copy
https://www.orgo.ai/api
Response Format
Responses are returned in JSON format. A successful response will include the requested data, while an error response will include an
error
field with details about what went wrong.
Project Limits
Each account is limited to 3 active projects by default. Contact support to request an increase to this limit.
List
Next
On this page
Overview
Authentication
Base URL
Response Format
Project Limits
Assistant
Responses are generated using AI and may contain mistakes.