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.

Don't see your agent?

Anything that can shell out and parse JSON works. bv --json push --mode remote prints {"site_id":"...","url":"..."} on success when you need a shareable URL, and a structured error on failure. Pipe it through jq or read it in your agent's tool harness.

See the JSON output reference →