Skip to main content
This tutorial is for teams building secure enterprise agent operations.

What you will build

  1. Sync workspace agent identity mappings.
  2. Query workspace-scoped audit data.
  3. Mint short-lived credentials for follow-on operations.
  4. Revoke credentials and use kill switches during incidents.
  5. Submit reputation feedback signals.

Prerequisites

  • Python 3.9+
  • pip install clawb-agent-sdk
  • One workspace API key (ck_live_... or ck_test_...)
  • One existing agent_id

Step 1: setup client objects

Step 2: upsert workspace mapping

Example response:

Step 3: mint short-lived credential

Example response:

Step 4: query audit events

Example response:

Step 5: incident response controls

Example response:

Step 6: submit reputation feedback

Example response:

Next steps