Riiid Partner Solutions

B2B / AI-as-a-Service (R.Inside) engagements that embed Riiid's adaptive learning and knowledge-tracing AI into partner education platforms. Access is sales-led and contract-based via partnership@socra.ai; no public self-serve API is published.

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/partner-solutions"
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 email required.

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

OpenAPI Specification

riiid-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Riiid API
  description: >-
    Riiid (now operating as Socra AI) is an AI education technology company whose
    deep-knowledge-tracing and score-prediction models power adaptive learning in
    products such as the Santa AI test-prep app and in partner integrations
    (R.Inside AI-as-a-Service).


    As of this writing, Riiid does NOT publish a public, self-serve developer API
    with documented endpoints, authentication, or an interactive reference. Its AI
    capabilities are delivered through packaged consumer products (mobile apps) and
    through sales-led B2B / partner integrations governed by contract. Because no
    public API surface is documented, this OpenAPI definition intentionally contains
    no paths. It exists as a placeholder within the API Evangelist catalog and will
    be populated if and when Riiid / Socra AI publishes a documented public API.


    Partner and integration inquiries: partnership@socra.ai
  termsOfService: https://www.riiid.com
  contact:
    name: Riiid (Socra AI) Partnerships
    email: partnership@socra.ai
  version: '1.0'
servers:
  - url: https://www.riiid.com
    description: >-
      Corporate / product site. No public API base URL is documented; this server
      entry is a placeholder and does not host a self-serve API.
paths: {}