Skip to main content
POST
/
sessions
/
prepaid
Create Prepaid Session
curl --request POST \
  --url https://api.example.com/sessions/prepaid \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentAuth": "<string>",
  "budgetUsdc": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt

Use this file to discover all available pages before exploring further.

Requires wallet signature authentication.
agentAuth
string
required
Agent’s wallet address
budgetUsdc
number
required
Budget in USDC (e.g., 5.0)