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

# Tavus

> Create personalized AI video content

Tavus API enables creation of personalized AI-generated video content at scale.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Tavus account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Tavus API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit Tavus Website">
    Go to [tavus.io](https://tavus.io/) and click "Sign Up"

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tavus/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=b8bee9ba453e501a6c29200ac3a859c6" style={{ borderRadius: '0.5rem' }} width="2640" height="1006" data-path="images/tavus/homepage.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with Google authentication

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tavus/signup.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=9703f8b823b099b34870595f31eddbde" style={{ borderRadius: '0.5rem' }} width="898" height="1110" data-path="images/tavus/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Keys">
    1. Go to your Tavus dashboard
    2. Navigate to "API Settings"

    <Warning>
      Free tier has rate limits - monitor your usage
    </Warning>
  </Step>

  <Step title="Create New Key">
    1. Click "Create a New Key"
    2. Name your key (e.g., "Anything Integration")
    3. Copy your API key

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tavus/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=f0e8a6cb0bf2cd0e8c6206bf8caa57b9" style={{ borderRadius: '0.5rem' }} width="2182" height="1164" data-path="images/tavus/apigen.png" />
  </Step>

  <Step title="Get Replica ID">
    1. Go to "Replica Library" in your left side dashboard
    2. Select the stock replica or personal replica you want to use as a template
    3. Click "Copy Replica ID" or find it in the video's URL

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tavus/replicaid.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=e4325c2876f5e964807bbbd32e467de6" style={{ borderRadius: '0.5rem' }} width="2490" height="1452" data-path="images/tavus/replicaid.png" />

    <Tip>
      The Replica ID is needed to generate variations of your video template
    </Tip>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Tavus" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your API key into the "TAVUS\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your Tavus dashboard.
    </Tip>
  </Step>

  <Step title="Start creating">
    You can now use prompts with the integration to create AI videos.

    Example prompts:

    * `Generate a personalized video using /Tavus`
    * `Create video variations with /Tavus`
    * `Build a video message system using /Tavus`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Tavus, save the generated videos so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your Tavus integration is ready! Use `/Tavus` in chat to create AI videos.
</Tip>
