Let your agents find the best products online
rencom-sdk-python is an early-stage Python project in the AI payments / x402 ecosystem, focused on agent-commerce, agentic-commerce, agentic-commerce-protocol, ai. It currently has 2 GitHub stars and 0 forks, and sits alongside related tools like agoramesh, Reap-protocol-sdk, agoramesh, agent-commerce-protocol, ClawRouter, internet-court-skill.
Official Python SDK for the Rencom API.
pip install rencom
For x402 payment support:
pip install rencom[x402]
import asyncio
from rencom import AsyncRencomClient
async def main():
async with AsyncRencomClient(api_key="rn_...") as client:
# Search x402 resources
results = await client.x402.search("trading api")
for result in results.results:
print(f"{result.resource}: {result.description}")
# Search UCP products
products = await client.ucp.products.search("laptop case")
for product in products.products:
print(f"{product.title} - ${product.price.amount / 100:.2f}")
asyncio.run(main())
The SDK supports multiple authentication methods:
API Key (recommended):
client = AsyncRencomClient(api_key="rn_...")
Environment Variable:
export RENCOM_API_KEY="rn_..."
client = AsyncRencomClient() # Auto-loads from environment
JWT Token:
client = AsyncRencomClient(jwt_token="eyJ...")
Full documentation coming soon.
See the examples/ directory for more usage examples.
git clone https://github.com/rencom-ai/rencom-sdk-python.git
cd rencom-sdk-python
pip install -e ".[dev]"
Run tests:
pytest
The SDK auto-generates models from the OpenAPI specification:
python scripts/generate.py
Note: Files in rencom/_generated/ are auto-generated and should not be edited manually.
MIT License - see LICENSE for details.
"Machines must run." — Open-source protocol & trust layer for AI agent commerce. Discover, verify, transact — no middlemen.
The official SDK for the Reap Protocol: The Agentic Commerce Grid.
Build a decentralized marketplace and trust layer for AI agents, enabling seamless transactions and interactions on the Base Sepolia network.
ACE (Agent Commerce Exchange) — Open protocol for agent-native commerce: discovery, trust, and catalog for the agentic web. Payment-agnostic (x402, MPP, Stripe).
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.
A curated list of awesome agentic commerce resources — protocols, MCP servers, tools, apps, APIs and services for AI agents that shop, sell and transact. For store owners, developers, agencies and marketers.
Agentic commerce is the shift from people clicking buy buttons to AI agents acting, deciding, negotiating, and transacting on behalf of users. This repository documents that shift.
Skills & plugins for agentic commerce : UCP, ACP, AP2, A2A, WebMCP, Magento 2, BigCommerce, WooCommerce
The open-source toolkit for building AI commerce agents using UCP and ACP protocols
A neutral landscape analysis of AI agent payment protocols (x402, MPP, L402, Google AP2, Visa TAP + ICC, Mastercard Agent Pay, Amex ACE, Google/Shopify UCP, OpenAI ACP, and others). Maintained by Genesis Software Group, Copenhagen. Updated April 2026. CC BY 4.0.