Cerby

Cerby is an identity, access, and password management platform for nonfederated and disconnected applications — the enterprise software that does not support SAML, SCIM, or an integration API of its own. Cerby extends existing IAM, IGA, and PAM systems to those applications through browser and robotic automation, adding provisioning and deprovisioning, credential rotation, MFA enrollment, and access governance where no standards-based integration exists. Cerby publishes a public RESTful API (JSON:API-style envelope, X-API-Key authentication, scoped API keys) over eight resources — accounts, secrets, collections, users, teams, integrations, jobs, and vaults — plus a signed webhook notification service, a cross-platform CLI, and SCIM 2.0 endpoints for provisioning from Okta, Entra ID, and OneLogin.

Cerby publishes 3 APIs on the APIs.io network. Tagged areas include Identity, Access Management, Security, Password Management, and Provisioning.

The Cerby catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Cerby’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, signup flow, pricing, and 20 more developer resources.

46.4/100 developing ▬ flat Agent 38/100 agent ready Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
3 APIs
IdentityAccess ManagementSecurityPassword ManagementProvisioningSCIMIdentity GovernanceNonfederated ApplicationsAutomationWebhooks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 46.4/100 · developing
Contract Quality 12.9 / 25
Developer Ergonomics 11.7 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 5.8 / 13
Governance 1.5 / 12
Discoverability 8.2 / 10
Agent readiness — 38/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 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/cerby: 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 3

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

Cerby API

The public Cerby REST API. Programmatic access to accounts, secrets, collections, users, teams, integrations, jobs, and vaults in a Cerby workspace. Requests are authenticated w...

Cerby Webhooks

Cerby's webhook notification service delivers real-time signed HTTPS events for account, credential, MFA, and automation lifecycle changes. Deliveries carry a fixed JSON envelop...

Cerby SCIM 2.0

Cerby exposes SCIM 2.0 endpoints so an identity provider can automatically provision and deprovision users and groups into a Cerby workspace. Documented for Okta, Microsoft Entr...

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Cerby Webhooks

ASYNCAPI

Security Posture 4

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

Cerby Authentication

apiKey/http · 3 schemes

SECURITY

Cerby Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Cerby Trust Center

trust center published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Cerby Scopes

17 scopes

17 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 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 3

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: cerby
name: Cerby
description: Cerby is an identity, access, and password management platform for nonfederated and disconnected applications
  — the enterprise software that does not support SAML, SCIM, or an integration API of its own. Cerby extends existing IAM,
  IGA, and PAM systems to those applications through browser and robotic automation, adding provisioning and deprovisioning,
  credential rotation, MFA enrollment, and access governance where no standards-based integration exists. Cerby publishes
  a public RESTful API (JSON:API-style envelope, X-API-Key authentication, scoped API keys) over eight resources — accounts,
  secrets, collections, users, teams, integrations, jobs, and vaults — plus a signed webhook notification service, a cross-platform
  CLI, and SCIM 2.0 endpoints for provisioning from Okta, Entra ID, and OneLogin.
url: https://raw.githubusercontent.com/api-evangelist/cerby/refs/heads/main/apis.yml
image: https://www.cerby.com/hubfs/Logos/Cerby%20Favicon%20-%20Alternate.png
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-09'
modified: '2026-08-09'
tags:
- Identity
- Access Management
- Security
- Password Management
- Provisioning
- SCIM
- Identity Governance
- Nonfederated Applications
- Automation
- Webhooks
apis:
- aid: cerby:cerby-api
  name: Cerby API
  description: The public Cerby REST API. Programmatic access to accounts, secrets, collections, users, teams, integrations,
    jobs, and vaults in a Cerby workspace. Requests are authenticated with a scoped API key sent in the X-API-Key header;
    responses use a JSON:API-style envelope of data, links, and meta objects with page[number]/page[size] pagination, filter[...]
    filtering, and sort ordering.
  humanURL: https://developer.cerby.com/
  baseURL: https://my-workspace.cerby.com/api/v1/
  tags:
  - Identity
  - Access Management
  - Secrets
  - Provisioning
  properties:
  - type: Documentation
    url: https://developer.cerby.com/
  - type: APIReference
    url: https://developer.cerby.com/#api-reference
  - type: Authentication
    url: authentication/cerby-authentication.yml
  - type: OAuthScopes
    url: scopes/cerby-scopes.yml
  - type: Conventions
    url: conventions/cerby-conventions.yml
  - type: Idempotency
    url: conventions/cerby-conventions.yml
  - type: ErrorCatalog
    url: errors/cerby-problem-types.yml
  - type: DataModel
    url: data-model/cerby-data-model.yml
