Institution API
Changelog
Dated, human-written notes. Additive changes ship without a version bump; anything breaking gets a new path version.
2026-09-14 (docs)#
- Developer docs moved from
grout.app/docstogrout.app/developer. Old URLs redirect (301), includingllms.txt,AGENTS.md,SKILLS.mdand per-page markdown. - New guides: LMS Integration and Integration Best Practices.
- Docs restyled to the Grout brand; "Developers" added to the main site navigation.
2026-09-14#
Institution API v1 released.
/v1public API: institution, students, faculty, groups, licenses and devices, SSO launch tokens, exams (including GroutCodecode_spec, file uploads and hidden-test key custody), submissions, grading, proctoring events, coupons, merits, guardians, Alpha Learning, webhooks and events.- Portal: Developers area for institution admins (invite developers, API keys with scopes and rate limits, webhook endpoints, delivery log with replay) and a Developer dashboard for invited engineers.
- Webhooks: HMAC-signed deliveries (
X-Grout-Signature), six-attempt retry schedule, auto-disable, replay, secret rotation with a 24-hour grace window. POST /api/sso/exchangefor desktop apps to redeem launch tokens.- Docs at grout.app/developer with
llms.txt, per-page markdown,AGENTS.mdandSKILLS.md.
Pending in the desktop apps: GroutApp and GroutCode deep-link handling for …://sso?lt= launch tokens ships in their next releases.