> ## 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.

# TMDB - The Movie Database

> Access comprehensive movie and TV show data

MovieDB provides detailed information about movies, TV shows, cast, and crew through its extensive entertainment database.

## Overview

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

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

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

## Account Creation

<Steps>
  <Step title="Visit MovieDB Website">
    Go to [themoviedb.org](https://www.themoviedb.org/) and click "Join TMDb"

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/moviedb/image1.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=f2242643c48025a7863ce5536fc57f44" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2472" height="1640" data-path="images/moviedb/image1.png" />
  </Step>

  <Step title="Complete Registration">
    * Choose username and password
    * Verify your email address

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/moviedb/image2.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=c0859a70b5559b23ed26583982f85ffa" style={{ borderRadius: '0.5rem' }} width="2452" height="1636" data-path="images/moviedb/image2.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Settings">
    1. Go to your account settings
    2. Navigate to "API" section

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/moviedb/image3.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=833136e049c23578b0e4939bd905fd86" style={{ borderRadius: '0.5rem' }} width="2468" height="1224" data-path="images/moviedb/image3.png" />
  </Step>

  <Step title="Create New Key">
    1. Click "Create New API Key"
    2. Accept the terms of service
    3. Generate API credential

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/moviedb/image4.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=5111d3df64b62aea18123d7cc4e2c528" style={{ borderRadius: '0.5rem' }} width="2210" height="1632" data-path="images/moviedb/image4.png" />
  </Step>

  <Step title="Secure Your Key">
    1. Copy the API key (v3 auth)
    2. Store it securely

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/moviedb/image5.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=5f37022196cf93f2960436ee5c86589b" style={{ borderRadius: '0.5rem' }} width="2224" height="1282" data-path="images/moviedb/image5.png" />

    <Warning>
      Never expose this key in client-side code
    </Warning>
  </Step>
</Steps>

## Add to Anything project

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

  <Step title="Add Your API Key">
    1. Paste your MovieDB API key into "MOVIEDB\_API\_KEY" secret

    <Tip>
      Need a new key? Regenerate in your MovieDB API settings.
    </Tip>
  </Step>

  <Step title="Start Exploring">
    Use prompts to access entertainment data:

    * `Show details for The Dark Knight using /MovieDB`
    * `Build a movie recommendation app with /MovieDB`
    * `Create a TV show watchlist with /MovieDB`
    * `Display cast photos for Stranger Things via /MovieDB`

    <Tip>
      API responses are live data - cache results for better performance
    </Tip>
  </Step>
</Steps>

<Tip>
  MovieDB integration complete! Use `/TMDb` in chat to access entertainment data.
</Tip>