- aid: cerby:cerby-webhooks
  name: Cerby Webhooks
  description: Cerby's webhook notification service delivers real-time signed HTTPS events for account, credential, MFA, and
    automation lifecycle changes. Deliveries carry a fixed JSON envelope (envelope_version, event_id, event_type, occurred_at,
    workspace_id, data), an Ed25519 or HMAC-SHA256 signature over timestamp.body, an Idempotency-Key header, at-least-once
    semantics with documented dedup keys, and a six-attempt exponential retry policy with a 24-hour hard deadline.
  humanURL: https://help.cerby.com/developer-tools/cerby-webhooks/implement-a-webhook-receiver
  baseURL: https://my-workspace.cerby.com/api/v1/
  tags:
  - Webhooks
  - Events
  - Identity
  properties:
  - type: Webhooks
    url: asyncapi/cerby-webhooks.yml
  - type: Documentation
    url: https://help.cerby.com/developer-tools/cerby-webhooks/implement-a-webhook-receiver
  - type: ErrorCatalog
    url: errors/cerby-automation-failure-codes.yml
- aid: cerby:cerby-scim
  name: Cerby SCIM 2.0
  description: Cerby exposes SCIM 2.0 endpoints so an identity provider can automatically provision and deprovision users
    and groups into a Cerby workspace. Documented for Okta, Microsoft Entra ID, and OneLogin, authenticated with a SCIM API
    token generated and rotated from the Cerby web app.
  humanURL: https://help.cerby.com/setup-and-admin/workspace-identity-federation/retrieve-the-scim-api-authentication-token-from-cerby
  baseURL: https://api.cerby.com/v1/scim/v2
  tags:
  - SCIM
  - Provisioning
  - Identity
  properties:
  - type: Documentation
    url: https://help.cerby.com/setup-and-admin/workspace-identity-federation/retrieve-the-scim-api-authentication-token-from-cerby
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/cerby-domain-security.yml
- type: Website
  url: https://www.cerby.com/
- type: DeveloperPortal
  url: https://developer.cerby.com/
- type: Documentation
  url: https://help.cerby.com/developer-tools/readme
- type: APIReference
  url: https://developer.cerby.com/#api-reference
- type: GettingStarted
  url: https://help.cerby.com/getting-started
- type: Support
  url: https://help.cerby.com/
- type: Blog
  url: https://www.cerby.com/resources/blog
- type: SignUp
  url: https://app.cerby.com/
- type: Pricing
  url: https://www.cerby.com/contact-us
- type: StatusPage
  url: https://status.cerby.com/
- type: ChangeLog
  url: changelog/cerby-changelog.yml
- type: CLI
  url: cli/cerby-cli.yml
- type: LLMsTxt
  url: llms/cerby-llms.txt
- type: Lifecycle
  url: lifecycle/cerby-lifecycle.yml
- type: Conformance
  url: conformance/cerby-conformance.yml
- type: Packages
  url: packages/cerby-packages.yml
- type: TrustCenter
  url: security/cerby-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/cerby-vulnerability-disclosure.yml
- type: Authentication
  url: authentication/cerby-authentication.yml
- type: OAuthScopes
  url: scopes/cerby-scopes.yml
- type: Conventions
  url: conventions/cerby-conventions.yml
- type: Idempotency
  url: conventions/cerby-conventions.yml
- type: ErrorCatalog
  url: errors/cerby-problem-types.yml
- type: Webhooks
  url: asyncapi/cerby-webhooks.yml
- type: DataModel
  url: data-model/cerby-data-model.yml
- type: GitHubOrganization
  url: https://github.com/cerbyinc
x-enrichment:
  date: '2026-08-09'
  status: enriched
  artifacts_added: 17
  pass: local-v1