What is Permify?
Permify is an open source authorization service for creating fine-grained and scalable authorization systems. With Permify, you can easily structure your authorization model, store authorization data in your preferred database, and interact with the Permify API to handle all authorization queries from your applications or services. Permify is inspired by Google’s consistent, global authorization system, Google Zanzibar.Motivation
Our goal is to make Google’s Zanzibar available to everyone and help them to build robust, flexible, and easily auditable authorization system that establishes a natural linkage between permissions across the business units, functions, and entities of an organization.Key Features
🛡️ Production ready authorization API that serve as gRPC and REST. 🔮 Domain Specific Authorization Language to easily model your authorization. Supporting RBAC, ReBAC, ABAC and more. 🔐 Database Configuration to store your permissions with high availability and low latency. ✅ Perform access control checks and get answers down to 10ms with our various cache mechanisms that we operate. 💪 Battle tested, robust authorization architecture and data model based on Google Zanzibar. ⚙️ Create custom permissions for your tenants, and manage them in a single place with Multi Tenancy. ⚡ Analyze performance and behavior of your authorization with tracing tools jaeger, signoz or zipkin.Getting Started
In Permify, authorization is divided into 3 core aspects; modeling, storing authorization data and access checks.- See how to Model your Authorization using Permify Schema.
- Learn how Permify will Store Authorization Data as relations.
- Perform Access Checks anywhere in your stack.

Use our Playground to test your authorization in a browser.

Set up Permify Service in your environment

Examine Google Zanzibar In A Nutshell
Community & Support
We would love to hear from you :heart: You can get immediate help on our Discord channel. This can be any kind of question-related to Permify, authorization, or authentication and identity management. We’d love to discuss anything related to access control space. For feature requests, bugs, or any improvements you can always open an issue.Want to Contribute? Here are the ways to contribute to Permify
- Contribute to codebase: We’re collaboratively working with our community to make Permify the best it can be! You can develop new features, fix existing issues or make third-party integrations/packages.
- Improve documentation: Alongside our codebase, documentation is an important part of our open-source journey. We’re trying to give the best DX possible to explain ourselves and Permify. And you can help with that by importing resources or adding new ones.
- Contribute to playground: Permify playground allows you to visualize and test your authorization logic. You can contribute to our playground by improving its user interface, fixing glitches, or adding new features.


