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 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.

See the JSON output reference →