Quickstart
- Use the portal to bootstrap an app and issue your first API key.
- Create a template with behavior files, provider mode, and channel defaults.
- Create an instance from that template.
- 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"}'