TutorFlow for developers

Ship the features your hands-on education programs need through one API

TutorFlow Agent Platform provides course generation, AI tutoring, automated grading, and usage metering through REST APIs and an MCP server. Plug them into your product or agent workflow without building education features from scratch.

api.tutorflow.io/v1/platform/courses
<50ms
p50 API latency
99.9%
Monthly uptime SLA
1 line
MCP server config

The foundation for education features, delivered as an API

Course data models, prompt orchestration, AI tutor guardrails, grading rubrics, content moderation, usage-based billing. Every team rebuilds the same foundation when shipping education features. TutorFlow exposes that foundation as an API, so your team can focus on the core product experience.

  • Building and maintaining AI grading logic
  • Re-tuning prompts every time models update
  • Designing course and classroom data models from scratch
  • Time spent on usage accounting instead of product work

Add education features to your product faster

Course generation, AI tutoring, grading, usage metering, and agent integrations. Everything you need to ship education features, delivered as REST APIs and an MCP server.

Manage every education primitive through one API

Create and manage courses, lessons, slides, quizzes, code labs, and AI tutors from a single API. REST endpoints with consistent schemas and typed payloads make integration predictable.

Start agent integrations fast with the MCP server

Connect the MCP server and Claude, ChatGPT, or your in-house agents can call TutorFlow tools without writing any HTTP integration code.

Billed on API usage, not on seats

Every endpoint is metered in credits, with 1 credit equal to $0.01 USD. No annual minimums and no token math, so usage stays easy to predict and manage.

Route across AI models without code changes

Route across Claude, GPT, Gemini, and select open models without code changes. TutorFlow handles model fallback, caching, and retries.

Drops naturally into white-label products

Keep your existing brand, domain, and auth flow. TutorFlow returns JSON instead of widgets or iframes, so you can build it into your own UI freely.

Logs and cost visibility for production

Per-call traces, cost attribution per workspace, and webhook events for async jobs, so you can track operational health and spend.

Use the core education modules as APIs

Course generation, video, slides, exams, AI tutoring. Call the same core building blocks behind tutorflow.io as APIs and bring them into your product.

Create hands-on online courses with AI.

Design interactive courses faster — from live coding activities to AI tutors powered by multiple models. Build practical courses that are easy to run and scale.

api.tutorflow.io/v1/platform/courses

Generate a course with one POST request

No SDK required, just JSON over HTTP. Every endpoint returns a consistent schema, so you can test fast and integrate with confidence.

POST /v1/platform/courses
curl -X POST https://api.tutorflow.io/v1/platform/courses \
  -H "Authorization: Bearer tf_platform_..." \
  -H "Content-Type: application/json" \
  -d '{ "prompt": "Beginner Python", "lessonCount": 5 }'

Go from API key to first generated course quickly

  1. 1

    Get your API key

    Create an account, set up a workspace, and test the API with 1,000 free credits.

  2. 2

    Make your first call

    Generate a course from a prompt with one POST request, or connect the MCP server so your agents can call TutorFlow tools.

  3. 3

    Ship to production

    Switch to live keys, set rate limits, and monitor request status and usage from the dashboard.

Education products you can build with the TutorFlow API

White-label course platforms

Use TutorFlow as the education backend to build a fully branded LMS with course creation, enrollment, and grading.

AI tutors embedded in SaaS products

Add a domain-aware AI tutor to your product without managing prompts, context, or model fallback yourself.

Automated assessment systems

Score open-ended responses, code assignments, and quiz answers against a rubric, with feedback and audit logs kept alongside.

LMS plugins and extensions

Wire TutorFlow features into Canvas, Moodle, or in-house education tools via REST or LTI 1.3.

Developer FAQ

Integrate education features fast and focus on building your product

The free plan includes 1,000 credits, the main endpoints, and the MCP server to test with. Get an API key without a credit card and start integrating right away.

No credit card required