> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/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>

  <Card title="CLI" icon="terminal" href="/sdk/cli">
    Flare provides a Command Line Interface (CLI) utility
    that can be used to interact with the Flare API.
  </Card>

  <Card title="MCP" icon="robot" href="/sdk/mcp">
    Flare provides a Model Context Protocol (MCP) server
    that can be used to ask questions about the Flare API.
  </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>
