> ## 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.

# Supported platforms

> Current platform availability and upcoming support for Instagram, LinkedIn, and more

## Current support

The Inbox API currently supports **X (Twitter) DMs**. All API endpoints, webhooks, and features documented here work with X.

## Platform roadmap

| Platform        | Status      | Expected |
| --------------- | ----------- | -------- |
| **X (Twitter)** | Available   | —        |
| **Instagram**   | Coming soon | Q2 2026  |
| **LinkedIn**    | Coming soon | Q2 2026  |
| **TikTok**      | Planned     | TBD      |
| **WhatsApp**    | Planned     | TBD      |

<Info>
  The API is designed to be platform-agnostic. When new platforms launch, your existing integration patterns (threads, messages, prospects) will work the same way — the `platform` field on objects will reflect the new platform.
</Info>

## What "platform-agnostic" means for your code

The data model uses generic concepts that map across platforms:

| Inbox concept | X (Twitter)         | Instagram            | LinkedIn             |
| ------------- | ------------------- | -------------------- | -------------------- |
| Thread        | DM conversation     | DM conversation      | Message thread       |
| Message       | Direct message      | Direct message       | InMail / message     |
| Prospect      | X user              | Instagram user       | LinkedIn user        |
| Account link  | Connected X account | Connected IG account | Connected LI account |

Code you write today against the X integration will require minimal changes when new platforms are available. The main difference will be the `platform` field value on API objects.

## Need a specific platform?

If your use case depends on a platform not yet supported, reach out. Platform prioritization is driven by customer demand.

Email **[support@inboxapp.com](mailto:support@inboxapp.com)** with your platform needs, use case, and timeline. This directly influences our roadmap.
