Skip to main content
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, pull analytics — without integrating each platform yourself. Same request shape everywhere, no per-API quirks.

Platforms

Each platform has its own capabilities and connection flow — see its page for the specifics.

Quickstart

Create an account, get an API key, and make your first call in five minutes.

Authentication

How the dashboard session and API keys work.

Profiles & accounts

The data model behind every request, and how connections work.

MCP server

Connect Claude, Cursor or VS Code to your accounts in one click.

API Reference

Every endpoint, with a live playground to try them.

How it works

1

Sign in and create a key

Sign in to the dashboard with Google, GitHub, or email, then create an API key. Everything you do is scoped to your account.
2

Create a profile

A profile groups the accounts you connect (a workspace / brand).
3

Connect an account

Send your user through the platform’s flow — OAuth, a bot token, or Cloud credentials, depending on the platform.
4

Act through one API

Publish, message, moderate comments, pull metrics — the same request shape whatever the platform.

Base URL

Every request is authenticated with a Bearer API key — see Authentication.