Skip to main content
The ClawHQ dashboard exposes a REST API for managing agents, settings, and integrations programmatically.

Base URL

Replace localhost:3500 with your ClawHQ domain in production.

Authentication

All API requests require a valid session. Authenticate via WorkOS (see dashboard login) and include the session cookie, or generate an API token under Settings → General → API Tokens.

Endpoints

Agents

Settings

Integrations

Sessions & Activity

Full OpenAPI spec coming soon. In the meantime, all endpoints return JSON and follow REST conventions.