Integrations
Anthropic Integration
Connect Orgo with Anthropic Claude
Setup
Install the required packages:
Basic Integration
Connect Orgo with Claude:
Using Tool Definitions
Include Orgo’s computer in your Claude requests:
Handling Tool Use
Process Claude’s tool requests:
Complete Example
Here’s a full agent that can execute tasks:
Supported Actions
Action | Orgo Method | Description |
---|---|---|
left_click | computer.left_click(x, y) | Left click at coordinates |
right_click | computer.right_click(x, y) | Right click at coordinates |
double_click | computer.double_click(x, y) | Double click at coordinates |
type | computer.type(text) | Type text |
key | computer.key(sequence) | Press keys (e.g., “Enter”, “ctrl+c”) |
screenshot | computer.screenshot() | Take a screenshot |
scroll | computer.scroll(direction, amount) | Scroll in a direction |