openhands-api-v1

Installation
SKILL.md

This skill documents the OpenHands Cloud API V1 and provides a small, easy-to-copy Python client.

It is intentionally minimal and focused on common operations:

  • Defaults to OpenHands Cloud (https://app.all-hands.dev).
  • Targets the V1 app server REST API under /api/v1/....
  • Includes a few agent server endpoints (inside a sandbox) that use X-Session-API-Key.

Auth

App server (Cloud)

Use Bearer auth:

  • Header: Authorization: Bearer <OPENHANDS_API_KEY>
  • Env var: OPENHANDS_API_KEY

Agent server (inside a sandbox)

Related skills
Installs
1
GitHub Stars
95
First Seen
Mar 17, 2026