Documentation
Orient yourself with the paths below. Full documentation site expanding soon—same agents, same validation pipeline, one surface.
Paths
Two entry points—pick the path that matches how you work today.
From account to first validated build in the web workspace.
pnpm install && pnpm dev:liteHow services connect from chat to sandbox validation.
pnpm healthConcepts
The default for full app builds—conversation and long-running jobs on separate channels.
Chat
AI SDK stream + tool UI
Job
Async workflow by jobId
SSE
Progress + node events
Sandbox
CubeSandbox execution
Validation
Lint / test / build
Keep the chat channel for conversation and tool UI, and open the progress channel for sandbox + validation events. Long jobs should not pin a single HTTP stream open for minutes—async workflows resume via jobId and SSE when you reconnect.
Ready to build?
Create a free account and run your first agent workflow today.