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

# Ticketmaster

> Access events and venue data

Ticketmaster Discovery API provides comprehensive access to events, venues, and ticket information worldwide.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your 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 Ticketmaster Developer Portal">
    Go to [developer.ticketmaster.com](https://developer.ticketmaster.com/) and click "Create an Account"

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

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

## Generate API Key

<Steps>
  <Step title="Access API Keys">
    1. Go to your Ticketmaster Developer dashboard
    2. Navigate to the "Applications" section

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

  <Step title="Create New Key">
    1. Name your application
    2. Select "Discovery API" access
    3. Copy your Consumer Key (API Key)

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

## Add to Anything project

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

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

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

  <Step title="Start searching">
    You can now use prompts with the integration to access event data.

    Example prompts:

    * `Find upcoming concerts using /Ticketmaster`
    * `Get venue details with /Ticketmaster`
    * `Create an event discovery app using /Ticketmaster`

    <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 /Ticketmaster, save the event details so my app doesn't have to fetch them again
    ```
  </Step>
</Steps>

<Tip>
  Your Ticketmaster integration is ready! Use `/Ticketmaster` in chat to access event data.
</Tip>
