> ## Documentation Index
> Fetch the complete documentation index at: https://flare-iman-v2-v3-spec-ordering.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

The Flare API can be used to access Flare's search capabilities, configure monitoring, export events, and more.

## Base Concepts

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/concepts/authentication">
    Create an API Key and obtain API tokens.
  </Card>

  <Card title="Rate Limits" icon="gauge-high" href="/concepts/rate-limits-and-quotas">
    Learn about the Flare API's rate limits.
  </Card>

  <Card title="Paging" icon="scroll" href="/concepts/paging">
    Learn about Flare's standard `from` request parameter and `next` response field.
  </Card>
</CardGroup>

## SDK

<CardGroup cols={2}>
  <Card title="Python SDK" icon="python" href="/sdk/python">
    The Python SDK exposes a small `requests` wrapper
    that automatically manages authentication.
  </Card>

  <Card title="Go SDK" icon="golang" href="/sdk/go">
    The Go SDK exposes a small `net/http.Client` wrapper
    that automatically manages authentication.
  </Card>
</CardGroup>

## CLI

<CardGroup cols={1}>
  <Card title="CLI (beta)" icon="terminal" href="/sdk/cli">
    Interact with the Flare API from your terminal.
  </Card>
</CardGroup>

## MCP

<CardGroup cols={2}>
  <Card title="API MCP (beta)" icon="robot" href="/sdk/api-mcp">
    Connect any MCP-capable client to Flare's search
    and platform APIs.
  </Card>

  <Card title="Documentation MCP (beta)" icon="book" href="/sdk/docs-mcp">
    Ask questions about the Flare API and its documentation from any
    MCP-capable client.
  </Card>
</CardGroup>

## Guides

<CardGroup cols={2}>
  <Card title="Global Search" icon="magnifying-glass" href="/guides/global-search">
    Search in all of Flare's events using the Search API.
  </Card>

  <Card title="List Events Within a Tenant" icon="list" href="/guides/tenant-events">
    Export or search within all events associated within your tenant.
  </Card>

  <Card title="Exporting a Domain's Credentials" icon="passport" href="/guides/credentials-export-domain">
    Export all of Flare's leaked credentials for a given domain.
  </Card>

  <Card title="Cookie Monitoring" icon="cookie" href="/guides/cookie-monitoring">
    Monitor leaked cookies for your domain.
  </Card>
</CardGroup>

## API Reference

<CardGroup cols={2}>
  <Card title="Endpoint References" icon="code" href="/api-reference">
    View the full API reference.
  </Card>
</CardGroup>
