For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔌Management API

The P0 Management API allows organizations to customize platform settings, including role-based access (Owner, Manager, Approver), approval policies, maximum and standing access durations, and customized access durations, making it easy to enforce just-in-time access and tailor access workflows.

For a map of all P0 APIs and the authentication they share, see the P0 API overview.

By automating settings like role-based access controls (e.g., who can approve access), maximum access durations, and standing access policies, you can:

  • Standardize access policies across teams and environments

  • Enforce least privilege with short-lived access by default

  • Integrate governance into DevOps and CI/CD pipelines

  • Adapt quickly to changes in org structure or compliance requirements

  • Reduce human error by managing configurations via code

You can also manage many of these settings (role assignments, access durations, and expiry options) with the P0 Terraform provider (version 0.50.0 or later).

Role management APIJust-in-time settings APIAPI key management API

Last updated