AgentPassport API

Governed payment middleware for AI agents. Guardrails, scoped tokens, and immutable audit trails — built on Stripe.

v0.1.0 REST API Stripe

Guardrails Engine

9 configurable checks: spending limits, velocity, allowlists, MFA. Agents can't overspend or reach unauthorized endpoints.

Scoped Tokens

Per-capability JWT tokens with expiry, budget caps, and capability bindings. Rotate independently of the master API key.

Audit Trail

SHA-256 hashed, timestamped logs for every authorization decision. Tamper-evident chain for compliance.

Stripe Integration

Payment intents, subscriptions, invoices, and payouts through a single agent-friendly interface.

Quick API Reference

POST /v1/authorize Create authorization request
GET /v1/authorize/:id Check authorization status
POST /v1/tokens Issue scoped capability token
GET /v1/tokens/:id Inspect token