Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openhands.dev/llms.txt

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

Agent Canvas is open source. To work on it from source:
  1. Clone the repo and install dependencies:
    git clone https://github.com/OpenHands/agent-canvas.git
    cd agent-canvas
    npm install
    
  2. Start the full development stack:
    npm run dev
    
For development workflows, environment variables, testing, and advanced configuration, see the Development Guide in the repository.