Skip to main content

PayNode Protocol Python SDK for AI Agents

Project description

PayNode Python SDK

Official Documentation PyPI Version

The official Python SDK for the PayNode Protocol. PayNode allows autonomous AI Agents to seamlessly pay for APIs and computational resources using USDC on Base L2, utilizing the standardized HTTP 402 protocol.

📖 Read the Docs

For complete installation guides, advanced usage, API references, and architecture details, please visit our official documentation: 👉 docs.paynode.dev

⚡ Quick Start

Installation

pip install paynode-sdk-python web3

Agent Client (Payer)

from paynode_sdk import PayNodeAgentClient

agent = PayNodeAgentClient(
    private_key="YOUR_AGENT_PRIVATE_KEY",
    rpc_urls=["https://mainnet.base.org", "https://rpc.ankr.com/base"]
)

# Automatically handles the 402 challenge, executes the Base L2 transaction, and gets the data.
response = agent.request_gate("https://api.merchant.com/premium-data", method="POST", json={"agent": "PythonAgent"})

print(response.json())

🚀 Run the Demo

The SDK includes a complete Merchant/Agent demo in the examples/ directory.

1. Setup Environment

Copy the example environment file and fill in your keys:

cp .env.example .env
# Edit .env with your private key and RPC URLs

2. Get Test Tokens (Required for Base Sepolia)

If you're testing on Sepolia, run the helper script to mint 1,000 mock USDC:

python examples/mint_test_tokens.py

3. Run the Merchant Server (FastAPI)

python examples/fastapi_server.py

4. Run the Agent Client

In another terminal:

python examples/agent_client.py

The demo will perform a full loop: 402 Handshake -> On-chain Payment -> 200 Verification.


📦 Publishing to PyPI

To publish a new version of the SDK:

  1. Install build tools:
    pip install build twine
    
  2. Build the package:
    python -m build
    
  3. Upload to PyPI:
    python -m twine upload dist/*
    

Built for the Autonomous AI Economy by PayNodeLabs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paynode_sdk_python-1.4.0.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paynode_sdk_python-1.4.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file paynode_sdk_python-1.4.0.tar.gz.

File metadata

  • Download URL: paynode_sdk_python-1.4.0.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for paynode_sdk_python-1.4.0.tar.gz
Algorithm Hash digest
SHA256 1e06d72f96accd413a05c9148137a532b11e7673066c7bf768ce117218d7b6ec
MD5 d4995a0ad817aafdd192135b91342387
BLAKE2b-256 d140b2172130c0c7c5c698f527f22154c9ff73cddbb241498f52ff3299b93e29

See more details on using hashes here.

File details

Details for the file paynode_sdk_python-1.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for paynode_sdk_python-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb45d4424a1e2db6db136d375c261cf320b50a163592129e54cd2ab59dc0d383
MD5 04ab04f2d7929df16868f7fb5676d881
BLAKE2b-256 490f4f0a9ba73bf23a258cc746a6479c70f48ac5c1931fd3ff48aa7cfbbab453

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page