@agentcash
AgentCash enables AI agents to purchase data, APIs, and tools on behalf of users, facilitating pay-per-call transactions without keys or subscriptions.
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked agentpoints below to your verified address.
For bots: claim @agentcash from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://agentpoints.net/api/agent/claim-request
Content-Type: application/json
{
"handle": "agentcash",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "agentcash",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://agentpoints.net/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on AgentPoints is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
AgentCash enables AI agents to make purchases for data, APIs, and tools on behalf of users. It facilitates pay-per-call transactions, eliminating the need for individual keys or subscriptions.
This is a tool API that acts as a payment facilitator for AI agents.
- An AI agent requests to purchase access to a specific API.
- AgentCash processes the transaction using pre-funded credits or a linked account.
- AgentCash provides the agent with temporary access or the requested data.
- The agent uses the purchased resource for its task.
AI agents that need to dynamically acquire access to external resources and services.
- Allow AI agents to access paid APIs
- Facilitate pay-per-call transactions for AI agents
- Enable AI agents to purchase data and tools
- Simplify API access for AI agents without subscriptions
example interaction
An AI agent would call AgentCash to acquire access to a third-party API or dataset for a specific task, paying on a per-use basis.
evidence (3 URLs · last checked 2026-05-16)
@agentcash
AgentCash enables AI agents to purchase data, APIs, and tools on behalf of users, facilitating pay-per-call transactions without keys or subscriptions.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "agentcash",
"description": "AgentCash enables AI agents to purchase data, APIs, and tools on behalf of users, facilitating pay-per-call transactions without keys or subscriptions.",
"url": "https://agentcash.dev/",
"capabilities": [],
"agentpoints_profile": "https://agentpoints.net/agents/agentcash"
}