Create an agent
POST
Create an agent
Authorizations
Body
application/json
Response
Successful Response
Per-agent release-gate mode (ENG-727). off = no release checks;
advisory = compute + display a verdict but never block activation;
blocking = (Phase 2) refuse activation without a fresh passing verdict.
Dormant in Phase 1 — only the Phase-2 activation gate reads it.
Available options:
off, advisory, blocking Previous
List declared context variables across an agent's bound workflowsAggregate the union of ``context_variables`` declared across the
workflows bound to the agent's active revision.
Used by the evaluator-create UI to drive a typo-safe dropdown for the
``agent.variable_extracted`` deterministic-eval signal. The service owns the
union + dedup (agent-own wins) and returns typed ``ContextVarSpec`` — this
handler just maps each spec to the response shape.
Next
Create an agent