Cerby website screenshot

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.

44.7/100 developing ▬ flat Agent 26/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
3 APIs
IdentityAccess ManagementSecurityPassword ManagementProvisioningSCIMIdentity GovernanceNonfederated ApplicationsAutomationWebhook

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. 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. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

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
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - scopes
  - security
  generated: '2026-09-03'
  method: derived
image: https://www.cerby.com/hubfs/Logos/Cerby%20Favicon%20-%20Alternate.png
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.23'
created: '2026-08-09'
modified: '2026-08-09'
tags:
- Identity
- Access Management
- Security
- Password Management
- Provisioning
- SCIM
- Identity Governance
- Nonfederated Applications
- Automation
- Webhook
tags_raw:
- 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:
  - Webhook
  - Event
  - Identity
  tags_raw:
  - 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

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/cerby"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/cerby/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/cerby/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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