API preview
A developer API is on the roadmap
Maestro exposes a structured set of internal route families today. A documented, public developer API and webhooks are planned — talk to us if programmatic access matters to your rollout.
PreviewShapes and paths may change before general availability.
GET /api/healthService health, including data-store status./api/authLogin, current user, profile, avatar, and password./api/coursesCourse creation, Course Architect layers, progress, artifacts, and downloads./api/courses/:code/referencesReference ingestion, retrieval preview, coverage, and alignment./api/libraryInstitution-wide approved catalog and curation./api/node-enginePrompts, node sets, blueprints, content specs, produced objects, and video./api/settingsAdmin app, provider, database, and model settings./api/auditFiltered audit log and facets.Example
Health check
Request / response
# Service health
GET /api/health
{
"status": "ok",
"postgres": "connected",
"graph": "optional"
}Get started
Want early access to the developer API?
Tell us your use case and we'll bring you into the preview program.