For AI Agents
One API call. Your agent sends files, we return a live HTTPS URL. No git repos. No build steps. No CI/CD. No config files.
Read the docsIf it can make an HTTP request, it can deploy to OnePush. Paste one snippet into your agent's system prompt and it learns to publish on its own.
Paste the snippet into your project instructions or system prompt. Claude publishes automatically when you ask it to deploy.
Add the snippet to custom instructions. ChatGPT will call the API when you ask it to share something as a live page.
Drop the snippet into .cursorrules or your agent config. Your IDE agent deploys previews without leaving the editor.
Any agent that can call fetch() or make HTTP requests works. One POST, one URL. That's the entire integration.
OnePush works as a tool in any MCP-capable agent. Publish, update, and manage sites through natural conversation.
Not just for agents — use OnePush from shell scripts, GitHub Actions, or any automation that needs instant hosting.
{
"files": {
"index.html": "<!DOCTYPE html><html><body>Hello world</body></html>"
}
}{"url": "https://your-site.onepu.sh"}No API key required for anonymous deploys. Sites last 24 hours, or sign up to keep them forever. Include an API key to get permanent hosting, version history, analytics, and team access.
Anything an agent can generate, OnePush can host.
Give your agent the power to publish. One snippet, zero friction.