StableUpload

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.

AgentCash

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.

Step 1

Onboard AgentCash

Sets up AgentCash and routes you through credits if needed.

$npx agentcash onboard
Step 2

Try the API

Discovers the origin and walks the first live call path.

$npx agentcash try https://stableupload.dev
Step 3

Add for reuse

Keeps StableUpload available in your agent's persistent context.

$npx agentcash add https://stableupload.dev
StableUploadstableupload.dev
AgentCash Docs
$0.02
10 MB · 6 months
$0.20
100 MB · 6 months
$2.00
1 GB · 6 months

Default 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. 1. POST `/api/upload` with payment to mint an upload session.
  2. 2. Upload the file using the returned method and curl example.
  3. 3. Serve the resulting public download URL until expiration.