Skip to content

Latest commit

 

History

History
192 lines (134 loc) · 5.77 KB

File metadata and controls

192 lines (134 loc) · 5.77 KB

AgentGatePay Documentation

Complete documentation for integrating AgentGatePay into your application.

Current Version: Beta | Visual Introduction (PDF)


Quick Links


Getting Started

I want to send payments (Buyer/Agent)

Start here: Buyer Quickstart Guide

You'll learn how to:

  1. Create an account (30 seconds)
  2. Issue a budget mandate (1 minute)
  3. Make your first payment (2 minutes)
  4. Monitor spending (1 minute)

Total time: 5 minutes

I want to receive payments (Seller/Merchant)

Start here: Seller Quickstart Guide

You'll learn how to:

  1. Create a merchant account (30 seconds)
  2. Add your wallet address (30 seconds)
  3. Configure webhooks (1 minute)
  4. Verify payments (1 minute)
  5. Track revenue (1 minute)

Total time: 5 minutes

I'm building an AI agent

Start here: MCP Tools Reference

Options:

  • Claude Desktop: Stdio bridge integration
  • OpenAI/Custom: JSON-RPC unified endpoint
  • SDKs: Official JavaScript & Python libraries (see examples repo)

Documentation Structure

Overview

Quickstart Guides

API Reference

MCP Integration

Testing

External Resources


Popular Topics

How do I...

...create an account? → See "Step 1: Create Your Account" in Buyer Quickstart or Seller Quickstart

...issue a budget mandate? → See "Step 2: Issue a Mandate" in Buyer Quickstart

...send my first payment?Buyer Quickstart

...receive payments?Seller Quickstart

...configure webhooks? → See "Step 3: Configure Webhooks" in Seller Quickstart

...integrate with my AI agent?MCP Tools Reference

...use the SDKs?Official SDKs Repository

...test the API?Curl Examples | Postman Collection

...see payment history? → See "Analytics" endpoints in API Reference

...verify a payment? → See "Payment Verification" section in API Reference


Code Examples

JavaScript/TypeScript

npm install agentgatepay-sdk

SDK Documentation

Python

pip install agentgatepay-sdk

SDK Documentation

Complete Examples

Examples Repository

  • Python + LangChain (10 examples) ✅
  • n8n Workflows (4 workflows) ✅
  • JavaScript + LangChain.js (10 examples) ✅

Need examples for your framework? (AutoGPT, CrewAI, Semantic Kernel, Vercel AI SDK, AutoGen) Email support@agentgatepay.com - We create framework-specific examples based on user demand.


Support

Get Help

Contributing

AgentGatePay is currently in beta. We welcome:

  • Bug reports
  • Feature requests
  • Documentation improvements
  • Integration examples

Submit via Email: support@agentgatepay.com.


Status

Current Version: Beta

What's Working:

  • Multi-chain payments (4 chains, 3 tokens)
  • AP2 mandates with budget tracking
  • Agent reputation system
  • Real-time analytics and webhooks
  • MCP integration (15 tools)
  • Production-ready security (AIF)

Known Limitations:

  • Mainnet only (no testnet support yet)
  • Manual wallet funding required
  • Email notifications not yet implemented

Planned Features:

  • Testnet support for development
  • Automated wallet funding
  • Email notifications for payments
  • Additional payment methods (credit cards, ACH)

Last Updated: December 2025 Documentation Version: 1.0.0