№ 01 — The Platform
Small educational institutions run on spreadsheets, memory, and one overworked administrator. 1EDU is the operating platform that replaces the patchwork — with AI working the desk.
Start with an assessment →
№ 02 — The Method
Every engagement begins the same way: we sit with how your institution actually works, and we write it down. What comes back is not a sales pitch — it's a plan.
If the roadmap recommends our platform, you'll see the scoring that got it there. If it recommends someone else's — or keeping what you have — it says so. The fee is never contingent on choosing us.
Request an assessment
№ 03 — The Architecture
Every capability on this platform exists as a versioned API before it gets a screen. Your data is never trapped behind our interface — anything you can click, your systems (and your agents) can call.
The MCP surface ships alongside the API, so the assistants your staff already use can drive the same records, under the same permissions, with every action audited.
/v1GET /.well-known/1edu.json — live now, generated from platform config:
{
"name": "1EDU",
"tagline": "The technology office for small educational institutions",
"api": {
"base": "https://www.1edu.app/v1",
"health": "https://www.1edu.app/v1/meta/health",
"intake": "https://www.1edu.app/v1/intake"
},
"modules": [
"advancement",
"learning",
"curriculum",
"operations",
"reporting",
"ai"
],
"mcp": {
"endpoint": null,
"status": "planned"
}
}