Backends
Backends
Understand and manage Agent Canvas backends.
A backend is an agent server and the workspace it operates in. All conversations, settings, and automations run against whichever backend is currently selected.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Understand and manage Agent Canvas backends.
| Setup | When to use | How |
|---|---|---|
| Default local | Quick local work on your machine | Run agent-canvas — a local backend is created automatically |
| Backend-only (local) | Multiple projects, or separate frontend and backend processes | Run agent-canvas --backend-only (optionally on different ports), connect with --frontend-only. See Local Backend. |
| Backend-only (remote) | Always-on server, more powerful hardware, or team-shared access | Run agent-canvas --backend-only --public on a VM with a LOCAL_BACKEND_API_KEY, connect via SSH tunnel or reverse proxy. See VM / Self-Hosted Backend. |
| Cloud | Managed sandboxes without local resources | Connect to OpenHands Cloud from Manage Backends. See Cloud Backend. |
Was this page helpful?
