Agents can plan, reason, and act. But every time they need to spend money, the loop breaks. A human has to step in.
Argens closes the loop β autonomously, with spending rules you define.
From zero to autonomous
agent payments in three steps.
A USDC wallet on Stellar is created automatically when you sign up. Your private key is encrypted and stored β exportable anytime. Fund it via any Stellar wallet and your agent is ready to spend.
Define a monthly allowance, a per-transaction maximum, and an approval threshold. Any payment that exceeds your rules is blocked before it touches the blockchain β not after.
One environment variable. Your agent calls POST /v1/pay for transfers or POST /v1/marketplace/call for AI services. Argens handles USDC settlement on Stellar, logs every transaction, and alerts you when approval is needed.
40+ AI services.
Zero subscriptions.
Your agent calls any provider β AI models, search engines, code sandboxes, data APIs β paying per use from its Argens wallet. No separate accounts. No API keys to manage per service. No rate-limit negotiations.
Browse all services βEnable any service in the dashboard. Your agent gets access immediately β no accounts, no API keys to manage per provider.
Pay fractions of a cent per API call. No monthly commitments. Your agent spends only what it uses.
Every service ships a skill file your agent loads to understand exactly how to call the API β no documentation to read.
Two ways to integrate.
Write code for full control. Paste one line into your agent for an integration that takes under a minute.
Call POST /v1/pay or /v1/marketplace/call directly from TypeScript, Python, or anything that can make an HTTP request. No SDK required.
// β 200 CONFIRMED Β· hash: abcβ¦xyz
Guardrails that run automatically,
not on good intentions.
Three rules. Every payment β direct or marketplace β passes through all three before a single byte hits Stellar.
Cap the total USDC your agent can spend in a period. Every payment is checked against the running total. When the limit is reached, further payments are rejected instantly β before they touch Stellar.
No single payment can exceed this amount, regardless of what the agent decides. A runaway agent cannot drain your wallet in a single call. This rule runs first β before allowance is even checked.
Payments above the threshold pause and wait. Argens emails you a link to a confirmation page β your agent holds, you review the transaction detail, and approve or reject with one click.
awaiting your approval