Authenticate AI agents with AuthPI

AI agents shouldn't borrow user accounts or share API keys. In AuthPI, agents are first-class identities (agt_) with their own credentials, scopes, organization memberships, and audit trail. Secret verifiers mint short-lived OAuth tokens through the standard client_credentials grant; suspending an agent cuts its access within one five-minute token TTL.

Start

Understand

  • Agents — the concept model: lifecycle, verifiers, scopes, and how agents differ from M2M clients
  • Multi-org tokens — how organization membership shapes what a token can do

Build

  • Agent identities — model your fleet: one agent per workload, scoped and auditable

Reference