Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Sandbox
e2b:create_sandbox
Create a new sandbox environment from a template.
Write
Medium risk
Delete Sandbox
e2b:delete_sandbox
Delete a sandbox and all its data. This action cannot be undone.
Write
High risk
Execute Code
e2b:execute_code
Execute code in a sandbox and return the output, errors, and execution details.
Write
Medium risk
Get Sandbox
e2b:get_sandbox
Get detailed information about a specific sandbox including status and resource usage.
Read
Low risk
Get Template
e2b:get_template
Get detailed information about a specific sandbox template.
Read
Low risk
List Files
e2b:list_files
List files and directories in a sandbox filesystem.
Read
Low risk
List Sandboxes
e2b:list_sandboxes
List all active sandboxes in your account with their current status.
Read
Low risk
List Templates
e2b:list_templates
List available sandbox templates that can be used to create new sandboxes.
Read
Low risk
Read File
e2b:read_file
Read the contents of a file from a sandbox filesystem.
Write
Low risk
Write File
e2b:write_file
Write content to a file in a sandbox filesystem.
Write
Medium risk