v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBrouter
Route
Score one request against the chosen router (POC, feature-flagged).
Args: request: The routing request (router_type + messages/prompt + knobs). auth: The authenticated caller; its team scopes the release flag.
Returns: The router's decision, or a conservative fallback route on upstream failure (the endpoint never 5xxs on a routing error).
Raises: HTTPException: 404 when router_type is unknown or not released to the caller's team (keeps the surface invisible to non-POC teams and reveals nothing about which routers exist).
post/v1/route
Request body
Response
Successful Response