AutopayOS Documentation

AutopayOS is a secure payment authorization platform that enables AI agents to make autonomous purchases within policy-defined constraints. Built on Google's Agent Payments Protocol (AP2), it provides verifiable credentials, cryptographic evidence chains, and enterprise-grade policy controls.

Get started

<div class="card-grid">

Quickstart →

Accept your first agent payment in under 5 minutes.

How AutopayOS works →

Learn the core concepts: Intents, Carts, Payments, and Policies.

API Reference →

Complete reference for all REST API endpoints.

</div>

Why AutopayOS?

FeatureDescription
Policy-driven authorizationDefine spending limits, merchant allowlists, velocity controls, and time windows
Cryptographic audit trailEvery transaction produces tamper-evident evidence with hash chaining
Multi-rail paymentsRoute payments through Stripe, Visa IC, or custom rails
Human presence verificationWebAuthn/FIDO2 integration for high-value transactions
A2A ProtocolAgent-to-Agent communication following Google AP2 specification

How it works

┌─────────────┐     ┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│   Agent     │────▶│   Intent    │────▶│    Cart     │────▶│   Payment   │
│  requests   │     │  approved   │     │  verified   │     │  executed   │
└─────────────┘     └─────────────┘     └─────────────┘     └─────────────┘
                           │                   │                   │
                           ▼                   ▼                   ▼
                    ┌─────────────────────────────────────────────────────┐
                    │              Evidence Chain (Audit Trail)            │
                    └─────────────────────────────────────────────────────┘

1. Intent — Agent requests permission to shop with budget constraints
2. Cart — Merchant cart is verified against the intent and policy
3. Payment — Payment mandate is issued and executed through a payment rail

Every step is cryptographically signed and stored in the evidence chain.

Explore by use case

For AI Agent Developers

Build shopping agents that can autonomously make purchases:

For Platform Operators

Configure policies and monitor agent activity:

For Payment Integration

Integrate with payment processors:

Quick links

ResourceDescription
API ReferenceComplete REST API documentation
TypeScript SDK@autopayos/sdk package reference
Python SDKautopayos PyPI package reference
Testing guideTest mode, demo endpoints, sandbox
A2A ProtocolAgent-to-Agent communication spec

Base URLs

Production:  https://api.autopayos.com
Sandbox:     https://sandbox-api.autopayos.com
Dashboard:   https://dashboard.autopayos.com

Need help?