Product Updates
What's New
Follow the evolution of PermitNetworks. Every release brings stronger authorization primitives for your AI agents.
v0.4.0April 2026Latest
Interactive Demo & Policy Builder
Ship the live demo experience and a visual policy builder that lets you see authorization in action before writing a single line of code.
- Interactive demo with 4 industry segments: Fintech, Healthcare, DevOps, and E-Commerce
- Visual policy builder with drag-and-drop rule composition
- Real-time policy evaluation preview with sample payloads
- Embeddable demo widget for partner integrations
- Dashboard redesign with dark theme and glassmorphism UI
- New documentation site with SDK quickstart guides
v0.3.0March 2026
Scope Locking & DPoP Tokens
Cryptographic scope binding ensures authorization tokens cannot be replayed or repurposed across agents or actions.
- DPoP (Demonstration of Proof-of-Possession) token support for all authorization decisions
- Scope-locked API keys that bind to specific agent identifiers
- Token introspection endpoint for verifying decision provenance
- Cryptographic audit log signing with Ed25519 signatures
- Scope inheritance rules for hierarchical agent policies
- SDK support for automatic DPoP header generation
v0.2.0February 2026
5-Layer Pipeline
A real-time authorization pipeline that evaluates decisions through five layers: identity, scope, budget, rate, and context.
- 5-layer authorization pipeline: Identity, Scope, Budget, Rate Limit, and Context evaluation
- Sub-millisecond decision latency with edge-cached policy evaluation
- Real-time decision stream via WebSocket for dashboard monitoring
- Budget enforcement with configurable daily, weekly, and monthly spending limits
- Rate limiting per agent with sliding window and token bucket algorithms
- Policy versioning with rollback support
v0.1.0January 2026
Initial Release
The foundational release of PermitNetworks: a core authorization SDK with basic policy evaluation and spending limit enforcement for AI agents.
- Core authorization SDK for TypeScript and Python
- Basic allow/deny policy evaluation engine
- Spending limit enforcement with per-agent budget tracking
- REST API for policy management and decision querying
- Web dashboard with decision log viewer
- API key management with environment-scoped keys