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

# Introduction

> Integrate Hoox into your AI agent via MCP or agent skills — generate videos, manage avatars and voices using natural language

## Overview

Hoox provides two ways to give your AI agent the ability to generate videos through natural language:

* **MCP Server** — add `https://app.hoox.video/api/mcp` as a connector in any MCP-compatible client (Claude, Claude Code, Cursor…) and sign in with your Hoox account. No API key to manage.
* **Agent Skills** — install a reusable skill into your coding assistant (Cursor, Claude Code…) so it knows how to call the Hoox API. Requires an **API key** from [app.hoox.video → Settings → API Keys](https://app.hoox.video).

Both approaches require a **Pro plan** or higher.

## Choose your approach

<CardGroup cols={2}>
  <Card title="MCP Server" icon="server" href="/agent-tooling/mcp">
    The standard protocol for agents. Remote connector with OAuth sign-in — recommended for Claude, Claude Code, and Cursor.
  </Card>

  <Card title="Agent Skills" icon="bolt" href="/agent-tooling/skills">
    A lighter approach. Install a reusable skill package directly into your CLI or editor.
  </Card>
</CardGroup>

***

## Resources

<CardGroup cols={2}>
  <Card title="API Documentation" icon="book" href="/quickstart">
    Full API reference and quick start guide
  </Card>

  <Card title="GitHub — Agent Skills" icon="github" href="https://github.com/hoox-video/skill">
    Agent skill source code and contribution guide
  </Card>
</CardGroup>
