Now with agent-native API

File hosting and link sharing
for people and AI agents.

Drop a file, get a public link. Or call the API. The same clean URL comes out either way.

For people
Drop your file here
PDFHTMLZIPPNGup to 25MB
For agents
# upload via curl
curl -X POST https://www.nudgehost.com/api/v1/uploads \
  -H "Authorization: Bearer nh_sk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "filename": "report.pdf",
    "contentType": "application/pdf",
    "fileSize": 2457600
  }'

# Response
{
  "slug": "example1",
  "url": "https://www.nudgehost.com/example1",
  ...
}
Upload URL valid for 5 minutes
  • Links that never expire on a free account
  • API-first
  • No signup to try
  • Agent-readable metadata
How it works

Drop a file. Send the link.

No setup and no build step. Here is the whole thing.

Step one

Drop your file

PDFs, sites, images, ZIPs. All handled the same way, with nothing to configure.

Step two

Get your link

A clean URL you can read out loud, on your clipboard in one click.

Step three

They open it

They click, they see your file. Nothing to download, nothing to install.

Developers

For developers

Friendly docs, copy-paste examples, and an API that just works.

curl -X POST https://www.nudgehost.com/api/v1/uploads \
  -H "Authorization: Bearer nh_sk_REPLACE_WITH_YOUR_OWN_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "filename": "report.pdf",
    "contentType": "application/pdf",
    "fileSize": 182734
  }'

Read the API docsSee all developer resources

For agents

For agents

Your files work wherever you work. Reach NudgeHost from an assistant or from your own code, without leaving what you are doing.

Share text or HTML

Hand an assistant a block of text or a full HTML page. It comes back as a live link in one call.

Create an upload

Ask permission to send a file, get a one-time address.

Complete an upload

Confirm the bytes arrived, get the link.

List links

Read back what the account already hosts.

MCP server

Live at https://www.nudgehost.com/api/mcp. Authorises with OAuth, so a user signs in rather than pasting a key. Listed in the MCP registry as com.nudgehost/file-hosting.

Claim flow

Pick the URL you want.

Type the name you want into the address bar on this page. If nothing lives at nudgehost.com/your-name, that page hands you the address with a dropzone.

  • No reservation system. Just type and claim.
  • Any slug that is not already taken and not one of the site's own routes.
  • If someone claims it first, you get a random link instead.

Take the address you want

Type a name above and go there. If it is still free, you get a dropzone and the link goes live with your file on it.

Features

Everything it does.

Instant publishing

Files go live as soon as the upload finishes.

Password protection

Pro adds password locks that keep sensitive files private on any link.

Link analytics

Free shows a total open count. Pro adds per-open timestamps, country, and CSV export.

Custom domains

Use your own domain for a professional touch on every link you share.

Branded links that look like yours

Pick a slug that makes sense, not a random string. nudgehost.com/your-portfolio reads better than a hash.

Links that stay live on a free account

Your links stay live whether you log in or not. A free link stays online until you delete it.

Replace in place

Update a file and the link stays the same. An already-distributed address serves the new version.

Paste HTML as a page

Drop HTML instead of a file and it renders as a working page.

Pricing

Honest pricing,
no traps.

A free plan that's actually free. Upgrade when you outgrow it.

No account needed to try it. Anonymous links stay live for 7 days and carry a small attribution line on HTML pages, free accounts keep links live forever without one.

Annual billing saves 2 months.

Free

$0 / forever

For personal projects, side hustles, and trying things out.

  • 10 active links
  • 25MB per file
  • Basic open counts
  • 2 API keys at 20 requests a minute
  • QR code on every link
  • Default nudgehost.com and nudgehost.site links

Most popular

Pro

$12 / month

For freelancers and small teams who share files every day.

  • Unlimited active links
  • 250MB per file
  • Full analytics with CSV export
  • Password protection on any link
  • 1 custom domain
  • 10 API keys at 60 requests a minute

Studio

$29 / month

For agencies and small teams sharing on behalf of clients.

  • Everything in Pro
  • 1GB per file
  • 5 custom domains
  • 30 API keys at 150 requests a minute
  • Priority support response

Ready to give your files a nudge?

A free account keeps your links live forever, with no banner on them.

Start for free. No card needed.