NoRedInk

NoRedInk is a K-12 English Language Arts platform used by millions of students and teachers to build stronger writers and critical thinkers. It combines adaptive grammar and writing practice, personalized high-interest content, authentic assessments, guided essays with self and peer review, actionable teacher data, and an AI-powered Grading Assistant. NoRedInk's public developer surface is a standards-based OAuth 2.0 / OpenID Connect authorization server (issuer https://www.noredink.com) that powers single sign-on and classroom rostering integrations with Clever, ClassLink, Canvas, and Google Classroom.

NoRedInk publishes 1 API on the APIs.io network. Tagged areas include Company, Education, EdTech, English Language Arts, and Grammar.

NoRedInk’s developer surface includes support, engineering blog, signup flow, authentication, and 16 more developer resources.

25.3/100 emerging ▬ flat Agent 16/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs
CompanyEducationEdTechEnglish Language ArtsGrammarWritingLiteracyK-12OAuthOpenID ConnectSingle Sign-OnRosteringIdentity

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 25.3/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 8.4 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 16/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/noredink: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

NoRedInk OAuth & OpenID Connect

NoRedInk's OAuth 2.0 authorization server with OpenID Connect on top, used for single sign-on and partner/classroom-rostering integrations. Advertises the authorization-code + r...

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Noredink Authentication

oauth2/openIdConnect · 2 schemes

SECURITY

Noredink Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Noredink Vulnerability Disclosure

security.txt · contact published

SECURITY

Noredink Trust Center

trust center published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Noredink Scopes

1 scope · authorizationCode

1 scopes

SCOPES

Resources

Get Started 2

Portal, sign-up, and the first successful call

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: noredink
name: NoRedInk
description: NoRedInk is a K-12 English Language Arts platform used by millions of students and teachers to build stronger
  writers and critical thinkers. It combines adaptive grammar and writing practice, personalized high-interest content, authentic
  assessments, guided essays with self and peer review, actionable teacher data, and an AI-powered Grading Assistant. NoRedInk's
  public developer surface is a standards-based OAuth 2.0 / OpenID Connect authorization server (issuer https://www.noredink.com)
  that powers single sign-on and classroom rostering integrations with Clever, ClassLink, Canvas, and Google Classroom.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://noredink.com/wp-content/uploads/2025/09/GA-Essays-grayBG.gif
url: https://raw.githubusercontent.com/api-evangelist/noredink/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
- gv
x-tier: profiled
x-tier-reason: enriched-oauth-oidc-surface
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-20'
tags:
- Company
- Education
- EdTech
- English Language Arts
- Grammar
- Writing
- Literacy
- K-12
- OAuth
- OpenID Connect
- Single Sign-On
- Rostering
- Identity
apis:
- name: NoRedInk OAuth & OpenID Connect
  description: NoRedInk's OAuth 2.0 authorization server with OpenID Connect on top, used for single sign-on and partner/classroom-rostering
    integrations. Advertises the authorization-code + refresh-token grants, an `openid` scope, RS256 id tokens, and userinfo/JWKS/introspection/revocation
    endpoints under /oauth/*.
  humanURL: https://www.noredink.com/product/overview/
  baseURL: https://www.noredink.com
  tags:
  - OAuth
  - OpenID Connect
  - Single Sign-On
  - Identity
  properties:
  - type: OpenIDConnect
    url: https://www.noredink.com/.well-known/openid-configuration
  - type: Authentication
    url: authentication/noredink-authentication.yml
  - type: OAuthScopes
    url: scopes/noredink-scopes.yml
  - type: WellKnown
    url: well-known/noredink-well-known.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://noredink.com
- type: Support
  url: https://noredink.zendesk.com/hc/en-us
- type: Blog
  url: https://www.noredink.com/insights/blog/
- type: GitHubOrganization
  url: https://github.com/NoRedInk
- type: SignUp
  url: https://www.noredink.com/signup
- type: Login
  url: https://www.noredink.com/login
- type: TermsOfService
  url: https://www.noredink.com/terms/
- type: PrivacyPolicy
  url: https://www.noredink.com/privacy/
- type: Authentication
  url: authentication/noredink-authentication.yml
- type: OAuthScopes
  url: scopes/noredink-scopes.yml
- type: WellKnown
  url: well-known/noredink-well-known.yml
- type: SecurityTxt
  url: well-known/noredink-security.txt
- type: Conformance
  url: conformance/noredink-conformance.yml
- type: Lifecycle
  url: lifecycle/noredink-lifecycle.yml
- type: StatusPage
  url: https://noredinkstatus.com/
- type: DomainSecurity
  url: security/noredink-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/noredink-vulnerability-disclosure.yml
- type: Security
  url: security/noredink-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/noredink-trust-center.yml
- type: LLMsTxt
  url: llms/noredink-llms.txt
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 12
  pass: local-v1