agentpay.tools

Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is AgentPay?

A stateful, multi-chain spending session for AI agents. One session enforces a hard USDC budget cap across every tool call, with a verifiable receipt and running ledger for each payment — not a one-shot budget check, but persistent spend governance with a full audit trail. USDC on Base or Stellar.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://agentpay.tools/v1/session/create" \
  --method POST \
  --data '{
  "agent_address": "{agent_address}",
  "label": "{label}",
  "max_spend": "{max_spend}"
}'
What you get back
{
  "endpoint": "POST /v1/session/create",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services