v2

latestOpenAPI 3.1.02026-07-26937792.5 KB

Store Regression Mocks

Store regression mocks directly in backend cache.

The regression runner sends this data in small chunks because dev ingress rejects large request bodies before they reach FastAPI. Each call merges into the existing cache entry so LLM/API mocks and live variables can be uploaded incrementally without weakening strict replay checks.

post/eval/regression-mocks

Headers

x-internal-api-keystring required

Request body

callIdstring required
llmMocksByTurnobject nullable
apiMocksobject nullable
liveVarDataobject nullable
ttlSecondsinteger nullable

Response

Successful Response

{"stackTrail":"paths:/eval/regression-mocks:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}