⚡ A-Pay Protocol (AgentPay)
The Universal Micropayment & Economic Layer for Autonomous AI Agents
🎯 Vision & Identity
A-Pay is an ultra-lightweight, zero-latency, open economic rail designed for the machine-to-machine (M2M) economy. Just as UPI revolutionized human digital payments in India, A-Pay enables autonomous AI software agents to discover, consume, and pay for data, compute, APIs, and micro-services on the fly—without credit cards, human KYC, or seed phrase friction.
🚀 1-Command Experience
1. Website / API Owners (The Sellers)
Protect ANY existing website or API with an instant HTTP 402 crypto paywall—zero code modifications required:
apay protect --target http://localhost:8000 --price 0.001 --wallet 0xYourWalletAddress
- Incoming requests from AI bots will automatically receive an HTTP 402 Payment Required challenge.
- Once the AI agent's cryptographic micropayment is verified (<15ms), the request is forwarded to your server and data is unlocked!
2. AI Agent Developers (The Buyers)
Give your AI agent an in-memory wallet and strict spending guardrails with 2 lines of code:
from apay import APaySession, AgentWallet
# Generate or load wallet with daily safety limit
wallet = AgentWallet(private_key="0x...", max_per_call_usdc=0.01, daily_budget_usdc=5.0)
session = APaySession(wallet)
# Automatically handles HTTP 402 challenges & settles on the fly
response = session.get("https://protected-api.com/market-data")
print(response.json())
📦 Directory Structure
apay/
├── src/
│ └── apay/
│ ├── __init__.py # Package exports
│ ├── cli.py # ⚡ 1-Command CLI (`apay protect`, `apay wallet new`, `apay pay`)
│ ├── client.py # 🤖 Auto-settling HTTP client (sync & async)
│ ├── wallet.py # 🔐 In-memory wallet + local spending limits
│ ├── proxy.py # 🛡️ Ultra-light reverse proxy paywall (Starlette + EIP-712)
│ ├── relayer.py # 📊 Settlement journal & batch relayer
│ └── integrations/ # 🔗 LangChain & CrewAI agent wrappers
├── contracts/ # Base Sepolia Smart Contracts (APAYToken & APayRouter)
├── tests/ # Automated integration & security test suite
├── spec/ # RFC wire format & security model specifications
└── pyproject.toml # Hatchling packaging configuration
🛠️ Installation & Quickstart
# 1. Install A-Pay via pip
pip install apay
# 2. Generate a new Agent Wallet with spending limits
apay wallet new
# 3. Protect any website or API with an instant HTTP 402 Paywall
apay protect --target http://localhost:8000 --price 0.001 --wallet 0xYourPayoutWalletAddress
A-Pay is an open-source decentralized economic protocol for autonomous machine agents. Built on Base L2.
Release files for apay 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apay-0.1.3.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apay-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.3 kB
Release files / apay-0.1.3.tar.gz
| Download URL | apay-0.1.3.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b5a8db5b1a0d917f7f9c15cf8a2d773d5558afeac7f905f1e7efa9007835e020
|
|
BLAKE2b-256 checksum How to use checksums |
c1f2be192bf56ec29a4d292d47cbb1a8d42e84317103f3a4018d5f739b766241
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"NixOS","version":"26.05","id":"yarara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / apay-0.1.3-py3-none-any.whl
| Download URL | apay-0.1.3-py3-none-any.whl |
|---|---|
| Size | 19.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e68250da6510247dcf187bec2d9df26851c320a3f20f2184f86228d57c528c9d
|
|
BLAKE2b-256 checksum How to use checksums |
e18482743aa5f04764d5e02a677913e7c505db8d15d3f5860ba0ab10c7c5cc70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"NixOS","version":"26.05","id":"yarara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|