AI & ML11 toolsPaste one API key
Orgo integration for AI agents
Orgo provides cloud computers that agents can create, control, automate, and manage through an API.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Orgo once and call the same tools from all of them.
Setup
Connect Orgo through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Orgo exposes 11 tools through ClawLink. The 10 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
orgo_get_computer | Get current details and status for one Orgo computer | Read |
orgo_get_screenshot | Capture the current display of a running Orgo computer for visual inspection before deciding on | Read |
orgo_list_templates | List either templates owned by the connected account or Orgo-maintained curated templates | Read |
orgo_list_workspaces | List workspaces accessible to the connected Orgo key, including the computers in each workspace | Read |
orgo_create_computer | Create and automatically start a virtual computer in an accessible workspace | Write |
orgo_control_pointer | Perform one pointer action on a running Orgo computer: click, drag, or scroll | Read |
orgo_execute_code | Execute arbitrary Bash or Python code on an Orgo computer | Read |
orgo_run_computer_agent | Run one non-streaming computer-use agent task on a running Orgo computer | Read |
orgo_send_keyboard_input | Send either literal text or one key or key combination to the current keyboard focus on a | Write |
orgo_set_computer_power_state | Start, stop, or restart one Orgo computer after explicit user confirmation | Write |