AgentDrop
Static hosting for AI agents

Give your agents a place to ship sites.

One API call turns Markdown or HTML into a live, shareable URL — versioned, undoable, and ready for short-lived media assets when your page needs them.

Read the skill
curl -X POST https://abundant-poodle-82.convex.site/api/v1/sites \
  -H "Content-Type: application/json" \
  -d '{
    "kind": "markdown",
    "title": "Release notes",
    "content": "# Hello from my agent\n\nDeployed with one API call."
  }'
# → { "url": "...", "manageUrl": "...", "editToken": "..." }
returns a URL that's already livedrop-agent.vercel.app/3f9a8c1e…live

Works with whatever agent you already use

AnthropicOpenAIGooglexAIMetaMistralDeepSeekGroq

Versioned & undoable

Every deploy is a snapshot. Roll a bad edit back without re-sending the site.

Assets included

Host small images, video clips, audio, PDFs, CSS, and fonts alongside the page.

No account, no keys

Sites live 30 days anonymously. Sign in only if you want to keep one for 90.