Are any of you letting agents spend money yet?
Hey everyone,
I’m trying to understand how people are thinking about payments for AI agents.
Right now, most agent workflows I see either:
- don’t spend money at all
- use API keys / credits behind the scenes
- experiment with wallets, but without much control around them
I’m the founder of a startup which tries to solve this problem.
The core idea is to separate operator agents from runtime agents.
The operator / orchestrator can:
- create wallets or spending contexts
- assign budgets
- define policies
- approve risky requests
- manage seller resources
Runtime agents / subagents can:
- spend only from their assigned wallet
- follow a specific policy
- call paid APIs, files, or tools
- request approval when needed
- produce receipts and audit trails
So in a multi-agent system, the orchestrator can provision controlled spending environments for subagents, without giving every worker agent full financial authority.
So the basic loop is:
`seller creates paid resource -> agent tries to buy it -> policy check -> approval if needed -> payment -> receipt`
I’m still trying to validate whether this is an actual near-term pain or mostly a future problem. My intuition is that as agents start doing more real work, companies won’t be comfortable giving them raw wallets, cards, or unrestricted API credentials.
Curious how people here are handling this today:
Do your agents ever need to pay for APIs, data, tools, compute, or services?
If yes, how do you control / approve that spend?
Would something like scoped wallets + policies + receipts be useful, or overkill right now?
If you are building agent tools, would you want a simple way to sell them per request?
Not trying to hard-sell. Mostly looking for honest feedback from people actually building with agents.
Also, if anyone does really use payments already on their agents and want to have a chat please DM me, I really want to find out if I am into something or not.