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

# Tenbyte Developer Hub

> Tenbyte Developer Hub — Cloud, CDN, Vidinfra, and Live Streaming. Quickstarts, API references, SDKs, and operational guides in one place.

Welcome to the **Tenbyte Developer Hub**. Pick a service, follow a quickstart, ship in production. Every guide assumes you'd rather see a `curl`, a config snippet, and a runbook than a wall of text.

## What is Tenbyte?

Tenbyte is a cloud and video infrastructure provider running Tier III data centers and enterprise hardware. Reliable compute, S3-compatible storage, a global CDN, and a full video platform — all under one account, one bill, one API.

## Tenbyte Services

<Columns cols={2}>
  <Card title="Tenbyte Cloud" icon="cloud" href="/docs/cloud" arrow="true">
    Virtual machines, block & object storage, VPC, firewall, and load balancers.
  </Card>

  <Card title="Tenbyte CDN" icon="globe" href="/docs/cdn" arrow="true">
    Global edge caching, image optimization, signed URLs, and a REST API.
  </Card>

  <Card title="Tenbyte Vidinfra" icon="play-circle" href="/docs/vidinfra" arrow="true">
    Upload, encode, secure, and stream on-demand video with DRM and watermarking.
  </Card>

  <Card title="Tenbyte Live Streaming" icon="radio" href="/docs/live-streaming" arrow="true">
    Low-latency live ingest, encoding, and playback with HLS / DASH delivery.
  </Card>
</Columns>

## Pick a quickstart

<Columns cols={2}>
  <Card title="CDN in 10 minutes" icon="zap" href="/docs/cdn/quickstart" arrow="true">
    Create a distribution, verify with curl, automate purges via the API.
  </Card>

  <Card title="Cloud in 10 minutes" icon="server" href="/docs/cloud/quickstart" arrow="true">
    Spin up a VM, attach storage, configure networking.
  </Card>

  <Card title="Vidinfra first video" icon="send" href="/docs/vidinfra/publish-first-video" arrow="true">
    Upload, transcode, and publish your first video.
  </Card>

  <Card title="Live in 10 minutes" icon="radio-tower" href="/docs/live-streaming/quickstart" arrow="true">
    Set up an ingest endpoint and start streaming.
  </Card>
</Columns>

## Developer essentials

<Columns cols={2}>
  <Card title="API Reference" icon="terminal" href="/api-reference/overview" arrow="true">
    OpenAPI specs for CDN, Vidinfra, and Live.
  </Card>

  <Card title="API Keys" icon="key-round" href="/docs/organization/api-keys" arrow="true">
    Generate tokens for CI/CD and SDKs.
  </Card>

  <Card title="SDKs" icon="file-code" href="/docs/vidinfra/sdk/uploader-sdk" arrow="true">
    Player and uploader SDKs for the web and mobile.
  </Card>

  <Card title="AI Agents" icon="bot" href="#getting-started-for-ai-agents" arrow="true">
    Drive Tenbyte from Claude and other agents with the Tenbyte skill.
  </Card>
</Columns>

## Getting started for AI agents

