AINA data engine room - local API runtime - 2026-06-09

Local API Runtime v1

A dispatchable local beta API surface for the personalization loop.

The Single Idea

The local beta API runtime dispatched the four contract routes through an authenticated scoped context and returned a privacy-safe auth block for a denied request. No public server or external write path was started.

01

Snapshot

4successful routes
1blocked request
401auth block status
Response models: AssessResponse, CurriculumResponse, SubmitPracticeResponse, WorkflowSandboxResponse.
02

Route Dispatch

MethodRequest RouteMatched Contract StatusResponse
POST/assess/assess200AssessResponse
POST/curriculum/curriculum200CurriculumResponse
GET/workflow/c0c67449115f91b8/sandbox/workflow/{id}/sandbox200WorkflowSandboxResponse
POST/submit/submit200SubmitPracticeResponse
03

Boundary

The negative fixture returned status 401 with error code unauthorized. This runtime does not start a public HTTP server, write external services, accept real-user data, or bypass the local contract security model.

Where to start
Use this adapter as the contract-preserving path before any network-facing API exists.