Upload any file and get a shareable link, or deploy a static website from a zip archive — no subscriptions, no API keys, just micropayments.
npx agentcash try https://stableupload.dev
Call the upload endpoint with a small micropayment to receive a one-time upload URL. Push your file to that URL and get back a permanent, shareable download link.
For static sites, upload a zip archive containing your HTML, CSS, and JavaScript. Activate the site to extract the archive and serve it on a subdomain with TLS included.
Deploy a full static website by uploading a zip file and calling the activate endpoint. Your site goes live on a dedicated subdomain with automatic TLS provisioning.
Connect a custom domain to your site and monitor TLS certificate status via the domain status endpoint. Update your site by uploading a new zip and reactivating — zero downtime.
Renew site hosting in six-month increments. Pricing scales with the tier and number of renewal periods you purchase in a single call.
Paid endpoints use the x402 and mpp protocols for micropayments. No API key signup is needed — your AgentCash wallet handles authentication and payment in one step.
Management endpoints like listing uploads, checking download details, and managing domains use wallet-based sign-in (SIWX), keeping your resources secure without traditional credentials.
List all files associated with your wallet using the uploads endpoint. Retrieve metadata and download details for any individual file by its upload ID.
Each upload is tied to your wallet address, giving you a simple inventory of hosted assets without needing a separate database or dashboard.
Let autonomous AI agents store generated reports, images, or datasets by calling the upload endpoint and receiving a shareable link to pass downstream.
Deploy documentation sites, landing pages, or dashboards from CI/CD pipelines by zipping build output and pushing it to the site endpoint.
Share large files between microservices or team members by uploading once and distributing the permanent download link across systems.
Launch branded microsites on your own domain by connecting it to a deployed static site, with automatic TLS certificate provisioning.
Re-deploy a static site by uploading a new zip and reactivating, enabling automated content refreshes from scheduled builds.
Each upload costs between $0.02 and $2.00 USD, paid as a micropayment at request time. Static site uploads and renewals have their own pricing tiers, with renewals ranging up to $20.00 for multi-period extensions.
No. Paid endpoints are authenticated via x402/mpp micropayments from your AgentCash wallet. Management endpoints use wallet-based sign-in (SIWX). There is no separate API key registration process.
You purchase a site upload slot, upload a zip file containing your static assets, then call the activate endpoint. The zip is extracted and served on a subdomain with TLS. To update, upload a new zip and reactivate.
Yes. The domain endpoint lets you connect a custom hostname to your site. A TLS certificate is provisioned automatically. You can poll the domain status endpoint until the certificate is active.
Call GET /api/uploads with wallet-based authentication to list all your uploads. Use GET /api/download/:uploadId to retrieve metadata and download details for a specific file.
Sites can be renewed in six-month increments using the renew endpoint. You specify a count to purchase multiple periods at once, and the price equals the tier price multiplied by that count.
This page is compiled from live OpenAPI specs published by each API provider. Content last reviewed Apr 7, 2026 by the AgentCash team. How we build these pages.