Developer preview

Educational Infrastructure,
Rebuilt for Developers

Embed learning into your product with a single API call. Courses, progress tracking, and learner management — all API-first.

Enroll a learner in a course
curl -X POST https://api.monopane.io/tenants/{tenantId}/enrollments \
  -H "X-Api-Key: eak_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "learnerId": "lrn_abc123",
    "courseId": "crs_xyz456"
  }'
Response
{
  "id": "enr_9f3k21",
  "status": "active",
  "enrolledAt": "2026-03-05T12:00:00Z"
}
📚

Course API

Build and manage content programmatically. Courses, modules, lessons, and activities — all via REST. Your content, your structure.

📊

Progress Tracking

Real-time learner progress with webhooks. Know exactly where learners are, what they've completed, and when they need a nudge.

Developer-first

OpenAPI spec, generated SDKs, and an MCP server for AI agents. Works with your existing auth. Ships with Cloudflare Workers.

Join the waitlist

We're onboarding teams gradually. Get early access and shape the product.