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

# Overview

> The API for sending and managing DM conversations across X, Instagram, LinkedIn, and more

## What is Inbox?

Inbox is the API for sending and managing DM conversations across messaging platforms — starting with X (Twitter), with Instagram and LinkedIn coming Q2 2026.

Send and receive DMs through a unified API, sync conversations with your systems, and build custom workflows. Your team also gets a fast inbox interface to manage conversations, assign threads, and collaborate in real time.

<Info>
  **Platform support**: The API currently supports X (Twitter) DMs. Instagram
  and LinkedIn are coming in Q2 2026. See [Supported platforms](/resources/supported-platforms)
  for the full roadmap.
</Info>

**For teams:**

* Manage all X DM conversations in one place
* Assign, tag, and track conversations
* Organize with tags and workflow stages
* Real-time collaboration

**For developers:**

* Programmatic access to all conversations
* Reliable message delivery
* Sync data with external systems
* Build custom integrations

## What you can build

<CardGroup cols={2}>
  <Card title="Messaging automation" icon="send">
    Send DMs programmatically. Build custom send workflows, schedule messages, and
    handle delivery.
  </Card>

  <Card title="CRM integration" icon="database">
    Sync conversations to HubSpot, Salesforce, or your internal tools. Keep your
    systems in sync.
  </Card>

  <Card title="AI-powered responses" icon="brain">
    Build intelligent auto-replies. Answer questions, handle conversations, and
    route complex queries to your team.
  </Card>

  <Card title="Custom dashboards" icon="chart-line">
    Track response rates, measure team performance, and build analytics on top of
    your DM data.
  </Card>
</CardGroup>

## Get started with the API

**Prerequisites:** An Inbox account with API access enabled.

**Set your API token:**

```bash theme={null}
export INBOX_API_TOKEN="your_token_here"
```

**Make your first request:**

```bash theme={null}
curl https://inboxapp.com/api/v1/team \
  -H "Authorization: Bearer $INBOX_API_TOKEN"
```

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/quickstart">
    Send your first DM in 5 minutes
  </Card>

  <Card title="Authentication" icon="key" href="/configuration/authentication">
    Get your API token
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Core concepts" icon="book" href="/guides/core-concepts">
    Understand threads, prospects, and the data model
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Explore all endpoints
  </Card>

  <Card title="Managing threads" icon="messages-square" href="/guides/managing-threads">
    Work with conversations
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Get notified when events happen in real time
  </Card>

  <Card title="Troubleshooting" icon="hammer" href="/resources/troubleshooting">
    Common issues and fixes
  </Card>
</CardGroup>

## Why teams choose Inbox

<AccordionGroup>
  <Accordion title="Built for team collaboration" icon="users">
    Assign conversations, track who's handling what, and collaborate without
    stepping on each other's toes. Tags and workflow stages keep your conversations
    organized.
  </Accordion>

  <Accordion title="Developer-friendly API" icon="code">
    Automate message delivery, CRM syncing, conversation routing — and keep the
    human touch for what matters.
  </Accordion>

  <Accordion title="Scales with your team" icon="arrow-up-right">
    Role-based access, team-wide rate limits, and multi-account support. Connect
    multiple X accounts and manage them from one workspace.
  </Accordion>
</AccordionGroup>