Tenbyte ships a [skill](https://github.com/tenbytehq/tenbyte-skill) that lets AI agents (Claude, Cursor, and other skill-aware tools) operate your Tenbyte products directly.

<Steps>
  <Step title="Add the skill">
    Install it into your agent with a single command:

    ```bash theme={null}
    npx skills add tenbytehq/tenbyte-skill
    ```
  </Step>

  <Step title="Get your API key">
    [Sign up](https://docs.tenbyte.io/docs/account/account-creation) or log in to the [Tenbyte Console](https://www.tenbyte.io/), then open **Organization → API Keys** to [create a personal API key](https://docs.tenbyte.io/docs/organization/api-keys).
  </Step>

  <Step title="Set the environment variable">
    The skill only needs your API key in an environment variable to get started:

    ```bash theme={null}
    TENBYTE_API_KEY=your-api-key
    ```
  </Step>
</Steps>

<Note>
  Source code and documentation for the skill live in the [tenbyte-skill repository](https://github.com/tenbytehq/tenbyte-skill).
</Note>

***

### Tenbyte Cloud

**Tenbyte Cloud** gives you virtual machines and storage you can rely on for everyday workloads. Deploy servers, attach block storage, assign public IPs, and stand up your own VPC.

<Accordion title="Start Reading the Tenbyte Cloud Guides" icon="cloud">
  Each guide walks through one component — what it does and how to use it.

  **Getting started**

  * [Cloud Quickstart](/docs/cloud/quickstart)
  * [Account Setup](/docs/cloud/account-setup)
  * [Cloud-init Config](/docs/cloud/cloud-init-config)
  * [Cloud FAQs](/docs/cloud/cloud-faqs)

  **Compute**

  * [Virtual Machine](/docs/cloud/compute/cloud-vm)
  * [Load Balancer](/docs/cloud/compute/load-balancers)

  **Storage**

  * [Block Storage](/docs/cloud/storage/block-storage)
  * [T2 Object Storage](/docs/cloud/storage/object-storage)
  * [Laravel with Tenbyte](/docs/cloud/storage/laravel-with-tenbyte)
  * [SDKs (Go, Python, JavaScript, Java, PHP, Ruby, .NET)](/docs/cloud/storage/sdk-for-go)

  **Backup**

  * [Snapshots](/docs/cloud/backup/snapshots)
  * [Backup](/docs/cloud/backup/backup)

  **Networking & Security**

  * [Virtual Private Cloud](/docs/cloud/networking/vpc)
  * [Firewall](/docs/cloud/networking/firewall)
  * [Access Delegation](/docs/cloud/networking/manage-access)

  **Operations**

  * [Metrics](/docs/cloud/monitoring/metrics)
  * [Billing](/docs/cloud/billing/billing)
</Accordion>

***

### Tenbyte CDN

**Tenbyte CDN** speeds up websites, apps, and video platforms. Anycast routing across global PoPs, edge caching with full rule control, image optimization, and signed URLs for protected content.

<Accordion title="Start Reading the Tenbyte CDN Guides" icon="globe">
  Walk through CDN end-to-end — set up a distribution, tune cache, secure content, automate via API.

  **Getting started**

  * [What is Tenbyte CDN?](/docs/cdn)
  * [Quickstart](/docs/cdn/quickstart)
  * [FAQs](/docs/cdn/cdn-faqs)

  **Distributions**

  * [Create a Distribution](/docs/cdn/distributions/create-distribution)
  * [Distribution Overview](/docs/cdn/distributions/distribution-overview)
  * [Manage Distributions](/docs/cdn/distributions/manage-distributions)
  * [Origins](/docs/cdn/distributions/origins)
  * [SSL](/docs/cdn/distributions/ssl)
  * [Headers](/docs/cdn/distributions/headers)
  * [Cache Rules](/docs/cdn/distributions/cache-rules)
  * [Image Optimizer](/docs/cdn/distributions/image-optimizer)

  **Access & Security**

  * [Access Rules Overview](/docs/cdn/distributions/access-rules/overview)
  * [Country Access Policy](/docs/cdn/distributions/access-rules/country-access-policy)
  * [IP Access Policy](/docs/cdn/distributions/access-rules/ip-access-policy)
  * [Referrer Access Policy](/docs/cdn/distributions/access-rules/referrer-access-policy)
  * [Token Authentication (Signed URLs)](/docs/cdn/distributions/access-rules/token-authentication)

  **Analytics**

  * [Analytics Overview](/docs/cdn/analytics/overview)
  * [Traffic Served](/docs/cdn/analytics/traffic-reports)
  * [Requests Served](/docs/cdn/analytics/request-served)
  * [Cache Hit Ratio](/docs/cdn/analytics/cache-hit-ratio)
  * [Response Classes](/docs/cdn/analytics/response-classes)

  **Purge**

  * [Purge by Pattern](/docs/cdn/purge/purge-by-pattern)
  * [Purge All](/docs/cdn/purge/purge-all)

  **Certificates**

  * [SSL Overview](/docs/cdn/certificates/ssl-overview)
  * [Let's Encrypt](/docs/cdn/certificates/lets-encrypt)
  * [Custom Certificates](/docs/cdn/certificates/custom-certificates)

  **Image Optimization**

  * [Integration Overview](/docs/cdn/image-optimization/integration-guide)
  * Frameworks: [Next.js](/docs/cdn/image-optimization/integration-guide/nextjs) · [Nuxt](/docs/cdn/image-optimization/integration-guide/nuxt) · [Astro](/docs/cdn/image-optimization/integration-guide/astro) · [React Native](/docs/cdn/image-optimization/integration-guide/react-native) · [Android & iOS](/docs/cdn/image-optimization/integration-guide/android-ios) · [Shopify](/docs/cdn/image-optimization/integration-guide/shopify)
</Accordion>

***

### Tenbyte Vidinfra

**Vidinfra** is Tenbyte's on-demand video platform. Upload, encode, secure, and play back — both live and VOD — with DRM, dynamic watermarking, and access controls.

<Accordion title="Start Reading the Tenbyte Vidinfra Guides" icon="play-circle">
  **Getting started**

  * [What is Vidinfra?](/docs/vidinfra)
  * [Quickstart](/docs/vidinfra/quickstart)
  * [Publish your First Video](/docs/vidinfra/publish-first-video)
  * [FAQs](/docs/vidinfra/video-faqs)

  **Manage Library**

  * [Library Overview](/docs/vidinfra/manage-library/overview)
  * [Library Settings](/docs/vidinfra/manage-library/library-settings)
  * [Analytics](/docs/vidinfra/manage-library/analytics)

  **Manage Videos**

  * [Upload Videos](/docs/vidinfra/manage-videos/upload-videos)
  * [Video Settings](/docs/vidinfra/manage-videos/video-settings)

  **Player & Transcoding**

  * [Player Themes](/docs/vidinfra/player-customization/player-themes)
  * [Adaptive Bitrate Streaming](/docs/vidinfra/transcoding-drm/adaptive-bitrate-streaming)
  * [DRM Integration](/docs/vidinfra/transcoding-drm/drm-integration)

  **Security**

  * [Dynamic Watermark](/docs/vidinfra/security/dynamic-watermark)
  * [Country Access Policy](/docs/vidinfra/security/country-access-policy)
  * [Referrer Policy](/docs/vidinfra/security/referrer-policy)

  **Webhooks & SDKs**

  * [Webhook Dashboard](/docs/vidinfra/webhooks/webhook-dashboard)
  * [Setup Webhook](/docs/vidinfra/webhooks/setup-webhooks)
  * [Player SDK](/docs/vidinfra/sdk/player-sdk)
  * [Uploader SDK](/docs/vidinfra/sdk/uploader-sdk)
</Accordion>

***

### Tenbyte Live Streaming

**Live Streaming** delivers low-latency live video. Push from your encoder over RTMP / SRT / WebRTC, transcode in real time, and play back via HLS or DASH worldwide.

<Accordion title="Start Reading the Tenbyte Live Streaming Guides" icon="radio">
  **Getting started**

  * [What is Live Streaming?](/docs/live-streaming)
  * [Quickstart](/docs/live-streaming/quickstart)
  * [How Live Streaming Works](/docs/live-streaming/live-work)
  * [FAQs](/docs/live-streaming/live-faqs)

  **Manage Streams**

  * [Manage Live Streams](/docs/live-streaming/manage-streams)

  **Ingest & Encoding**

  * [Configuration](/docs/live-streaming/ingest-and-encoding/configuration)
  * [Ingest Protocols](/docs/live-streaming/ingest-and-encoding/ingest-protocols)
  * [Output Protocols](/docs/live-streaming/ingest-and-encoding/output-protocols)
  * [Encoding Templates](/docs/live-streaming/ingest-and-encoding/encoding-templates)

  **Webhooks**

  * [Live Webhooks](/docs/live-streaming/webhooks)
</Accordion>

***

## Why developers choose Tenbyte

* **Predictable pricing** — pay-as-you-go, billed in your local currency. No surprise FX swings.
* **Real infrastructure** — Tier III data centers, enterprise hardware, anycast edge.
* **One platform** — compute, storage, CDN, and video tools share one console, one API, one bill.
* **Real support** — regional team, 24 / 7, real humans.
* **API-first** — every console action has an API equivalent. Wire it into CI/CD, Terraform, or your favorite scripting language.

> Pick a service, follow a quickstart, automate the rest. If a guide leaves you stuck, [email support](mailto:support@tenbyte.io) — we read every message.

Want to keep exploring? Browse the [Tenbyte website](https://www.tenbyte.io/) or open the [API Reference](/api-reference/overview).
