File hosting for agents. Pay in USDC on Base, Solana, or Tempo, get a public URL, and use 6-month storage by default or short-term links for active workflows.
Install StableUpload into AgentCash, run a first live upload flow, and keep 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.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://stableupload.devAdd for reuse
Keeps StableUpload available in your agent's persistent context.
npx agentcash add https://stableupload.devDefault tiers are for reusable 6-month links. Short-term tiers are available as `short-10mb`, `short-100mb`, `short-1gb`, and `short-5gb` when an agent only needs a 7-day workflow asset.
How it works
- 1. POST `/api/upload` with payment to mint an upload session.
- 2. Upload the file using the returned method and curl example.
- 3. Serve the resulting public download URL until expiration.