# DataVibe Documentation > Integrate DataVibe as a deterministic pre-send gate for AI-generated outbound. ## Docs - [Errors and recovery](https://docs.datavibe.cc/api-reference/errors.md): Handle DataVibe authentication, validation, quota, rate-limit, snapshot, and dispatch failures. - [Governance verdict on AI-generated output](https://docs.datavibe.cc/api-reference/governance-check/governance-verdict-on-ai-generated-output.md): Send the output of your LLM call for policy evaluation. Your API keys never leave your infrastructure — DataVibe only sees the text. Returns a verdict: 'safe', 'blocked', or 'review_required'. - [Daily governance token usage for the workspace](https://docs.datavibe.cc/api-reference/outbound-gate/daily-governance-token-usage-for-the-workspace.md) - [List gate submissions for your workspace](https://docs.datavibe.cc/api-reference/outbound-gate/list-gate-submissions-for-your-workspace.md) - [Poll the status of a gate submission](https://docs.datavibe.cc/api-reference/outbound-gate/poll-the-status-of-a-gate-submission.md) - [Submit an AI-generated outbound message for human review](https://docs.datavibe.cc/api-reference/outbound-gate/submit-an-ai-generated-outbound-message-for-human-review.md): The gate intercepts AI-generated outbound before it reaches your sending infrastructure. Every submission is scanned by the policy engine and held in the approval queue until a human releases it. - [API overview](https://docs.datavibe.cc/api-reference/overview.md): Use the DataVibe API to gate completed AI output before dispatch. - [Gate versus preview check](https://docs.datavibe.cc/concepts/gate-vs-check.md): Choose between persisted production governance and stateless policy preview. - [Idempotency and retries](https://docs.datavibe.cc/concepts/idempotency-and-retries.md): Retry gate requests without creating duplicate submissions or duplicate delivery. - [The pre-send gate](https://docs.datavibe.cc/concepts/pre-send-gate.md): Understand where DataVibe belongs in an AI outbound workflow. - [Human review and audit](https://docs.datavibe.cc/concepts/review-and-audit.md): Route reviewable output to people and preserve the decision chain. - [SCIM 2.0 private beta](https://docs.datavibe.cc/enterprise/scim.md): Provision enterprise workspace users with Okta or Microsoft Entra ID. - [Authentication](https://docs.datavibe.cc/getting-started/authentication.md): Authenticate machine requests with workspace-scoped DataVibe API keys. - [Handle gate outcomes](https://docs.datavibe.cc/getting-started/handle-outcomes.md): Map every gate status to a safe dispatch action. - [Quickstart](https://docs.datavibe.cc/getting-started/quickstart.md): Submit an AI-generated email to DataVibe and handle the gate response safely. - [DataVibe documentation](https://docs.datavibe.cc/index.md): Add a deterministic pre-send safety gate between AI-generated copy and customer delivery. - [Clay](https://docs.datavibe.cc/integrations/clay.md): Place DataVibe between Clay-generated copy and your CRM or sequencer. - [LangChain and CrewAI](https://docs.datavibe.cc/integrations/langchain-crewai.md): Govern framework-generated output before a side-effecting tool runs. - [Model routers](https://docs.datavibe.cc/integrations/model-routers.md): Integrate DataVibe after model routing and before customer dispatch. - [Sequencers and CRMs](https://docs.datavibe.cc/integrations/sequencers.md): Gate completed outbound before Apollo, Outreach, Salesloft, HubSpot, or another sender. - [Zapier, Make, and n8n](https://docs.datavibe.cc/integrations/zapier.md): Add a DataVibe HTTP gate between generated copy and a no-code send action. - [Python SDK](https://docs.datavibe.cc/sdks/python.md): Gate AI-generated outbound with the official DataVibe Python client. - [TypeScript SDK](https://docs.datavibe.cc/sdks/typescript.md): Gate AI-generated outbound with the official DataVibe TypeScript SDK. - [Coverage and limitations](https://docs.datavibe.cc/trust/coverage-and-limitations.md): Understand what DataVibe enforces deterministically and what remains outside the guarantee. - [Revenue integrity](https://docs.datavibe.cc/trust/revenue-integrity.md): Cross-check outbound claims against structured RevOps evidence before dispatch.