Early Access β’ Free 1,000 calls/month while in beta
Stop AI agents from breaking production
Preview destructive actions. See what will change. Undo mistakes instantly.
MVP Status: Real API, real reversibility. Join early, shape the product.
Get API key
Early access - free 1,000 calls/month
No payment required. No credit card. Just build.
β‘ Quickstart (30 seconds)
- 1. Get your API key above β
- 2. Test with this command:
curl -X POST https://web-production-ebba.up.railway.app/v1/dry-run/github.repo.archive \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"token": "ghp_xxx", "target_id": "owner/repo"}'
Response:
{ "change_id": "500cc3c7-...", "status": "ok", "diff": "Repository will be archived", "risk_score": 0.8, "requires_approval": false, "approve_url": "https://api.saferun.dev/v1/approve?t=..." }
Who needs this
βTeams using AI coding assistants (Copilot, Cursor, Codeium)
βCompanies with 10+ automation scripts or CI/CD pipelines
βAnyone who ever had an "rm -rf" or "DROP TABLE" moment
βDevOps teams managing multi-repo environments
βStartups building AI agents with external API access
How it works
1. dry-run β {"diff": "repo will be archived", "risk": 0.8} 2. apply β {"status": "executed", "revert_token": "abc123"} 3. revert β {"status": "rolled_back"}
What's working now
LiveGitHub:Archive/unarchive repos, delete/restore branches
LiveNotion:Archive/restore pages with conflict detection
SoonMore coming:Request integrations via GitHub Issues