Tutor Service API
Endpoints for orchestrating hints, policy updates, and LLM interventions via the tutor microservice.
The Tutor Service exposes REST hooks for requesting next actions, logging tutor decisions, and escalating to Genie. Detailed contracts are maintained in the engineering handbook until the public API reference is published.
- POST /api/v1/tutor/next-action – core endpoint for serving the next hint or scaffold based on policy state.
- POST /api/v1/tutor/decision – optional logging endpoint for offline policy analysis.
- POST /api/v1/tutor/escalate – routes to Genie when human-language support is required.