Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
API referenceRobot Instances

Robot instances

Scrapybara / assistant VMs. MCP tool: instance (create | read | update).

POST/api/agents/tools/instance
FieldNotes
actioncreate, read, update
site_idRequired for create / read
instance_idOptional; defaults to the current session

Call update if the name is still generic (“Assistant Session”). Related HTTP: GET/POST /api/instances, /api/instances/{id}/logs, /api/instances/{id}/plans. Workflows: startRobot, stopRobot, promptRobot.

Last updated on