#14 · Primary category: AI Gateway & API Infrastructure

opa

authorization cloud-native compliance declarative json opa open-policy-agent policy

Open Policy Agent (OPA) is an open source, general-purpose policy engine.

Project last updated:08/28/26

GitHub Stars

12.2K

Forks

1.7K

Contributors

608

License

Apache-2.0

Why we included this project

OPA is a policy engine you run as a standalone decision service: write rules in Rego once, and the same policies govern Kubernetes admission, API requests, and microservice calls, so each application doesn't have to embed its own authorization logic. Policies are data and code, so you can version and test them like any other artifact and audit them when needed. In AI deployments OPA often sits in front of LLM API calls to apply guardrails, keeping policy decisions explicit and reviewable rather than scattered through app code. Teams juggling consistent compliance rules across many services will find it a practical building block.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category