computer_create
Create an isolated Linux sandbox for AI agents, either temporary or persistent, with a custom or auto-generated ID for reattachment.
Instructions
Create a temporary or permanent sandbox computer. If computer_id is omitted, a readable random slug is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| temporary | No | Remove on MCP session shutdown when true; persist and allow reattachment by ID when false. | |
| computer_id | No | Optional lowercase slug. Omit to generate a readable random ID. |