Cerbos Review, Pricing & Features

Cerbos is an open-source authorization engine for RBAC, ABAC, and ReBAC policies. See features, Cerbos Hub pricing, and how it compares to OPA.

Category
Security
Pricing
Freemium, from Free (PDP open source); Hub from $25/month
Verified
Not yet
Last updated
July 18, 2026
Founded
2021
Headquarters
London, United Kingdom
Free PlanWeb AppFree TrialAPIOpen SourceFreemiumSelf-Hosted

Overview

Cerbos is an open-source, language-agnostic authorization engine founded in 2021 by Emre Baran, Alex Olivier, and Charith Ellawala, and headquartered in London, United Kingdom. It lets development teams move access-control logic out of application code and into centrally managed policies.

Teams write authorization rules as YAML policies defining who can perform which actions on which resources; the Cerbos Policy Decision Point (PDP) evaluates those policies against each incoming request and returns an allow or deny decision, decoupling permission logic from the rest of the codebase.

Key Features

The Cerbos PDP is open source under Apache 2.0, written in Go for stateless, horizontally scalable deployment, and evaluates authorization requests with sub-millisecond latency. It supports RBAC, ABAC, ReBAC, and PBAC access-control models out of the box and ships official SDKs for eight languages, including Go, Java, JavaScript, Python, .NET, PHP, Ruby, and Rust. On top of the open-source PDP, Cerbos Hub adds a commercial control plane for policy authoring, testing, versioning, distribution, and audit visibility, and Synapse enriches authorization requests with identity, resource, and relationship data pulled from external systems — including for controlling what AI agents can access.

Pricing

The Cerbos PDP is free to self-host indefinitely under Apache 2.0. Cerbos Hub, the commercial policy-management layer, has a free Proof of Concept tier (up to 100 monthly active principals), a Development tier starting at $25/month with a three-month free trial, a Production tier starting at $933/month covering the first 5,000 monthly active principals, and a custom-priced Enterprise tier with SSO, self-hosted Hub, and extended audit retention.

Key Features

Pros & Cons

Pros

  • Open-source PDP is free to self-host indefinitely under Apache 2.0
  • Supports RBAC, ABAC, ReBAC, and PBAC models rather than a single fixed model
  • Sub-millisecond decision latency suited to high-throughput applications
  • Cerbos Hub adds policy testing, versioning, and audit trails without giving up the open-source core

Cons

  • Production-tier Cerbos Hub pricing starting at $933/month is a significant jump from the Development tier
  • Requires engineering investment to model application resources and actions as Cerbos policies
  • Open-core model means some governance and audit features are commercial-only
  • Relatively young company, founded in 2021, compared to some established authorization and IAM vendors

Pricing

Frequently Asked Questions

Is Cerbos free?

The Cerbos Policy Decision Point (PDP) is open source under Apache 2.0 and free to self-host indefinitely. Cerbos Hub, the commercial policy-management layer, has a free tier plus paid Development, Production, and Enterprise tiers.

What access-control models does Cerbos support?

Cerbos supports role-based (RBAC), attribute-based (ABAC), relationship-based (ReBAC), and general policy-based (PBAC) access control out of the box.

How much does Cerbos Hub cost?

Cerbos Hub starts free for up to 100 monthly active principals, with a Development tier from $25/month, a Production tier from $933/month, and custom Enterprise pricing.

What languages does Cerbos support?

Cerbos provides official SDKs for Go, Java, JavaScript, Python, .NET, PHP, Ruby, and Rust.

Who founded Cerbos and where is it based?

Cerbos was founded in 2021 by Emre Baran, Alex Olivier, and Charith Ellawala, and is headquartered in London, United Kingdom.

What is Cerbos Synapse?

Synapse is a Cerbos component that fetches identity, resource, and relationship data from external systems to enrich authorization requests, including for governing what AI agents can access.

Comparisons

Related Tools