Add ZeroBot to your stack
One HTTP call protects any site. Copy-paste snippets for the platforms customers run most often, plus a native WordPress plugin.
Three-minute setup, any platform
Every integration makes the same call to /v3/openapi. The only difference is the language wrapper. Pick the one that matches your server, drop it into your request path before rendering a page, and the firewall is live.
- No DNS changes. ZeroBot is an API call from your server — your traffic never leaves your infrastructure.
- Fail-open by default. If the API is unreachable, visitors pass through and the incident is logged.
- Cached per-IP for 24h. Repeat visitors don't burn API quota.
Pick your stack
WordPress plugin
One-click install. Six protection layers, dashboard, threat logs — zero code.
PHP drop-in
Single file, single require. Works on any shared host with PHP 7.4+.
Node.js / Express
Express middleware, Fastify hook, or bare fetch. Async, zero dependencies.
Python
Flask decorator, Django middleware, FastAPI dependency. All in ~30 lines.
cURL / REST
Protocol-level reference. Useful for Laravel, Go, Ruby, or any other stack.
Full API reference
Every endpoint, every parameter — plus an interactive tester.
Before you start
- Register at zerobot.info and grab your license key from the dashboard.
- Add your domain under Authorized Domains — required for every integration.
- Pick your language above and paste the snippet in your request pipeline.