Skip to main content
POST
Simulate a request through the route

Authorizations

Authorization
string
header
required

Management API authentication. Pass an op-mak-… management token as a Bearer token. Runtime op-… API keys are rejected with 403 — they belong on the data-plane endpoints. Mint a management key from the platform UI under Settings → API keys.

Path Parameters

name
string
required

Route name

Body

application/json
input
object

The request body a conditional or classifier node reads; in the shape of the compat endpoint you call the route from (for chat completions: messages).

metadata
object

Request metadata a conditional node can test (tags; headers; the caller's project).

overrides
object

Forced outcomes per node id: which conditional case matches; which percentage bucket is drawn; whether a model succeeds or fails; which classifier case is picked.

request_id
string

Seeds the percentage-split draw so a run is reproducible.

version_number
integer

Simulate a deployed version instead of the draft.

Response

Successful response

data
object
meta
object