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

# Choose Your Path

> Are you a music supervisor or a developer? Start here to find the right guide for your workflow

Trackyard serves two primary audiences with different workflows. Choose the path that matches how you'll use the platform.

***

## For Music Supervisors

<Card title="Web App (Coming Soon)" icon="film" color="#EC8D28">
  **Browse, shortlist, and license music** through a purpose-built interface designed for production workflows.

  **Features:**

  * Visual catalog browsing with audio previews
  * Project-based organization (longlist → shortlist → licensed)
  * Team collaboration and shared shortlists
  * Instant licensing with auto-generated paperwork
  * Transparent, upfront pricing

  **Status:** In active development. API access is available now for developers building custom workflows.
</Card>

### What You Can Do Today

While the web app is in development, you can:

1. **Use the API directly** — If you're comfortable with technical tools, get an API key and search/download tracks via command-line tools
2. **Request early access** — Email [support@trackyard.com](mailto:support@trackyard.com) to join the waitlist for the web app beta
3. **Explore via MCP** — If you use Claude or other AI agents, install the Trackyard MCP server for conversational music search

***

## For Developers

<Card title="API & MCP Server (Available Now)" icon="code" color="#EC8D28" href="/getting-started/api-quickstart">
  **Programmatic access** to the full Trackyard catalog for automation, pipelines, and custom integrations.

  **Features:**

  * REST API with natural language search
  * Smart clip trimming (auto-select best segments)
  * Hit point alignment (choreograph musical peaks)
  * Model Context Protocol (MCP) server for AI agents
  * Comprehensive documentation and code examples

  **Use Cases:**

  * Social media content farms (auto-scoring at scale)
  * AI video generation pipelines
  * Podcast/YouTube automation
  * Custom music supervisor tools
</Card>

### Get Started in 5 Minutes

<Steps>
  <Step title="Create an account">
    Go to [app.trackyard.com](https://app.trackyard.com) and sign up for a free account.
  </Step>

  <Step title="Generate an API key">
    Navigate to [API Keys](https://app.trackyard.com/api-keys) and create your first key.
  </Step>

  <Step title="Run your first search">
    Follow the [API Quickstart](/getting-started/api-quickstart) to search and download your first track.
  </Step>
</Steps>

***

## Not Sure Which Path?

**Choose the API/Developer path if:**

* You're building automation or pipelines
* You need to process hundreds/thousands of videos
* You're integrating Trackyard into your own tools
* You're comfortable with code and command-line tools

**Wait for the Web App if:**

* You want visual browsing and audio previews
* You're licensing for one-off projects (films, ads, episodes)
* You prefer click-based workflows over code
* You need team collaboration features

***

## Next Steps

<CardGroup cols={2}>
  <Card title="API Quickstart" icon="rocket" href="/getting-started/api-quickstart">
    Get your first track licensed in 5 minutes
  </Card>

  <Card title="How Trackyard Works" icon="circle-info" href="/core-concepts/how-trackyard-works">
    Learn about the platform, catalog, and licensing model
  </Card>
</CardGroup>
