Skip to content
SocialAtoZ

AuthZed SpiceDB

Verified

Google Zanzibar inspired permissions database, open source with managed hosting

Not yet rated. Be the first to review AuthZed SpiceDB.

AuthZed SpiceDB screenshot See all screenshots
  • Deployment Cloud Based, On Premises, SaaS
  • Starting price $2
  • Free trial Available
  • Best for Freelancers, Small Business, Medium Business

What is AuthZed SpiceDB?

SpiceDB is an open source permissions database from AuthZed, built on the model Google described in its Zanzibar paper. It stores relationships between subjects and resources and answers permission questions against them, rather than evaluating rules written per application.

The relationship based model is what distinguishes it from role based systems and it handles a problem those systems handle badly. Real permissions are frequently relational: a user may edit a document because they belong to a team that owns a folder containing it. Expressing that as roles means enumerating combinations that multiply as the hierarchy grows, whereas storing relationships and traversing them answers the question directly however deep the nesting goes.

Consistency matters more here than the model suggests, and it is why Zanzibar was a notable paper rather than an obvious design. A permissions system that returns stale answers will allow access that was just revoked, so the guarantees offered around freshness are a substantive part of what the database provides.

AuthZed offers SpiceDB as open source alongside managed cloud hosting, with a self service tier priced by the hour and dedicated and enterprise options above it. That combination lets a team adopt the open source engine and move to managed hosting without changing the model.

Key Features of AuthZed SpiceDB

  • Relationship based permissions database
  • Based on the Google Zanzibar model
  • Open source core
  • Managed cloud hosting
  • Consistency guarantees on permission checks
  • Schema definition language for permissions
  • Playground for developing and testing schemas
  • Client libraries across languages
  • Self service, dedicated and enterprise tiers
  • Support for AI authorization scenarios

AuthZed SpiceDB Pricing

Self service cloud

$2

Deploy a permissions system with self service resource management. Dedicated Cloud and Enterprise tiers are available above this.

AuthZed SpiceDB Specifications

Deployment
  • Cloud Based
  • On Premises
  • SaaS
Desktop
  • Web App
  • Linux
Built for
  • Freelancers
  • Small Business
  • Medium Business
  • Large Enterprise
Support
  • Email
  • Knowledge Base
  • Community Forum
Public API
Yes
Free trial
Yes
Free plan
No
Runs in browser
No
Customisable
No
Website
authzed.com

AuthZed SpiceDB Videos

AuthZed SpiceDB Screenshots

AuthZed SpiceDB Reviews

No reviews yet

Used AuthZed SpiceDB? Share your experience and help other buyers decide.

AuthZed SpiceDB FAQs

SpiceDB itself is open source. AuthZed's self service cloud lets a team deploy a permissions system from 2 dollars per hour, with dedicated cloud and enterprise options available above that.

The design Google published for its global authorization system, storing relationships between subjects and resources and answering permission questions by traversing them rather than by evaluating per application rules.

Real permissions are often relational, such as editing a document because you are in a team owning a folder containing it. Roles require enumerating combinations that multiply with hierarchy depth, while relationships answer directly.

A system returning stale answers will allow access that was just revoked. The freshness guarantees offered around permission checks are a substantive part of what the database provides.

Yes. It is open source and can be run by the team itself, with AuthZed's managed cloud available for those who would rather not operate it.