Install
Async production gate
client.intercept(...) in synchronous code.
Stateless preview
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.