BETA

Computer Use

Let AI control your computer. Automate desktop tasks, browse the web, and interact with any application using natural language commands.

๐Ÿ–ฑ๏ธ AI is controlling
[click] Open browser
[type] Navigate to analytics.google.com
[wait] Page loaded
[click] Select date range
[screenshot] Capture report
[click] Export to CSV...

Capabilities

๐Ÿ–ฑ๏ธ

Mouse Control

Click, drag, scroll, and interact with any UI element on screen

โŒจ๏ธ

Keyboard Input

Type text, use keyboard shortcuts, and fill forms

๐Ÿ“ท

Screenshots

Take screenshots to understand UI state and make decisions

๐ŸŒ

Web Browsing

Navigate websites, fill forms, and extract information

๐Ÿ“

File Management

Open, save, and organize files across applications

๐Ÿ”—

Multi-App Workflows

Coordinate actions across multiple applications

Example

Python
from mythicdot import MythicDot client = MythicDot() # Computer use with tool response = client.messages.create( model="mythic-4-sonnet", max_tokens=4096, tools=[ { "type": "computer_20241022", "name": "computer", "display_width_px": 1920, "display_height_px": 1080 } ], messages=[{ "role": "user", "content": "Open Chrome, go to GitHub, and star my repository" }] ) # Process tool use requests for block in response.content: if block.type == "tool_use": action = block.input["action"] print(f"Action: {action}") # Execute the action on the computer

โš ๏ธ Safety Considerations

Computer Use is powerful. Always run in a sandboxed environment, never give access to sensitive credentials, and review actions before execution in production. The model may make mistakes โ€” human oversight is essential.

Use Cases

Request Beta Access

Computer Use is currently in limited beta. Join the waitlist to get early access.

Join Waitlist โ†’