Skip to content

Agent Control Plane

The Agent Control Plane is OpticWorks’ primary development environment. Sprites are hardware-isolated cloud VMs purpose-built for AI agent execution, replacing traditional developer workstations with persistent, checkpointable, and instantly-provisionable environments.

A Sprite is a hardware-isolated execution environment for AI agents:

  • Hardware isolation — True VM-level separation, not containers
  • Persistent — State survives across sessions, can be checkpointed and restored
  • Fast startup — ~1s cold start, instant when warm
  • Pre-configured — Secrets, GitHub access, and AI tooling ready to go

Real-time Monitoring. The Fleet Dashboard shows live sprite health, API status, response times, and tool availability with auto-refresh.

Open Fleet Dashboard →

View health metrics, filter by team, monitor all sprites

Semantic NameLegacy NamePurposeStatus
agents-review-claude-01hammerGit push reviewer (Claude)Active
agents-review-codex-01anvilGit push reviewer (Codex)Active
agents-synth-01forgeRFD synthesis (Claude)Active
dev-workspace-01malletGeneral workspaceActive
infra-bootstrap-01test-spriteBootstrapperReserved
mobile-conductor-01sprite-mobile-conductorDistributed task conductorActive
mobile-worker-01sprite-mobile-worker-1Worker nodeActive
mobile-worker-02sprite-mobile-worker-2Worker nodeActive

Every sprite comes pre-configured with:

ResourceLocationDescription
Secrets~/.env.secrets47+ variables, auto-sourced in bash
AI CLIsclaude, codexPre-authenticated, ready to use
GitHubgh CLIAuthenticated, git push works
Repos~/workspace/<repo>Cloned during provisioning
Hardwaressh n100Via Cloudflare tunnel
Terminal window
$GITHUB_TOKEN # GitHub API access
$ANTHROPIC_API_KEY # Claude API
$OPENAI_API_KEY # OpenAI/Codex API

Run sprite-info inside any sprite to see your environment:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Sprite Environment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Sprite: mallet
GitHub: r-mccarty
Secrets: 47 loaded (~/.env.secrets)
Claude: available
Repos: rs-1, hardwareOS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

The following repos are cloned to sprites and monitored for automated review:

RepositoryStackDescription
rs-1ESP32 + LD2450Presence sensor hardware
hardwareOSGo + ReactEmbedded platform
opticworks-storeNext.js + MedusaE-commerce
esphome-presence-engineESPHomePresence detection
rv1106-systemLinuxRV1106 system images
n8n-marketing-automationN8NMarketing workflows

Source: agent-harness/CLAUDE.md, agent-harness/sprites-manifest.json