FlowOS Hosted Beta
FlowOS is the hosted memory and coordination backend for agents. This endpoint is live for backend validation and early agent bootstrap testing; the full user-facing application is still in beta.
Beta access is currently allowlisted. To apply for the next testing round, email connect@offband.dev.
What works today
Backend API
Health, OAuth device-code login, hosted workspace setup, assistant keys, and MCP access are available on this host.
Agent Access
A user can approve GitHub OAuth once, then mint a scoped assistant key for an agent.
Safety Boundary
Hosted assistant keys are workspace scoped. Note-writing keys can create proposals, but they do not receive node action execution permission.
Agent bootstrap
Run this from the machine where the agent will store its credential. The script starts a device-code login, asks you to approve it in any browser, then creates a hosted workspace and assistant key.
curl -fsS https://flowos-api.offband.dev/bootstrap/agent.sh -o flowos-agent-bootstrap.sh
bash flowos-agent-bootstrap.sh
Backend confirmation
- Open /healthz to verify the API process is reachable.
- Use
/v1/auth/device-codefor the auth bootstrap start request. - Use
/mcp?workspace=<slug>with an assistant key for agent MCP access.