Funding intent
A durable prepaid-funding request. The agent gets a hosted URL. The human logs in, reviews the amount, and pays. Credit lands after the provider confirms.
Published 2026-09-10 · Search job: prepaid ad wallet funding intent
A funding intent is a stored request to add prepaid balance. POST /account/prepay-link creates a funding_intents row and returns an id, a checkout_url, and an expiry.
For agent, CLI, and MCP keys, that URL is a login page with the account email filled in, not a card form. After the human verifies and reviews the amount, checkout creates the Stripe (or demo-wallet) session. The ledger credits the wallet only after the provider confirms the payment.
The agent polls the intent or waits for account.funded. It must not collect card data. How agent funding handoff works is the job page. Prepaid wallet is the balance term.