Agent integration recipes
butverify is built for agents that work autonomously. Each recipe is a five-minute paste — no plugins, no SDKs, no extra auth flows.
-
Recipe
Claude Code
Add a hook that pushes the project's preview directory after a successful build.
Read recipe →
-
Recipe
Cursor
Wire `bv push` into a Cursor command and surface the URL in the agent transcript.
Read recipe →
-
Recipe
OpenAI Codex CLI
Drop a `~/.codex/post-task.sh` that publishes the workspace and prints the URL as JSON.
Read recipe →
Don't see your agent?
Anything that can shell out and parse JSON works.
bv push --json
prints
{"site_id":"...","url":"..."}
on success and a structured error on failure. Pipe it through
jq or read it
in your agent's tool harness.