Private Beta

Documentation

Authorization infrastructure for AI agents. Lock down what your agents can do before they do it — with cryptographic audit trails and real-time policy enforcement.

cmd+K

Quick Install

TypeScript / Node.jsnpm install @permitnetworks/sdk
Pythonpip install permitnetworks
Rustcargo add permitnetworks

What's New

v0.4.0April 2025
  • +Rust SDK reaches 0.3.0 — zero-allocation, WASM-compatible
  • +Audit log Merkle proofs via GET /v1/audit/:id/proof
  • +Budget webhooks: budget.threshold and budget.exceeded events
  • +Policy conflict detection on create/update
v0.3.0February 2025
  • +Decision confirm/reject lifecycle (POST /v1/decisions/:id/confirm)
  • +Python SDK async support with httpx transport
  • +Rate limit conditions in policy rules
  • +Webhook signature verification (HMAC-SHA256)