Skip to main content

Install

Async production gate

Use client.intercept(...) in synchronous code.

Stateless preview

Use await client.acheck(...) for an async preview. Preview methods do not return an action ID or review URL. Submit through intercept() or intercept_async() when review work must be created.

CLI

pip install datavibe also installs a datavibe command. Reads DATAVIBE_API_KEY (or ~/.datavibe/credentials) and DATAVIBE_BASE_URL.
Last modified on July 24, 2026