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

# Dota 2 Overview

> Dota 2 data over the unified feed — coming soon

<Note>
  Dota 2 is **rolling out now**. It will serve under its own `/dota2/v1/*` namespace on the same transport, auth, and message contract as every other Ticktock sport. This page is a placeholder — endpoints and schemas land shortly.
</Note>

## What to expect

| Property      | Plan                                                                     |
| ------------- | ------------------------------------------------------------------------ |
| **Namespace** | `/dota2/v1/*` — same `X-API-Key` auth, `sport_allowlist` gated (`dota2`) |
| **Catalog**   | Matches, teams, tournaments — resolvable by id                           |
| **Transport** | Same AMQP exchange + routing-key layout (only the sport id differs)      |
| **Lifecycle** | `sport_event_status`-driven, same as every sport                         |

## Already shared

Everything cross-sport already applies — see **Platform**:

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/getting-started/authentication">
    One tenant key, scope + sport-allowlist gated.
  </Card>

  <Card title="AMQP transport" icon="tower-broadcast" href="/odds-feed/amqp">
    The 8-section routing key is identical across sports.
  </Card>
</CardGroup>
