
Welcome to Agentic Commerce
Get Credit for your Agents on Agentic Rails
Let your agents spend on 300+ LLM models, Data, Storage, Compute, Media and 1400+ tools on x402
Purchasing power for your autonomous workforce.
Set precise spending boundaries and let your agents operate freely. You get one unified ledger, uninterrupted workflows, and a credit capacity that automatically scales.
| Provider | Amount | Status |
|---|---|---|
exa search | $0.01 | Succeeded |
parallel deep research | $0.12 | Succeeded |
contactout find email | $0.05 | Succeeded |
e2b sandbox, 34s | $0.04 | Succeeded |
firecrawl scrape | $0.00 | Failed |
Each call is priced before it runs and charged only on success.
- Credit limit
- $150.00
- Drawn this period
- $18.42
Collected weekly from the card on file
The financial primitive for machine-to-machine commerce.
Agents need the freedom to switch between APIs and compute providers on the fly. Prepaid balances fragment your capital, and legacy cards lack granular control. Vaaya provides an agent-native credit line. You set the programmatic guardrails; your agents get the liquidity to transact.
Financial infrastructure for agent spending.
Capacity that scales with you.
Start on the welcome credit
Every new account has a welcome credit of up to $10. No card is needed for the first calls.
Connect GitHub for a credit line
Vaaya reads your public contribution history and sizes a credit line from it. A card on file makes it spendable.
Every week you repay, the line grows
Drawn credit is collected from your card once a week. Each clean settlement grows the line. A declined one shrinks it. It never reaches zero.
One setup. Universal vendor portability.
Create an account
Sign up and create a key for each agent. The key is the agent’s identity on the account. Every purchase it makes is attributed to it.
Set a policy
Choose the categories the key may spend in and the amount it may spend in a calendar month. The agent also sets a maximum cost on every call.
Connect Vaaya
Add Vaaya through MCP or the API. The agent sees the price of each call before it runs and can only buy within its policy.
Review and repay
See every transaction in one place. Drawn credit is collected from the card on file each week. Repayment becomes part of the account’s history.
Access every compute, data, inference, scraping provider.
Vaaya natively connects to the richest catalog of agentic service providers. You and your agents don't need to manage API keys, bills, or search for the best service provider. Vaaya does that for you.
Models
Data
StraleSearch
Kadec0Media
Scraping
Automation
Compute
Storage
Give agents room to operate without giving up control.
Vaaya decouples task execution from treasury management. You program the exact financial boundaries, granting your agents the liquidity to move fast while your capital remains strictly governed.
- Per-agent credit limits
- Each key can carry a monthly spending limit, so one agent cannot draw down the whole account.
- Per-transaction limits
- Every call carries a maximum cost. A call that would exceed it does not run and is not charged.
- Category restrictions
- Restrict a key to the categories it needs. The categories are Data, Search, Scraping, Media, Compute, LLM router, and Outbound.
- Transaction records
- Each call is recorded with the provider, the price quoted, the amount charged, the outcome, and the agent that made it.
- Human account ownership
- Every account belongs to a person or a company. The account holder is responsible for the agent’s spending and can revoke a key at any time.
- Clear repayment status
- The drawn amount, the settlement schedule, and the result of each collection are shown on the account.
Built for the teams that run agents.
For AI product teams
Let your customers’ agents pay for metered services without asking them to manage separate vendor accounts.
Learn moreFor developer teams
Give internal agents a controlled account for research, search, data, and infrastructure purchases.
Learn moreFor businesses deploying agents
Set financial policies for autonomous work while keeping visibility into every transaction.
Learn moreGive agents credit in 6 lines of code.
Vaaya connects through MCP or a plain HTTP API. The agent asks for a service and states the most it is willing to pay. Vaaya checks the policy, runs the call, and returns the result with the amount charged.
POST /api/run/exa/search
Authorization: Bearer $VAAYA_API_KEY
{ "query": "agentic payments adoption 2026",
"numResults": 10,
"max_cost_cents": 5 }{ "ok": true,
"data": { "results": [ … ] },
"charged_cents": 1,
"transaction_id": "tx_…" }FAQ
Vaaya is a credit account for AI agents. You set a limit and a policy. Your agent buys services from providers that accept Vaaya, within those rules, and every purchase lands in one record. Vaaya pays the provider at the time of the call and collects what the agent drew from your card.