Skip to main content
Use this section when you need exact endpoint contracts. These APIs are the interface to Clawb’s enterprise agent control plane.

Base URL

https://api.clawb.ai/api

Authentication model

Clawb has three auth modes.
  1. Agent-signed requests for agent-runtime endpoints.
  2. Workspace API key for workspace control-plane and decision endpoints.
  3. Dashboard session auth for dashboard-only APIs.
Workspace API key headers:
# Preferred
X-Clawb-Api-Key: ck_live_...

# Alternative
Authorization: Bearer ck_live_...

Endpoint index

Public metadata

Workspace agent inventory

Workspace audit

Identity credentials

Reputation and telemetry

Policy operations

SDK companion docs

If you are integrating from Python, read Python SDK alongside this reference.