Developer account

One key. Your first Reflex.

Sign in, create a scoped developer key and run Agent Wakeup. Your key never grants provider, billing or Organization authority beyond the server-owned Reflex scope bundle.

Scopes: reflex:read + reflex:runSecret shown onceNo card · no automatic overage

First value

Run Agent Wakeup

export BRIDA_API_KEY='paste-your-key-here'

curl https://preview-api.brida.ai/v1/reflexes/agent-wakeup/runs   -H "x-api-key: $BRIDA_API_KEY"   -H "Idempotency-Key: first-reflex-001"   -H "Content-Type: application/json"   -d '{"state":{"source":"github","event":"check_run","conclusion":"failure"}}'

Canonical TypeScript package: @brida/sdk. Source is public at github.com/brida-ai/sdk; use a registry version only after that exact version is visible on npm.