Skip to main content
Agent Canvas starts an agent server on the machine where you run it. Treat that machine as trusted infrastructure and review the guidance in VM / Self-Hosted Installation before exposing it to a network you do not control.
Prerequisites: Node.js 22.12 or later, npm, and uv.Install:
Run:
By default, Agent Canvas starts on http://localhost:8000.

CLI Flags

Environment Variables

If you want to clone the repository, run custom dev modes, or configure Vite-specific environment variables, use the Contribute / Development guide instead.

First Steps After Launch

After the UI opens:
  1. Confirm the default local backend is healthy.
  2. Open Settings > LLM and configure a provider, model, and API key.
  3. Open Customize if you want to add skills or MCP servers.
  4. Return to the home screen and enter a prompt to start your first conversation.
  5. If you want the conversation tied to a local folder, choose Open Workspace first.

Next Steps