Skip to main content

Documentation Index

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

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

OpenHands V0 API documentation has been removed from this site.If you arrived from an old bookmark or integration guide, see the V0 documentation deprecation notice and use the current /api/v1 endpoints below.

Overview

OpenHands V1 REST endpoints are mounted under:
  • /api/v1
These endpoints back the current Web UI and are intended for newer integrations.

Key resources

The V1 API is organized around a few core concepts:
  • App conversations: create/list conversations and access conversation metadata.
    • POST /api/v1/app-conversations
    • GET /api/v1/app-conversations
  • Sandboxes: list/start/pause/resume the execution environments that power conversations.
    • GET /api/v1/sandboxes/search
    • POST /api/v1/sandboxes
    • POST /api/v1/sandboxes//pause
    • POST /api/v1/sandboxes//resume
  • Sandbox specs: list the available sandbox “templates” (e.g., Docker image presets).
    • GET /api/v1/sandbox-specs/search