Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Astralform uses auto-capsule — agents with non-system skills automatically get an isolated Capsule sandbox (Firecracker microVM). No manual configuration needed.How It Works
When an agent with skills processes a conversation turn:- A sandbox is provisioned using the agent’s
sandbox_template(default:base) - A shared
/workspacefilesystem is mounted via S3 - The agent runs tools (shell, code, files) inside the sandbox
- On completion, the sandbox remains active for subsequent turns
Agent Configuration
Configure sandbox behavior per agent:| Field | Description | Default |
|---|---|---|
sandbox_template | VM template: base, browser, code-interpreter-v1, desktop | base |
sandbox_envs | Encrypted environment variables injected into the VM | — |
Session Management
View active sessions, uptime, and command history in the Capsule > Sandboxes dashboard page. Use the MCP toolsastralform_list_capsule_sessions and astralform_get_capsule_stats for programmatic access.