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

# Welcome to TAMTAM

> Programmatic access to TAMTAM's prospecting and enrichment data.

The TAMTAM API lets you search for companies and people, find lookalikes, enrich contacts with email and phone data, and integrate TAMTAM's prospecting workflows into your own systems.

## Base URL

```
https://api.tamtam.ai/api
```

## What you can do

<Columns cols={2}>
  <Card title="Find lookalike companies" icon="building" href="/api-reference/lookalikes/search-for-lookalike-companies">
    Discover companies similar to a set of input companies, with filters by country, industry, size, and more.
  </Card>

  <Card title="Search people" icon="users" href="/api-reference/people-search/search-for-people">
    Find people matching filters with cursor-based pagination.
  </Card>

  <Card title="Enrich contacts" icon="envelope" href="/api-reference/people-enrichment/enrich-people-with-email-and-phone-data">
    Submit batches of people for email and phone enrichment.
  </Card>

  <Card title="Manage workflows" icon="wand-magic-sparkles" href="/api-reference/workflow-runs/list-workflow-runs">
    Trigger and monitor TAMTAM workflow runs.
  </Card>
</Columns>

## Get started

<Steps>
  <Step title="Get an API key">
    See [Authentication](/guides/authentication) for how to retrieve your key.
  </Step>

  <Step title="Make your first call">
    Follow the [Quickstart](/guides/quickstart) to find lookalike companies in under a minute.
  </Step>

  <Step title="Explore the reference">
    Browse all endpoints in the API reference tab.
  </Step>
</Steps>
