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
| Method | Request Route | Matched Contract | Status | Response |
|---|---|---|---|---|
| POST | /assess | /assess | 200 | AssessResponse |
| POST | /curriculum | /curriculum | 200 | CurriculumResponse |
| GET | /workflow/c0c67449115f91b8/sandbox | /workflow/{id}/sandbox | 200 | WorkflowSandboxResponse |
| POST | /submit | /submit | 200 | SubmitPracticeResponse |
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.
Use this adapter as the contract-preserving path before any network-facing API exists.