Skip to main content
This page is a step-by-step guide for both sides of a Clawb integration:
  • Agent runtime (signed requests)
  • Workspace backend (workspace API key control plane)
It maps the core control-plane workflow: identity, verification/decisioning, bounded credentials, and audit-ready operations. Base URL used below:

Install

Quick setup

Agent onboarding and signed runtime

1) Generate keypair

2) Register and attest

Example response:

3) Send signed telemetry heartbeat

Example response:

Workspace request-time flow

Verify signature (optional online mode)

Example response:

Enforce policy decision

Example response:

Workspace control-plane APIs (new)

Workspace agent inventory

Example response:

Workspace audit

Example response:

Identity credential mint and revoke

Example response:

Kill switch

Example response:

Reputation feedback (HMAC-signed)

Example response:

Public metadata helpers (new)

Example response:

Token exchange helpers (new)

Example response:

Common mistakes

  1. Use milliseconds for timestamps, not seconds.
  2. Keep base URL at API root (.../api).
  3. Use workspace API key for /v1/check and workspace control-plane endpoints.
  4. Do not manually sign reputation feedback if you can use control_plane.reputation_feedback().
  5. Handle policy-denied mint responses (403) separately from transport failures.