Integrations
Oversight meets the tools you already ship with.
Vraelis should not live in one more tab. It plugs into where code merges, deploys, and gets talked about, so a verification decision lands in the flow you already have. Everything on this page is live today, and everything that is not yet built is labeled as such.
Live today
Six ways to put a decision where it counts.
Each of these is the API, the CLI, or a webhook wired to a surface you already use. Not a marketplace of half-built connectors, the small set that actually works.
GitHub
LiveGate a deploy from GitHub Actions. Run the CLI on a successful deployment and let the exit code stop a release when a critical flow fails. Connecting GitHub also lets Vraelis read repository metadata, read-only, with no code write access, so it knows what it is testing.
Vercel
LiveVerify a Vercel preview or production deployment. Point a verification at the deployment URL and record the project so Vraelis knows the build under test, then gate promotion on the decision it returns.
Slack
LiveGet results where the team already is. Paste a Slack incoming webhook URL and every verification.completed arrives as a formatted message with the decision, the flows that passed, and a link to the evidence.
API
LiveCreate and read verifications over HTTP. POST a deployment and a claim, then poll for an explainable decision with evidence, failures, and a repair prompt. Authenticated with an x-api-key header.
CLI
LiveOne command, one exit code. vraelis verify wraps the same endpoint for people and pipelines; the exit code carries the verdict so an if-statement in CI can act on it.
Webhooks
LiveA signed verification.completed event is pushed the moment a run finalizes, carrying only owner-safe facts. Verify the HMAC signature over the raw body, then act on the decision.
Direction
Where oversight is going next.
The surfaces agents actually run in. These are not available yet, and are listed so the roadmap is honest, not to imply they exist.
Cursor / VS Code
DirectionStart a verification and read the decision without leaving the editor.
Desktop
DirectionA companion that watches local agent work and raises decisions to you.
Mobile approvals
DirectionApprove a reviewed plan, or a sensitive decision, from your phone.
MCP + agent tools
DirectionExpose verification as a tool an agent can call inside its own runtime.
An integration appears here only after it ships.
Nothing on this page is a placeholder for something that does not exist. The live set is small on purpose, and it grows only when a new surface actually works end to end. That is the same standard the decisions themselves are held to.
Bring the decision into your pipeline.
Connect the surfaces you already ship with, and let an explainable verdict gate the work instead of a dashboard nobody watches.