P0 Security website screenshot

P0 Security

P0 Security is a cloud-native Privileged Access Management (PAM) platform that governs runtime authorization for human users, machine/service accounts, and AI agents across hybrid and multi-cloud environments. Its AuthZ Control Plane enforces just-in-time (JIT), least-privilege access to AWS, Google Cloud, Azure, Oracle Cloud, Kubernetes, databases, SSH hosts, Okta, and Google Workspace — provisioning short-lived credentials on request, routing approvals through Slack, Microsoft Teams, the web app, or the CLI, and automatically revoking access when it expires. P0 also provides an access inventory and identity graph, posture scanning for over-privileged and stale access, service-account key rotation, and an agentic authorization control plane with a self-hosted MCP Gateway that enforces least-privilege policy on every MCP tool call. Developers integrate P0 through the official p0 CLI, a Terraform provider, and a bearer-authenticated Just-in-Time Access API (Command, Permission Request, and Access Policies).

P0 Security publishes 2 APIs on the APIs.io network: Command API and Permission Requests API. Tagged areas include Company, Security, Privileged Access Management, Identity and Access Management, and Just-In-Time Access.

P0 Security’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, signup flow, CLI, and 20 more developer resources.

43.5/100 developing ▬ flat Agent 25/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs 1 MCP Servers
CompanySecurityPrivileged Access ManagementIdentity and Access ManagementJust-In-Time AccessCloud SecurityAuthorizationZero TrustAgentic AccessMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/p0-security: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

P0 Security Command API

Submit commands that trigger access workflows.

P0 Security Permission Requests API

Approve, deny, or revoke just-in-time access requests.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

P0 MCP Gateway

The P0 MCP Gateway is a self-hosted runtime enforcement layer for agentic authorization. It sits in the data path between AI agents (MCP clients) and upstream MCP servers: it pr...

MCP SERVER

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

P0 Security Authentication

http · 1 scheme

SECURITY

P0 Security Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

P0 Security Trust Center

SOC 2 Type II

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

P0 Security Agentic Access

4 operations · 4 acting · 1 human-in-the-loop

4 operations · 4 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: p0-security
name: P0 Security
description: P0 Security is a cloud-native Privileged Access Management (PAM) platform that governs runtime authorization
  for human users, machine/service accounts, and AI agents across hybrid and multi-cloud environments. Its AuthZ Control Plane
  enforces just-in-time (JIT), least-privilege access to AWS, Google Cloud, Azure, Oracle Cloud, Kubernetes, databases, SSH
  hosts, Okta, and Google Workspace — provisioning short-lived credentials on request, routing approvals through Slack, Microsoft
  Teams, the web app, or the CLI, and automatically revoking access when it expires. P0 also provides an access inventory
  and identity graph, posture scanning for over-privileged and stale access, service-account key rotation, and an agentic
  authorization control plane with a self-hosted MCP Gateway that enforces least-privilege policy on every MCP tool call.
  Developers integrate P0 through the official p0 CLI, a Terraform provider, and a bearer-authenticated Just-in-Time Access
  API (Command, Permission Request, and Access Policies).
url: https://raw.githubusercontent.com/api-evangelist/p0-security/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- lightspeed-venture-partners
x-tier: stub
x-tier-reason: portfolio-lead
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-20'
image: https://p0.dev/p0.jpg
tags:
- Company
- Security
- Privileged Access Management
- Identity and Access Management
- Just-In-Time Access
- Cloud Security
- Authorization
- Zero Trust
- Agentic Access
- MCP
tags_raw:
- Company
- Security
- Privileged Access Management
- Identity and Access Management
- Just-in-Time Access
- Cloud Security
- Authorization
- Zero Trust
- Agentic Access
- MCP
apis:
- aid: p0-security:p0-security-command-api
  name: P0 Security Command API
  description: Submit commands that trigger access workflows.
  humanURL: https://docs.p0.dev/access-management/just-in-time-access/just-in-time-api
  baseURL: https://api.p0.app
  tags:
  - Command
  properties:
  - type: OpenAPI
    url: openapi/p0-security-command-api-openapi.yml
  - type: Documentation
    url: https://docs.p0.dev/access-management/just-in-time-access/just-in-time-api
  - type: Authentication
    url: authentication/p0-security-authentication.yml
- aid: p0-security:p0-security-permission-requests-api
  name: P0 Security Permission Requests API
  description: Approve, deny, or revoke just-in-time access requests.
  humanURL: https://docs.p0.dev/access-management/just-in-time-access/just-in-time-api
  baseURL: https://api.p0.app
  tags:
  - Permission Requests
  properties:
  - type: OpenAPI
    url: openapi/p0-security-permission-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.p0.dev/access-management/just-in-time-access/just-in-time-api
  - type: Authentication
    url: authentication/p0-security-authentication.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/p0-security-domain-security.yml
- type: AgenticAccess
  url: agentic-access/p0-security-agentic-access.yml
- type: DeveloperPortal
  url: https://docs.p0.dev/
- type: Documentation
  url: https://docs.p0.dev/
- type: APIReference
  url: https://docs.p0.dev/access-management/just-in-time-access/just-in-time-api
- type: GettingStarted
  url: https://docs.p0.dev/getting-started/p0-security-onboarding
- type: Support
  url: https://support.p0.dev/
- type: Blog
  url: https://p0.dev/blog/
- type: GitHubOrganization
  url: https://github.com/p0-security
- type: SignUp
  url: https://p0.app/
- type: Login
  url: https://p0.app/
- type: TermsOfService
  url: https://p0.app/tos
- type: PrivacyPolicy
  url: https://p0.app/privacy
- type: TrustCenter
  url: https://p0.dev/trust-center/
- type: Compliance
  url: security/p0-security-trust-center.yml
- type: Conformance
  url: conformance/p0-security-conformance.yml
- type: Packages
  url: packages/p0-security-packages.yml
- type: CLI
  url: cli/p0-security-cli.yml
- type: MCPServer
  url: mcp/p0-security-mcp.yml
- type: LLMsTxt
  url: llms/p0-security-llms.txt
- type: ChangeLog
  url: changelog/p0-security-changelog.yml
- type: Lifecycle
  url: lifecycle/p0-security-lifecycle.yml
- type: Conventions
  url: conventions/p0-security-conventions.yml
- type: ErrorCatalog
  url: errors/p0-security-problem-types.yml
- type: DataModel
  url: data-model/p0-security-data-model.yml
- type: Overlay
  url: overlays/p0-security-jit-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 18
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/p0-security"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/p0-security/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/p0-security/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.