Protocol Map
Protocol Map
Agentic Sandbox exposes three families of interfaces: local operator APIs, agent/runtime control streams, and integration contracts for AIWG and task orchestration.
Protocol Lanes
| Lane | What it covers | Read |
|---|---|---|
| HTTP REST | Agents, sessions, tasks, containers, logs, and operator actions. | API |
| WebSocket | Dashboard events, PTY output, metrics updates, and session attach flows. | WebSocket Protocol |
| Tasks | Task manifests, lifecycle states, wait semantics, and implementation patterns. | Task Orchestration API |
| AIWG | Register with `aiwg serve`, accept mission dispatch, and stream mission events. | AIWG Executor Contract |
API And Protocol References
- API - complete REST API reference.
- WebSocket Protocol - live dashboard and event streams.
- Task Orchestration API - task submission and
monitoring.
integration patterns.
- Task API Quick Reference - curl-ready
examples.
- Task Run Lifecycle - state transitions.
- Session Reconciliation - recovery behavior.
- v2 Migration Guide - move to the A2A-aligned v2
surface.
- CLI Design - `sandboxctl` command design.