Documentation
Start with the Getting Started guide, then explore the complete documentation on GitHub.
Quick Installation
Install the PEAC CLI tools (v0.9.13) to get started:
# Install globally with pnpm
pnpm add -g @peacprotocol/cli @peacprotocol/core
# Initialize a new peac.txt file
npx peac init
# Validate your policy file
npx peac validate peac.txt
Requires Node.js 18 or newer. View full installation guide in the Getting Started documentation.
Core Documentation
Technical Details
Engineering Guide
Implementation patterns and best practices
HTTP Semantics
Headers, responses, and protocol details
UDA (User-Delegated Access)
OAuth Device Flow implementation
Agent Attestation
Verifiable agent identity and trust
Receipt Schema
JWS format and verification process
Interop Matrix
Adapter compatibility and integration