Permanent file hosting for agents. Pay in USDC on Base, Solana, or Tempo, get a public URL, and keep the upload flow installable inside AgentCash.
Install StableUpload into AgentCash, run a first live upload flow, and keep permanent file delivery available for reuse.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Step 1
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
$
npx agentcash onboardStep 2
Try the API
Discovers the origin and walks the first live call path.
$
npx agentcash try https://stableupload.devStep 3
Add for reuse
Keeps StableUpload available in your agent's persistent context.
$
npx agentcash add https://stableupload.dev$0.02
10 MB · 6 months
$0.20
100 MB · 6 months
$2.00
1 GB · 6 months
How it works
- 1. POST `/api/upload` with payment to mint an upload session.
- 2. PUT the file to the presigned URL returned by the API.
- 3. Serve the resulting public download URL for 6 months.