Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
A

agentpayy-python-sdk

by AgentPayy · Updated Jun 7, 2026

Official Python SDK: Multi-agent payments, x402 Auto-Pay, and Base L2/USDC support.

6
Stars
3
Forks
Python
Language
Jun 14, 2025
Created

In the AI payments ecosystem

agentpayy-python-sdk is an early-stage Python project in the AI payments / x402 ecosystem, focused on agenitic, agents, ai-agents, ai-agents-framework. It currently has 6 GitHub stars and 3 forks, and sits alongside related tools like agoragentic-integrations, summoner-agents, boltzpay.

README.md View on GitHub →

AgentPayy Python SDK 🤖

Official Python SDK for the AgentPayy protocol. Enables AI agents to handle autonomous payments via x402.

Features

  • x402 Auto-Pay: Automatically detect 402 Payment Required headers and handle transactions.
  • Base L2 Native: Optimized for USDC on Base for near-zero fees.
  • Framework Ready: First-class support for LangChain and CrewAI.

Quick Start

from agentpayy import AgentPayyKit, X402Client

kit = AgentPayyKit(private_key="0x...")
client = X402Client(kit)

# Auto-pays if 402 is encountered
response = client.get("https://premium-api.com/data")