Create agent evaluation
Register a new two-plane agent evaluation and return its initial record.
This is the control-plane entry point for the two-plane agent-eval system and is
gated by the SGP_TWO_PLANE_AGENT_EVALS_ENABLED feature flag. The request is
metadata-only: it must reference data that already lives in the data plane via
data_plane_dataset_id and must supply at least one task and a
projection_policy_id. Inline raw evaluation data is rejected — if the payload
contains any forbidden raw-data field (e.g. prompt, output, response,
dataset, rows, traces, credentials), validation fails before the request
is forwarded. Use this instead of embedding evaluation rows in the request.
The call is proxied to the agent-eval control service; if that service is
unreachable the endpoint returns 503. On success the returned record includes a
run_id, a status, and a progress block (per-workflow status and item
completion counts) that reflect the run as it executes over time — poll the get
or results endpoints to observe completion rather than expecting a finished run
on this response.
Authorizations
Headers
Body
111111Response
Successful Response
pending, running, completed, failed x >= 0
