Crimson App API

The backend API behind the Crimson App student and mentor platform. There is no provider-published OpenAPI or public developer portal; the surface is documented and exercised through the first-party TypeScript SDK @crimson-education/sdk on npm, which names concrete REST paths under /roadmap/* and /api/v1/* (missions, action items, reflections, roadmap context, mission library, grade templates, package items, tutors, bookings, student profile, account and Indigo identity) plus a token-gated GraphQL endpoint at /graphql. Access is by Auth0 bearer JWT, a server-to-server crimsonauthkey service key, or an OAuth 2.0 authorization-code with PKCE flow the SDK implements but whose backend endpoints the SDK documents as not yet deployed.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/crimson-app-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Crimson App API
description: The backend API behind the Crimson App student and mentor platform. There is no provider-published
  OpenAPI or public developer portal; the surface is documented and exercised through the first-party
  TypeScript SDK @crimson-education/sdk on npm, which names concrete REST paths under /roadmap/* and /api/v1/*
  (missions, action items, reflections, roadmap context, mission library, grade templates, package items,
  tutors, bookings, student profile, account and Indigo identity) plus a token-gated GraphQL endpoint
  at /graphql. Access is by Auth0 bearer JWT, a server-to-server crimsonauthkey service key, or an OAuth
  2.0 authorization-code with PKCE flow the SDK implements but whose backend endpoints the SDK documents
  as not yet deployed.
humanURL: https://www.npmjs.com/package/@crimson-education/sdk
baseURL: https://api.app.crimsoneducation.io
tags:
- Education
- Admissions
- Roadmaps
- Task
- Tutoring
tags_raw:
- Education
- Admissions
- Roadmap
- Tasks
- Tutoring
properties:
- type: SDKs
  url: packages/crimson-education-packages.yml
- type: Authentication
  url: authentication/crimson-education-authentication.yml