| .. | ||
| actions-hydration.md | ||
| auth-admin.md | ||
| aws.md | ||
| blacksmith-testbox.md | ||
| broker-auth-routing.md | ||
| cache.md | ||
| capabilities.md | ||
| capacity-fallback.md | ||
| configuration.md | ||
| coordinator.md | ||
| cost-usage.md | ||
| daytona.md | ||
| doctor.md | ||
| env-forwarding.md | ||
| hetzner.md | ||
| history-logs.md | ||
| identifiers.md | ||
| image-bake-runbook.md | ||
| interactive-desktop-vnc.md | ||
| islo.md | ||
| lifecycle-cleanup.md | ||
| network.md | ||
| openclaw-plugin.md | ||
| portal.md | ||
| prebaked-images.md | ||
| provider-authoring.md | ||
| providers.md | ||
| README.md | ||
| repository-onboarding.md | ||
| runner-bootstrap.md | ||
| ssh-keys.md | ||
| sync.md | ||
| tailscale.md | ||
| telemetry.md | ||
| test-results.md | ||
| vnc-linux.md | ||
| vnc-macos.md | ||
| vnc-windows.md | ||
Features
Feature docs explain what Crabbox can do and how the pieces fit together. Command syntax lives in ../commands/README.md.
Read when:
- you want a capability overview;
- you are deciding where a behavior belongs;
- you need the feature-level contract before changing code.
Foundations
- Configuration: precedence, YAML schema, profiles, classes, env vars.
- Identifiers: lease IDs, slugs, run IDs, claims, and how lookup resolves.
- Doctor checks: what
crabbox doctorvalidates and how to extend it. - Network and reachability:
--network auto|tailscale|public, port fallback, public/tailnet planes. - Lease capabilities:
--desktop,--browser, and--codeselection rules. - Environment forwarding: name-based env allowlist for the remote command.
Brokered fleet
- Coordinator: brokered leases through Cloudflare Workers and Durable Objects.
- Browser portal: authenticated lease/run UI, detail pages, bridge routes, and runner visibility.
- Broker auth and routing: GitHub login, shared bearer tokens, optional Cloudflare Access, and Worker routes.
- Auth and admin: login/logout/whoami and trusted operator controls.
- Telemetry: lightweight Linux load, memory, disk, uptime, and run resource samples.
- History and logs: coordinator run records, events, and retained remote output.
- Cost and usage: guardrails, provider-backed pricing, and reporting.
- Lifecycle cleanup: release, expiry, keep mode, and direct cleanup.
Providers
- Providers: provider overview, target matrix, classes, and fallback.
- Capacity and fallback: class chains, market spot/on-demand, region/AZ routing.
- Provider backends: contract reference for backend interfaces and registration.
- Authoring a provider: step-by-step guide to writing a new provider.
- AWS: EC2 Linux, Windows, WSL2, EC2 Mac, capacity, AMIs, and security groups.
- Hetzner: Linux-only managed Hetzner behavior, classes, and cleanup.
- Blacksmith Testbox: delegated Testbox backend behavior.
- Daytona: Daytona SDK/toolbox sandbox leases with optional short-lived SSH access.
- Islo: delegated Islo sandbox runs using the Islo Go SDK.
Runners and reachability
- Tailscale: optional tailnet reachability for managed Linux leases and static hosts.
- Runner bootstrap: cloud-init, installed tools, SSH port, and readiness.
- Prebaked runner images: provider-owned image storage and the image/cache/state boundary.
- Image bake runbook: exact AWS bake, candidate smoke, promotion, rollback, and cleanup flow.
- SSH keys: per-lease keys, provider key cleanup, and local storage.
Sync, run, and recording
- Sync: Git file-list manifests, rsync, fingerprints, excludes, guardrails, and sanity checks.
- Actions hydration: let GitHub Actions prepare a runner, then sync local work into that workspace.
- Interactive desktop and VNC: VNC hub, support matrix, tunnel model, and QA boundaries.
- Linux VNC, Windows VNC, macOS VNC: OS-specific desktop setup and troubleshooting.
- Test results: JUnit summaries attached to recorded runs.
- Cache controls: inspect, purge, and warm remote package/build caches.
Integrations
- OpenClaw plugin: agent tools that wrap the CLI.
- Repository onboarding:
crabbox init, repo config, workflow stub, and agent skill. - Source map: implementation files behind documented behavior.