Arist

Arist is an AI-native enterprise enablement platform, founded in 2019 and headquartered in New York City, that delivers training, communications, nudges and surveys in the flow of work over SMS, WhatsApp, Slack, Microsoft Teams, email and its own web and mobile apps rather than through a traditional LMS portal. The product is packaged as an agent suite — a Needs Analysis agent that interviews employees and syncs HRIS/CRM/LMS data, a Creator agent that generates and translates courses into 50+ languages, a Core Platform and Routing agent that decides who receives what and where, and an Analytics agent that ties delivery back to business goals. Customer systems (Workday, Salesforce, SAP SuccessFactors, Cornerstone, ServiceNow, Oracle) are connected through Workato-hosted connectors rather than a publicly documented REST API; the platform API host at api.arist.app is credential-gated and no public OpenAPI, SDK or developer portal is published. Identity is handled by an Auth0 tenant at auth.arist.app supporting SAML and OIDC single sign-on plus one-time email passcodes.

Arist publishes 2 APIs on the APIs.io network. Tagged areas include Company, Learning, Training, Enablement, and Microlearning.

Arist’s developer surface includes documentation, support, getting-started guide, engineering blog, authentication, changelog, and 18 more developer resources.

37.3/100 thin ▬ flat Agent 13/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
2 APIs
CompanyLearningTrainingEnablementMicrolearningHuman ResourcesMessagingArtificial IntelligenceEmployee CommunicationsSaaS

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 37.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 7.4 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 4.8 / 13
Governance 1.5 / 12
Discoverability 8.7 / 10
Agent readiness — 13/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
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 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/arist: 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 2

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

Arist Identity (OIDC)

Arist runs its customer-facing authentication on an Auth0 tenant at auth.arist.app. The tenant publishes an RFC 8414 / OpenID Connect Discovery document anonymously, describing ...

Arist Platform API

The Arist platform API host at api.arist.app fronts an Amazon API Gateway deployment and answers every anonymous request with a 403 MissingAuthenticationToken, so the surface is...

Security Posture 3

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

Arist Authentication

openIdConnect/oauth2/saml · 3 schemes

SECURITY

Arist Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Arist Trust Center

ISO 27001, ISO 27701, ISO 42001, SOC 2 Type 2

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Arist Scopes

14 scopes · authorizationCode/clientCredentials/deviceCode

14 scopes

SCOPES

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 4

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

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: arist
name: Arist
description: Arist is an AI-native enterprise enablement platform, founded in 2019 and headquartered in New York City, that
  delivers training, communications, nudges and surveys in the flow of work over SMS, WhatsApp, Slack, Microsoft Teams, email
  and its own web and mobile apps rather than through a traditional LMS portal. The product is packaged as an agent suite
  — a Needs Analysis agent that interviews employees and syncs HRIS/CRM/LMS data, a Creator agent that generates and translates
  courses into 50+ languages, a Core Platform and Routing agent that decides who receives what and where, and an Analytics
  agent that ties delivery back to business goals. Customer systems (Workday, Salesforce, SAP SuccessFactors, Cornerstone,
  ServiceNow, Oracle) are connected through Workato-hosted connectors rather than a publicly documented REST API; the platform
  API host at api.arist.app is credential-gated and no public OpenAPI, SDK or developer portal is published. Identity is handled
  by an Auth0 tenant at auth.arist.app supporting SAML and OIDC single sign-on plus one-time email passcodes.
