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

<div className="flex flex-col items-center text-center mt-8 mb-12">
  <h1 className="text-4xl font-bold mb-4">Mindcase API Documentation</h1>

  <p className="text-lg text-gray-500 max-w-lg">
    Programmatic access to 100 data collection agents across 36 platforms. Run agents, poll for results, and download structured data.
  </p>
</div>

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/introduction">
    Run your first agent in under 5 minutes.
  </Card>

  <Card title="Agents" icon="robot" href="/agents-overview">
    Browse all 100 data collection agents across 36 platforms.
  </Card>

  <Card title="Jobs" icon="clock" href="/jobs-overview">
    Submit jobs, poll status, and retrieve results.
  </Card>

  <Card title="Authentication" icon="key" href="/introduction#authentication">
    Create your API key and authenticate requests.
  </Card>
</CardGroup>
