> ## Documentation Index
> Fetch the complete documentation index at: https://docs.datavibe.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# API overview

> Use the DataVibe API to gate completed AI output before dispatch.

Base URL:

```text theme={null}
https://api.datavibe.cc
```

Authenticate with a workspace API key:

```http theme={null}
Authorization: Bearer dv_live_your_key
Content-Type: application/json
```

## Production gate

`POST /v1/gate/outbound` is the canonical production insertion point. It scans
send-bound content, persists the decision, binds an immutable snapshot, and
returns the submission status.

Use `GET /v1/gate/outbound/{action_id}` to poll a persisted action and
`GET /v1/gate/submissions` to list workspace submissions.

## Preview

`POST /v1/check` is a stateless policy preview. It does not create review work or
dispatch content. See [Gate versus preview check](/concepts/gate-vs-check).

## Usage

`GET /v1/gate/usage/tokens` reports the workspace's daily governance token usage.
Quota and rate-limit responses include structured recovery guidance and usage
headers.

<Note>
  The API reference intentionally exposes only supported customer endpoints. It
  does not mirror internal operator, admin, or archived product routes.
</Note>
