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

# Overview

> What this lemlist API reference is all about

<Tip title="Use lemlist with AI? Try the MCP Server" icon="wand-magic-sparkles">
  **Skip the API — talk to lemlist in plain English.** The lemlist MCP server lets you manage campaigns, search leads, and analyze performance directly from **Claude**, **Cursor**, or any MCP-compatible AI assistant.

  No code needed. OAuth authentication. Set up in 30 seconds.

  <Card title="Set up the MCP Server →" icon="bolt" href="/mcp/setup" />
</Tip>

<Info icon="robot">
  Are you an AI agent ? Use the [skill.md](/skill.md) for common use cases.
</Info>

## Welcome to the lemlist API reference 🎉

Looking to integrate lemlist with other tools? Automate some of your outreach away?

You're in the right place.

## API URL

All API routes live at `https://api.lemlist.com/api`.

So, for every `endpoint` documented in this reference, the full URL is `https://api.lemlist.com/api/{endpoint}`.

## Outline

The API reference is part of the larger *developer docs*, divided into 2 main sections:

* *User Guides*: tutorials that leverage the API reference
* *API Reference* (👈 **you're here**): every technical detail about the API

And the API reference itself is divided into 3 main sections:

* *Getting Started* (👈 **you're here**): everything you need to know before using the API (authentication, rate limits, etc.)
* *Endpoints*: the different endpoints available in the API, to actually get things done
* *Objects & Definitions*: the different objects, their definitions and what they mean (whether in lemlist's product or its API)

## How to read the API reference

I'd say:

1. skim through the *Getting Started* section (special attention on Authentication - it's tricky)
2. fast-forward to the API endpoints that seem relevant to you
3. **if need be**, check the objects referenced in those endpoints to understand what they mean

***

[give us feedback on this page](https://lemlist.typeform.com/to/mfVlkyGf)
