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

# Overview

> High-level overview of the Wave API: what it does, how it is organized, and how to start integrating outreach automation.

The Wave API is a REST interface for automating cold Instagram outreach. Use it to scrape target audiences, manage sender accounts, orchestrate multi-step sequences, launch campaigns, and pull real-time analytics.

## What you can do

* **Audiences**: Build target lists from Instagram follower or following data, or upload your own leads.
* **Sequences**: Design multi-step messaging templates with delays and warmup actions like `FOLLOW_FIRST` and `LIKE_POSTS`.
* **Connected Accounts**: Attach Instagram sender profiles, monitor warmup health, and manage proxy assignments.
* **Campaigns**: Combine sequences, audiences, and accounts into automated outreach runs with programmatic controls.
* **Analytics**: Track delivery, response rates, and conversion metrics per campaign.

## Base URL

All requests must be made over HTTPS to:

```text theme={null}
https://api.usewave.co/api/v1
```

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn how to authenticate requests with your Wave API key.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/api-reference/rate-limits">
    Understand throttling, quotas, and best practices for high-volume usage.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated request in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/audiences/list-audience-lists">
    Browse detailed endpoint documentation and schemas.
  </Card>
</CardGroup>
