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

# PlugKit

> One API to publish, read, and reply across every social platform — built for developers and AI agents.

PlugKit is a single REST API that connects social and messaging accounts through
**official platform APIs** and lets you act on them — publish content, read and
send messages, manage comments — without integrating each platform yourself.

Today it supports **Instagram** and **WhatsApp** via Meta's official APIs, with
more platforms on the way.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get an API key and make your first call in under five minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    How API keys work and how to send them.
  </Card>

  <Card title="Connect Instagram" icon="instagram" href="/guides/connect-instagram">
    Run the OAuth flow and link a business account.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Every endpoint, with a live playground to try them.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create a profile">
    A profile groups the accounts you connect (think of it as a workspace).
  </Step>

  <Step title="Connect an account">
    Send your user through the platform's official OAuth flow. PlugKit stores the
    token and exposes the account.
  </Step>

  <Step title="Act through one API">
    Publish posts, read and reply to messages, manage comments — the same shape
    of request whatever the platform.
  </Step>
</Steps>

## Base URL

```
https://api.plugkit.co/v1
```

Every request is authenticated with a Bearer API key — see
[Authentication](/authentication).
