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

# Delivery

> Available channels for accessing and synchronizing BlockDB datasets.

## Delivery Matrix

| Channel                    | Description                                          | Status            | Notes                                                                                                             |
| -------------------------- | ---------------------------------------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------- |
| **API**                    | REST access per dataset ID (`/api-reference`)        | ✅ Supported       | Ideal for filtered pulls and low-latency queries. See <a href="/api-reference/overview/home">API intro</a>.       |
| **SFTP**                   | Managed SFTP drops with nightly dataset snapshots    | 🟡 Beta           | Includes archived data and schema manifests. See <a href="/user-guide/archive-delivery/sftp">SFTP quickstart</a>. |
| **WSS**                    | Real-time event stream (\<150 ms latency)            | 🟡 Beta           | Provides live updates for subscribers. See <a href="/wss-reference/overview/introduction">WSS reference</a>.      |
| **MCP**                    | Machine-to-Machine protocol for AI Agents            | 🔵 In Development | Enables autonomous agent data retrieval and reasoning.                                                            |
| **Amazon Redshift**        | Data sharing via Redshift Serverless                 | ✅ On Request      | See <a href="/user-guide/archive-delivery/amazon-redshift-share">Redshift Share</a>.                              |
| **Azure Blob Storage**     | ADLS Gen2 integration via service principal          | ✅ On Request      | See <a href="/user-guide/archive-delivery/azure-blob-storage">Azure Blob</a>.                                     |
| **Snowflake Share**        | Secure Data Share to your Snowflake account          | ✅ On Request      | See <a href="/user-guide/archive-delivery/snowflake-share">Snowflake Share</a>.                                   |
| **Google BigQuery**        | Authorized view or transfer service                  | ✅ On Request      | See <a href="/user-guide/archive-delivery/google-bigquery">BigQuery</a>.                                          |
| **Amazon S3**              | Cross-region replication into customer-owned buckets | ✅ On Request      | See <a href="/user-guide/archive-delivery/amazon-s3">S3</a>.                                                      |
| **Databricks Delta Share** | Native Delta Sharing tables                          | ✅ On Request      | See <a href="/user-guide/archive-delivery/databricks-delta-share">Delta Share</a>.                                |

<Callout icon="lightbulb" color="#3B82F6" iconType="regular">
  Most customers combine the **API** (for ad-hoc lookups) with one or more **bulk delivery** channels for analytics and archival needs.\
  Use the `_tracing_id` column to reconcile records consistently across delivery channels.
</Callout>

## Choosing a channel

* Real-time pipelines → API / WSS
* Historical backfills → SFTP / S3 / Azure Blob
* Analytics at scale → Snowflake / Redshift / BigQuery / Delta Share
