> ## Documentation Index
> Fetch the complete documentation index at: https://stir-vid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Give any AI agent full control of StirVid via one MCP endpoint.

StirVid ships a single MCP endpoint that gives any Model Context Protocol client full control of the StirVid ops plane.

```text theme={null}
https://mcp.stirvid.com/mcp
```

## Auth

Auth is a **Bearer API key**. Keys are stored server-side as SHA-256 hashes; the raw key is shown once at creation time.

```http theme={null}
Authorization: Bearer <YOUR_KEY>
```

## What agents get out of the box

* Auto-loaded skill pack: `stirvid://skills/stirvid-ops`
* Live resources for balance, ledger, and characters
* Tools for generation, credit adjustment, balance monitoring, and health
* Prompts for ops health checks and quick video creation

## What you can do with it

<CardGroup cols={2}>
  <Card title="Automate generation" icon="wand-magic-sparkles">
    Kick off character swaps from any MCP client.
  </Card>

  <Card title="Run ops" icon="chart-line">
    Check the generation balance, inspect the credits ledger, adjust user credits.
  </Card>
</CardGroup>

Next: [Setup](/agents/setup).
