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.
Sign in
Use the password you chose after email verification.
Developer home
Your Reflex Free grant is reconciled independently from identity, then developer keys become available.
Choose the Organization this browser session should act in. Reflex keys and Free Decision Capacity stay scoped to that Organization.
The plaintext secret cannot be shown again after this view.
Your keys
Loading keys…
Give Reflex to your AI
Agent guide ↗Copy the setup prompt into ChatGPT, Claude, Gemini or your agent. Keep your Brida API key in your client or secret store — never paste it into chat.
Help me use Brida Reflex in my real workflows. Read https://brida.ai/reflex/agent.md first. Then interview me briefly about the recurring events in my company, work or product where someone or something has to make a small decision. Find the highest-value decisions that are frequent, latency-sensitive or too expensive to handle with a larger AI workflow every time. Think beyond software: leads, customer messages, documents, invoices, tasks, alerts, content, operations, browser actions, research and other recurring business events. For each good candidate, map: - the event/state that arrives; - the small bounded decision Reflex should make; - whether it is Binary, Choice or Score; - the explicit branches, including uncertainty/review; - what deterministic code or human authority must remain outside Reflex. Show me the 3 best use cases for my context, ranked by practical value. Then help me implement the first one using the public Brida Reflex SDK/API/MCP in the environment I already use — local machine, cloud, automation platform, agent or application. Do not make protected changes or activate anything without asking me first.First value
Run Agent Wakeup
export BRIDA_API_KEY='paste-your-key-here'
curl https://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.