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

# API Reference

> Complete reference for the Encrata REST API.

## Overview

The Encrata API lets you enrich emails, look up phones, search companies, domains, IPs, the dark web, and Google all through a single REST interface designed for AI agents and developers.

## Base URL

```
https://encrata.com
```

## Authentication

All API endpoints require a Bearer token:

```bash theme={"dark"}
Authorization: Bearer YOUR_API_KEY
```

Get your API key at [encrata.com/settings/api-keys](https://encrata.com/settings/api-keys).

## Explore the API

<CardGroup cols={2}>
  <Card title="Lookups" icon="magnifying-glass" href="/api-reference/endpoint/agent-lookup">
    Email, phone, IP, domain, company, Google, and dark web search endpoints.
  </Card>

  <Card title="Monitors" icon="bell" href="/api-reference/endpoint/list-monitors">
    Create monitors to track changes over time.
  </Card>

  <Card title="Contact Lists" icon="address-book" href="/api-reference/endpoint/contact-lists">
    Manage reusable target lists for monitors.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/endpoint/webhook">
    Get notified about monitor changes and credit usage.
  </Card>
</CardGroup>
