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

# Introduction

> DMARCeye API documentation

## Getting started

Generate API key for your account and get started.

<Card title="Authentication" icon="key" horizontal href="/api-reference/authentication">
  Start with authentication.
</Card>

## DMARCeye API resources

Access your account resources.

<Columns cols={2}>
  <Card title="Domains" icon="globe-pointer" href="/api-reference/domains/list">
    Access to your DMARCeye domains
  </Card>

  <Card title="Reports" icon="chart-simple" href="/api-reference/reports/list">
    Reports for your Domains
  </Card>

  <Card title="Blacklists" icon="bug">
    Blacklists (TBA)
  </Card>

  <Card title="Webhooks" icon="terminal">
    Webhooks (TBA)
  </Card>
</Columns>
