Skip to main content

Pixel Office A2A Paymeter & Identity SDK for Python

Zero-dependency Python SDK for Agent-to-Agent (A2A) Identity & Paymeter Verification for Python, FastAPI, LangChain, CrewAI, and LlamaIndex.

Installation

pip install pixeloffice-paymeter

Quick Start

from pixeloffice_paymeter import verify_a2a_identity, authorize_agent_payment, PaymeterClient

# Verify A2A agent identity token
identity = verify_a2a_identity(agent_token="px_a2a_agent_key_xxx")
print(f"Agent Verified: {identity['valid']}")
print(f"Agent Niche: {identity['niche']}")

# Authorize micropayment between AI agents
payment = authorize_agent_payment(from_agent="agent_alpha", to_agent="agent_beta", amount_usd=0.05)
print(f"Payment Status: {payment['status']}")

Features

  • A2A Identity Handshake: Real-time verification of autonomous AI agent keys.
  • Micro-Meter Billing: Sub-cent transaction authorization for agentic workflows.
  • 35ms Latency: Native integration with Pixel Office EU.

Download files

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

Source Distribution

pixeloffice_paymeter-1.0.0.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file pixeloffice_paymeter-1.0.0.tar.gz.

File metadata

  • Download URL: pixeloffice_paymeter-1.0.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2

File hashes

Hashes for pixeloffice_paymeter-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ab9be48bc3b1325483be9e5ca60bdefd3a40f5bed98b6c9b1d13c6d329a480e1
MD5 0e3eee404894f8bd60b3943a32c69efc
BLAKE2b-256 82bff3d8a347bbd521c2e77e580e5a9da7d48111d24bf9a73d195781b7053751

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.0

1 file

1.0.2

1 file

1.0.1

1 file

This release

1.0.0 This release

1 file

Supported by

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