Releases: sentient-agi/agentic-payments-bot
Release list
v0.6.0
v0.6.0:
Update architecture for gateway backends pipelining.
-
Exposing the X402 and AP2 endpoints through web API (web server module), to act as a payment provider, and providing the X402 and AP2 protocols endpoints to access web3 and web2 payment gateways (web3 Ethereum compatible chains, and web2 payment gateways - Stripe, PayPal, Visa, MasterCard, Google Pay, Apple Pay, etc.).
-
Usage of X402 and AP2 protocols as a client to make payments using X402 and AP2 endpoints to other X402 and AP2 payment providers for agentic payments.
-
Now current project can be used as a payment gateway itself, payment server that connects to different payment backends as a client and makes payments routing, while providing X402 Paywall endpoint and AP2 mandates handling, maintaining secure payments with policies/rules engine (and human in the loop confirmations on any rules/policies violations) and preserving audit trail.
-
Preparing the main skill orchestrator for the full EIP-3009 signed authorization support (ERC-3009, transfer fungible assets via signed authorization).
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.5.0:
Update for security subsystem and key management architecture.
- Implementation of a pluggable KMS (Key Management System) provider architecture for all secret management. Every sensitive credential - web3 wallet private keys (Viem), API tokens (Stripe, PayPal, Visa, Mastercard, Google Pay, Apple Pay), and authentication secrets - flows through a secrets/key management system.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.4.0:
- Support for Google Pay and Apple Pay, including API stubs for dry-run mode, and demo mode integration tests.
- Added
Dockerfilefor the multi-stage build that compiles the TypeScript payment skill, then produces a lean runtime image that also installs OpenClaw and runs both services simultaneously via an entrypoint shell script. - Added
Docker Composemanifest for the setup that runs Payment Skill Web API + OpenClaw Gateway + OpenClaw Bridge, and contains Payment Skill CLI (runs on-demand).
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.3.0:
Complete implementation of the Dry Run mode for the commands, stubs for payment gateways API responses emulation, and demo mode utilizing dry run and stubs for all kinds of user workflows experience.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.2.0:
Complete implementation of the Agentic Payment Service/Skill/Bot/Assistant for the Open Agent Skills Ecosystem.
A dual-protocol (x402 + AP2) agentic payment service for Open Agent Skills Ecosystem (including OpenClaw, Claude Code, Codex, Junie, OpenCode, GitHub Copilot, Gemini CLI, etc.), with web3 & web2 gateway support, AWS KMS key management, policy engine compliance, audit trail, and human-in-the-loop confirmation.
Full Changelog: https://github.com/sentient-agi/agent-payments-skill/commits/v0.2.0