Emergency stop for artificial intelligence
One button.
AI goesoff.
AI Off gives you a kill switch for the agents, bots and AI features running in your world. Drop it into any app, site or script. When something goes rogue, press the button — everything checking that switch stops.
Try it — press the button
Four ways
to pull the plug
Nobody can switch off every AI on Earth from one place. What you can do is put a switch in front of the AI you run, embed, receive and send — and make sure it's one click.
Kill switch for agents & bots
Every switch has a public status URL. Your agents check it before each step; the moment you press the button they stop. Flip it from the dashboard, your phone, or a single API call.
Create a switchOne line on any website
Paste one script tag into any site or web app. It adds an AI ON/OFF button for visitors, hides content you've marked as AI, and blocks the page from calling AI providers while the switch is off.
See the embedScan anything for AI
Paste a document, story, email or code, or drop in an image. The scanner flags hidden instructions aimed at AI agents, AI-written passages and AI hooks — then strips them out with one click.
Open the scannerSend it with AI switched off
Share writing through a sealed link that tells crawlers and AI tools not to train on or process it, with a visible “AI use: OFF” stamp for people.
Seal somethingDeploy in one click
Copy. Paste. Done.
Works in plain HTML, WordPress, Shopify, React, Webflow — anywhere you can add a script tag. Link it to your switch and every page obeys the same button.
<script src="https://ai-off.netlify.app/embed.js" data-switch="YOUR_SWITCH_ID" async></script><div data-ai>
<!-- chatbot, AI summary, generated image… -->
</div>How it works
- 1
You press
The switch flips to OFF in the database and every flip is logged.
- 2
Everything checks
Agents, bots and embedded pages read one public status URL.
- 3
AI stops
Scripts exit, widgets hide, calls to AI providers are blocked.