Instrument your agent
This guide merged into the quickstart.
There is one endpoint and one recipe, and instrumenting your own agent is the minimal integration — no altitude mapping, no field-by-field event construction, no SDK —
- mint a
step_idper model call; POST /v1/evaluatethe raw request body (step/request) before calling the model;POST /v1/evaluatethe raw response body (step/response) after the model answers and before acting on it;- enforce the verdict:
blockstops the step,modifications.spansare applied in place, no answer means your configured fail mode (default: open).
The quickstart has the complete runnable example — the identity four-tuple, fail-open, streaming with a bounded head release, and the heartbeat.