Skip to main content

Documentation Index

Fetch the complete documentation index at: https://allhandsai-docs-agent-canvas-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Agent Canvas is the Beta UI for running OpenHands from your own machine or against backends you manage. It gives you one place to start conversations, switch backends, configure models, manage MCP servers, and work with automations.
Agent Canvas is in Beta. Expect the install path, packaging, and some UI details to keep evolving.

What Agent Canvas Includes

When you run agent-canvas, you get a complete local stack:
  • The Agent Canvas web UI
  • An OpenHands agent server
  • The automation backend used for scheduled and event-driven workflows
  • A local ingress endpoint that serves the UI and routes API traffic

Key Concepts

ConceptWhat It Means
Agent Canvas UIThe browser interface for conversations, customization, settings, and automations
Active BackendThe backend Agent Canvas is currently using for conversations and synced settings
Local BackendA backend running on your own machine or another machine you control
Cloud BackendA backend backed by OpenHands Cloud services when available
CustomizeThe top-level area for Skills and MCP Servers
SettingsBackend-synced configuration for Agent, LLM, Condenser, Verification, Application, and Secrets

How It Fits with Other OpenHands Products

  • Agent Canvas is the recommended local and self-hosted UI path.
  • Local GUI (Legacy) remains documented for older Docker-based workflows.
  • OpenHands Cloud is the hosted product.
  • OpenHands SDK is the Python framework behind the agent system.

Where to Start