Eightfold website screenshot

Eightfold

Eightfold AI operates an agentic Talent Intelligence Platform that pairs an enterprise's own HR data with a deep-learning talent graph built from more than a billion career profiles to power talent acquisition, talent management, internal mobility, workforce and resource planning, succession planning, and AI-assisted interviewing. Eightfold exposes these capabilities to customers and certified ATS/HRIS/LMS partners through a RESTful API v2 (apiv2.eightfold.ai) and a SCIM 2.0 provisioning API, covering profiles, positions, ATS positions and candidates, demands, bookings, offers, succession plans, courses, campaigns, messaging, and org-wide diversity insights. Authentication is OAuth 2.0 (password grant) fronted by Basic-auth API-key credentials, with fine-grained READ/WRITE permission scopes assigned per API key and regional token endpoints for US/EU/CA/ME/AP/WU/Gov deployments.

Eightfold publishes 1 API on the APIs.io network: API v2. Tagged areas include Company, Talent Intelligence, Talent Acquisition, Talent Management, and Recruiting.

Eightfold’s developer surface includes documentation, API reference, getting-started guide, engineering blog, changelog, authentication, and 21 more developer resources.

43.3/100 thin ▬ flat Agent 43/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyTalent IntelligenceTalent AcquisitionTalent ManagementRecruitingHuman ResourcesWorkforce PlanningHRISATSArtificial IntelligenceSCIMREST

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 43.3/100 · thin
Contract Quality 9.4 / 25
Developer Ergonomics 12.6 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 43/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 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 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 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/eightfold: 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.

Eightfold API v2

RESTful API v2 exposing Eightfold's core talent entities (profiles, positions, ATS positions/candidates, demands, bookings, offers, succession plans, courses, campaigns, message...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

eightfold-mcp.yml

MCP SERVER

Security Posture 4

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

Eightfold Authentication

oauth2/http · 2 schemes

SECURITY

Eightfold Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Eightfold Vulnerability Disclosure

contact published

SECURITY

Eightfold Trust Center

SOC 2 Type II, SOC 3, ISO 27001, ISO 27701, ISO 27017, ISO 42001, FedRAMP Moderate

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Eightfold Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 2

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 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: eightfold
name: Eightfold
description: Eightfold AI operates an agentic Talent Intelligence Platform that pairs an enterprise's own HR data with a deep-learning
  talent graph built from more than a billion career profiles to power talent acquisition, talent management, internal mobility,
  workforce and resource planning, succession planning, and AI-assisted interviewing. Eightfold exposes these capabilities
  to customers and certified ATS/HRIS/LMS partners through a RESTful API v2 (apiv2.eightfold.ai) and a SCIM 2.0 provisioning
  API, covering profiles, positions, ATS positions and candidates, demands, bookings, offers, succession plans, courses, campaigns,
  messaging, and org-wide diversity insights. Authentication is OAuth 2.0 (password grant) fronted by Basic-auth API-key credentials,
  with fine-grained READ/WRITE permission scopes assigned per API key and regional token endpoints for US/EU/CA/ME/AP/WU/Gov
  deployments.
url: https://raw.githubusercontent.com/api-evangelist/eightfold/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- lightspeed-venture-partners
x-tier: stub
x-tier-reason: portfolio-lead
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
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
image: https://logo.clearbit.com/eightfold.ai
tags:
- Company
- Talent Intelligence
- Talent Acquisition
- Talent Management
- Recruiting
- Human Resources
- Workforce Planning
- HRIS
- ATS
- Artificial Intelligence
- SCIM
- REST
apis:
- name: Eightfold API v2
  description: RESTful API v2 exposing Eightfold's core talent entities (profiles, positions, ATS positions/candidates, demands,
    bookings, offers, succession plans, courses, campaigns, messages, insights) plus a SCIM 2.0 user/role provisioning surface.
    OAuth 2.0 password-grant tokens minted from Basic-auth API-key credentials; per-key READ/WRITE permission scopes.
  humanURL: https://apidocs.eightfold.ai
  baseURL: https://apiv2.eightfold.ai/api/v2/
  tags:
  - Talent Intelligence
  - REST
  - SCIM
  properties:
  - type: Documentation
    url: https://apidocs.eightfold.ai/docs/getting-started
  - type: APIReference
    url: https://apidocs.eightfold.ai/reference
  - type: OpenAPI
    url: https://apidocs.eightfold.ai/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/eightfold-domain-security.yml
- type: TrustCenter
  url: security/eightfold-trust-center.yml
- type: Website
  url: https://eightfold.ai
- type: DeveloperPortal
  url: https://apidocs.eightfold.ai
- type: Documentation
  url: https://apidocs.eightfold.ai/docs/getting-started
- type: APIReference
  url: https://apidocs.eightfold.ai/reference
- type: GettingStarted
  url: https://apidocs.eightfold.ai/docs/getting-started
- type: Blog
  url: https://eightfold.ai/blog/
- type: GitHubOrganization
  url: https://github.com/EightfoldAI
- type: Login
  url: https://app.eightfold.ai
- type: PrivacyPolicy
  url: https://eightfold.ai/privacy-policy/
- type: Security
  url: https://eightfold.ai/security/
- type: Compliance
  url: https://trust.eightfold.ai/
- type: ChangeLog
  url: https://apidocs.eightfold.ai/changelog/eightfold-api-release-notes
- type: LLMsTxt
  url: llms/eightfold-llms.txt
- type: Authentication
  url: authentication/eightfold-authentication.yml
- type: OAuthScopes
  url: scopes/eightfold-scopes.yml
- type: Conventions
  url: conventions/eightfold-conventions.yml
- type: Conformance
  url: conformance/eightfold-conformance.yml
- type: Lifecycle
  url: lifecycle/eightfold-lifecycle.yml
- type: ChangeLog
  url: changelog/eightfold-changelog.yml
- type: MCPServer
  url: mcp/eightfold-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DataModel
  url: data-model/eightfold-data-model.yml
- type: Packages
  url: packages/eightfold-packages.yml
- type: Components
  url: packages/eightfold-packages.yml
- type: VulnerabilityDisclosure
  url: security/eightfold-vulnerability-disclosure.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence