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

# Introduction

> Track Instagram and TikTok accounts — via an MCP server, the API, or the dashboard. Built for agents and humans.

CreatorAudit is an API- and MCP-first tool for tracking Instagram and TikTok accounts. It automatically gathers daily post-level metrics and week-over-week trends, and exposes them through an MCP server, a typed REST API, and a dashboard — so agents and humans work from the same data.

Everything in the dashboard is also available over MCP and through the API — the accounts, creators, and videos you track, plus their engagement metrics and time series — a clean, programmable data source for your tools, pipelines, and AI agents.

## Where to start

<Columns cols={3}>
  <Card title="Build with MCP & AI agents" icon="robot" href="/agents/overview">
    Give an AI agent typed tools to track creators and read analytics directly.
  </Card>

  <Card title="Use the API" icon="terminal" href="/quickstart">
    Create an API key and make your first request in a few minutes.
  </Card>

  <Card title="Use the dashboard" icon="gauge" href="/dashboard/overview">
    Add accounts to track, group them into creators, and read analytics in the web app.
  </Card>
</Columns>

## What you can do

* **Track** Instagram and TikTok accounts, and individual videos by URL or ID.
* **Organize** accounts into creators that roll their metrics up together.
* **Analyze** views, engagement, and growth over 7-, 30-, and 90-day windows — per account, video, creator, or across your whole organization.
* **Automate** all of the above over a REST API with bearer-token auth, cursor pagination, and an OpenAPI contract.

## Built for developers and agents

The API is designed to be driven by code and by autonomous agents: a single bearer key, predictable JSON envelopes, [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) errors, request IDs on every response, and a machine-readable [OpenAPI](/api-reference/introduction) document you can turn into tools.

<Card title="API reference" icon="book" href="/api-reference/introduction">
  Base URL, authentication, pagination, errors, and an interactive explorer for every
  endpoint.
</Card>

## Go further

<Columns cols={2}>
  <Card title="Tutorials" icon="list-check" href="/tutorials/creator-leaderboard">
    End-to-end walkthroughs — leaderboards, digests, competitor sets, and breakout
    posts.
  </Card>

  <Card title="FAQ & troubleshooting" icon="circle-question" href="/faq">
    Quick answers on keys, freshness, error codes, and the v1-to-v2 move.
  </Card>
</Columns>

<Note>
  Need help? Email [support@creatoraudit.com](mailto:support@creatoraudit.com).
</Note>
