What is Query API?

The Query API allows you to interact with the Oso engine programmatically, asking what a user can do, what resources they can access, or checking specific permissions. It's part of the tooling used to enforce and inspect authorization logic.

Authorization done right