Skip to main content

The API-first model

Every action you can take in the Permissio application is also a public API call against https://api.permissio.us. There is no privileged dashboard surface.

In practice, this means:

  • The dashboard, the mobile clients, and your integration consume the same endpoints.
  • New capabilities ship through the API first, with the dashboard following.
  • You can replicate any human-driven workflow programmatically, including bulk operations, audit exports, and template management.

This guarantee is intentional. It keeps the platform easy to reason about and ensures that anything you see in the UI can be automated.