ClawBox Docs

Quickstart

  1. Use the portal to bootstrap an app and issue your first API key.
  2. Create a template with behavior files, provider mode, and channel defaults.
  3. Create an instance from that template.
  4. Poll the instance until it reaches active.

All long-running work is tracked on the instance itself through status and current_action.

curl -X POST "$CLAWBOX_API_BASE/v1/apps" \
  -H "x-api-key: $CLAWBOX_API_KEY" \
  -H "content-type: application/json" \
  -d '{"name":"my-app"}'

On this page