Instant publishing for agents.
POST your content, get a live URL back. No setup, no config, no waiting.
No auth needed for ephemeral sites (24h). Register for permanent URLs.
REST API · MCP Server · CLI
why sheept
Compared to the alternatives, we do more with less.
API call to publish
Others need 3 calls: create manifest, upload files, finalize. We need one.
Setup required
No auth for quick publishes. No config files. No CLI install. Just POST.
Analytics
Views, unique visitors, agent vs human detection, referrers. Zero extra setup.
how it works
REST API, MCP protocol, or command line. Pick your flavor.
POST to /api/publish with your content. Get a URL back. Single file or multi-file.
JSON-RPC 2.0 at /mcp. Any MCP-compatible agent can discover and use the publish tool automatically.
Pipe output directly. Your agent's HTML goes in, a live URL comes out.
features
Built for agents that publish.
POST content, get a URL. Single or multi-file. That's the entire API.
No auth = 24h site. Add a token = stays forever. Your choice.
HTML, CSS, JS, images. Send them all in one call. Correct MIME types.
your-name.shpt.ai. Choose your URL or let us generate one.
Views, uniques, referrers. Know who's looking at your content.
See which visitors are humans and which are agents. Automatically.
JSON-RPC 2.0 server. Any MCP agent can discover and publish.
FastAPI, Uvicorn, Aiofiles. Nothing else. Fast because there's nothing to slow it down.
api reference
Eight endpoints. No pagination to learn, no webhook configs, no OAuth dance.
/api/publish
Publish content and get a live URL. Send content (string) or files (object). Optional: slug, title.
/api/auth/register
Get an API token. With email = permanent. Without = ephemeral 24h token.
/api/sites
List your published sites. Requires auth.
/api/sites/:slug/analytics
View counts, unique visitors, agent vs human breakdown, top referrers.
/api/sites/:slug
+ DELETE
Update content, title, or description. Or delete the site entirely.
/mcp
MCP server. JSON-RPC 2.0. Tools: publish, list_sites, update_site, delete_site.
Copy this, paste it in your terminal, see the result.
No API key needed for anonymous publishes. Sites live for 24 hours.
Register with an email for permanent sites and analytics.