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

# Use cases

> Common Seamless API integration patterns for enrichment, CRM sync, webhooks, and AI sales automation.

These recipes show complete, runnable patterns on top of the public v1 REST API. Each guide assumes you have an [API key](/authentication/api-keys) and understand [identifiers](/understand-identifiers-and-request-flow).

<CardGroup cols={2}>
  <Card title="List enrichment" icon="list" href="/use-cases/enrich-a-lead-list">
    Search and research a batch of contacts from a target account list.
  </Card>

  <Card title="CRM sync pipeline" icon="rotate" href="/use-cases/sync-researched-contacts-to-crm">
    Research in Seamless, then pull org contacts for your CRM or data warehouse.
  </Card>

  <Card title="Real-time webhooks" icon="webhook" href="/use-cases/real-time-enrichment-with-webhooks">
    Push enriched records into your app the moment research completes.
  </Card>

  <Card title="AI sales automation" icon="robot" href="/use-cases/ai-sales-automation">
    Combine the REST API with MCP for vibe-coder and agent workflows.
  </Card>
</CardGroup>

## REST API vs MCP

| Goal                                      | Start here                                              |
| ----------------------------------------- | ------------------------------------------------------- |
| Pipelines, ETL, Postman, backend services | REST API guides on this tab                             |
| Cursor, Claude, ChatGPT, no-code agents   | [MCP quickstart](/mcp/quickstart)                       |
| Both                                      | REST for data movement; MCP for interactive prospecting |

<Note>
  The [API Reference](/reference/searchcontacts) tab documents every endpoint. These use cases show how to chain them for real workflows.
</Note>