url: https://raw.githubusercontent.com/api-evangelist/arist/refs/heads/main/apis.yml
image: https://framerusercontent.com/images/MVcgY55O8cBGMijaJPKzShyOgk.png
x-type: company
x-source: harvest:secondary-market
x-tier: profiled
x-tier-reason: enrichment-pipeline
specificationVersion: '0.20'
created: '2026-08-02'
modified: '2026-08-02'
tags:
- Company
- Learning
- Training
- Enablement
- Microlearning
- Human Resources
- Messaging
- Artificial Intelligence
- Employee Communications
- SaaS
apis:
- aid: arist:identity
  name: Arist Identity (OIDC)
  description: Arist runs its customer-facing authentication on an Auth0 tenant at auth.arist.app. The tenant publishes an
    RFC 8414 / OpenID Connect Discovery document anonymously, describing the authorization, token, device-authorization, userinfo,
    revocation, dynamic-registration and backchannel-authentication endpoints, the supported grant types (authorization_code,
    client_credentials, refresh_token, device_code, password, implicit), PKCE methods and DPoP algorithms, plus the standard
    OIDC scope set. This is the only machine-readable contract Arist publishes without credentials. Enterprise customers federate
    into it with SAML or OIDC from Entra ID, Okta, Google Workspace, ADFS or PingFederate; organizations without SSO sign
    in with a one-time passcode delivered by email.
  humanURL: https://help.arist.co/article/1027-arist-application-sso-single-sign-on-integration-guide
  baseURL: https://auth.arist.app
  tags:
  - Authentication
  - OpenID Connect
  - OAuth
  - Single Sign On
  properties:
  - type: WellKnown
    url: well-known/arist-well-known.yml
  - type: OpenIDConnect
    url: well-known/arist-openid-configuration.json
  - type: Authentication
    url: authentication/arist-authentication.yml
  - type: OAuthScopes
    url: scopes/arist-scopes.yml
- aid: arist:platform
  name: Arist Platform API
  description: The Arist platform API host at api.arist.app fronts an Amazon API Gateway deployment and answers every anonymous
    request with a 403 MissingAuthenticationToken, so the surface is real but entirely credential-gated. Arist does not publish
    an OpenAPI definition, a developer portal, SDKs or a CLI; customer integrations with HRIS, CRM, ATS and LMS systems are
    built by Arist through Workato, which stores the Arist API credentials and connection details on the customer's behalf.
    Contract discovery probed /openapi.json, /openapi.yaml, /swagger.json, /v1/openapi.json, /api-docs, /docs, /redoc and
    /graphql on this host — all returned the same gated 403 — so no machine-readable contract could be harvested.
  humanURL: https://help.arist.co/category/107-data-integrations-and-delivery-methods
  baseURL: https://api.arist.app
  tags:
  - Learning
  - Enablement
  - Integrations
  properties:
  - type: Documentation
    url: https://help.arist.co/category/107-data-integrations-and-delivery-methods
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://arist.com/
- type: SecondaryMarket
  url: https://forgeglobal.com/arist_stock/
- type: Documentation
  url: https://help.arist.co/
- type: HelpCenter
  url: https://help.arist.co/
- type: Support
  url: https://help.arist.co/contact
- type: GettingStarted
  url: https://help.arist.co/article/1117-new-user-onboarding
- type: Blog
  url: https://arist.com/resources/blogs
- type: GitHubOrganization
  url: https://github.com/aristco
- type: Login
  url: https://arist.app/login
- type: TermsOfService
  url: https://arist.com/legal/terms-of-service
- type: PrivacyPolicy
  url: https://arist.com/legal/privacy-policy
- type: SubProcessors
  url: https://arist.com/legal/sub-processors
- type: Compliance
  url: https://trust.arist.co/
- type: StatusPage
  url: https://status.arist.app/
- type: LLMsTxt
  url: llms/arist-llms.txt
- type: WellKnown
  url: well-known/arist-well-known.yml
- type: Authentication
  url: authentication/arist-authentication.yml
- type: OAuthScopes
  url: scopes/arist-scopes.yml
- type: DomainSecurity
  url: security/arist-domain-security.yml
- type: TrustCenter
  url: security/arist-trust-center.yml
- type: Conformance
  url: conformance/arist-conformance.yml
- type: Lifecycle
  url: lifecycle/arist-lifecycle.yml
- type: ChangeLog
  url: changelog/arist-changelog.yml
- type: Conventions
  url: conventions/arist-conventions.yml
x-enrichment:
  date: '2026-08-02'
  status: enriched
  artifacts_added: 14
  pass: local-v1