[ ABORT TO HUD ]
SEQ. 1

Beta Headers & Ephemeral Geometry

🖱️ Computer Use API (Beta)15 min700 BASE XP

Autonomous Desktop Agency

Computer Use is a groundbreaking capability allowing Claude to manipulate a desktop OS (Linux/Windows) via the mouse and keyboard. Because it is experimental, it requires the anthropic-beta: computer-use-2024-10-22 header. The model doesn't 'control' the computer directly—it takes a screenshot, calculates the X/Y coordinates of an element, and returns a 'tool call' commanding your sandbox to perform the action.

Coordinate Math & Scaling

If your Docker sandbox runs at 1024x768 but your API request scales the screenshot down to 800x600 for performance, you MUST correctly define the display_width_px and display_height_px. If these bounds are misaligned, Claude's internal math will 'miss' the target, clicking on empty space. Alignment is the #1 cause of failure in Computer Use implementations.

SYNAPSE VERIFICATION
QUERY 1 // 3
Which header is required for Computer Use functionality?
X-Agent-Enabled
anthropic-beta: computer-use-2024-10-22
anthropic-version
experimental-os
Watch: 139x Rust Speedup
Beta Headers & Ephemeral Geometry | Computer Use API (Beta) — Claude Academy