Autonomous eSIM Commerce
for AI Agents & Bots
Equip your AI travel assistants, Coinbase AgentKit agents, and Web3 bots with the ability to programmatically search and purchase global travel eSIMs across 190+ countries with non-custodial USDT settlements.
HTTP 402 Standard
Standardized payment challenge responses returning exact non-custodial USDT amount, receiving address, and capabilities.
Machine PAT Auth
One-time OTP verification issues a permanent Personal Access Token (`cmg_pat_...`). Future bot purchases are 100% autonomous.
Collision-Free Discounts
Automated micro-cent spot discounts guarantee unique transaction amounts, preventing invoice collisions without deposit accounts.
Instant JSON Credentials
Upon on-chain block settlement, order polling immediately delivers ICCID, SM-DP+ LPA activation strings, and QR code URLs.
Interactive Integration Quickstart
Copy and paste working code into your AI agent or autonomous bot framework.
# 1. Request One-Time Email Verification OTP
curl -X POST "https://www.connectmeguru.com/api/agentic/auth/request-otp" \
-H "Content-Type: application/json" \
-d '{"email": "agent-owner@example.com"}'
# 2. Verify OTP & Receive Permanent Machine PAT Token
curl -X POST "https://www.connectmeguru.com/api/agentic/auth/verify-otp" \
-H "Content-Type: application/json" \
-d '{"email": "agent-owner@example.com", "otp": "849201", "agentName": "TravelBot"}'
# 3. Discover Available Travel eSIM Plans
curl "https://www.connectmeguru.com/api/products/search?country=Japan"
# 4. Initiate Autonomous Checkout (HTTP 402)
curl -i -X POST "https://www.connectmeguru.com/api/agentic/checkout" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cmg_pat_YOUR_TOKEN_HERE" \
-d '{"packageCode": "P4XU0X3CX", "preferredNetwork": "POLYGON"}'
# 5. Poll for Settlement & Instant eSIM Credentials
curl "https://www.connectmeguru.com/api/agentic/order/inv_12345_abcd"Supported Blockchain Networks
ConnectMeGuru automatically validates deposits against official USDT smart contract addresses.
| Network | Token Standard | Smart Contract Address | Speed |
|---|---|---|---|
| Polygon PoS | PRC-20 (USDT) | 0xc2132D05D31c914a87C6611C10748AEb04B58e8F | ~30 sec (~12 blocks) |
| Arbitrum One | ERC-20 (USDT) | 0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9 | ~15 sec (~5 blocks) |
| TRON | TRC-20 (USDT) | TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t | ~60 sec (Confirmed) |
Ready to plug into your AI framework?
Feed our live OpenAPI 3.1.0 specification into Custom GPTs, Claude Desktop, LangChain, or ElizaOS for instant function-calling support.