Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/API/Bundle.social
Bundle.social

Bundle.social API

Yes. Bundle.social publishes a public REST API with api_key auth. See info.bundle.social for pricing details.

Auth: api_keyOpenAPI specSDKs: TypeScriptWebhooks: availableMCP also available
Public REST API documentedAgent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Bundle.social API?

bundle.social's REST API is generated directly from an OpenAPI spec (available at api.bundle.social/swagger-json), which means every endpoint is machine-readable, client generation is a single command, and the docs stay in sync with the actual API. That's a stronger foundation than tools that hand-maintain their docs separately.

Auth is API key via the x-api-key header. A TypeScript SDK (the bundlesocial npm package) ships officially, and a CLI tool (bundlesocial-cli) is designed specifically for agent and automation workflows. Webhooks are available for real-time event delivery. Fourteen social platforms, one authenticated connection.

For the broader picture: Bundle.social review, full pricing breakdown, .

HOOK IT TO YOUR STACK

Real Bundle.social API calls you'll write

bundle-social-apirest
#Schedule a post across LinkedIn and X
POST/v1/posts
201 Created · 2 scheduled
LinkedInFri 14:00 EST
X / TwitterFri 14:00 EST
Approvalauto
bundle-social-apirest
#Get top posts by engagement this week
GET/v1/posts?sort=-engagement&period=7d
200 OK · top 5
MCP rundown thread4.2k
Pricing teardown2.8k
Tool comparison1.9k
bundle-social-apirest
#Pull mention stream for our brand
GET/v1/mentions?brand=tmb&since=24h
200 OK · 18 mentions
Positive sentiment12
Neutral5
Needs reply1
TMB SCORE FOR Bundle.socialAuth: api_keyAgent fit: 8/10
Read review →

Endpoints illustrative. Confirm exact paths against the live API docs before integrating.

Pricing, limits, and integration

API access is included in all plans, including the Free tier (20 posts/month limit). Pro at $100/month removes post limits and adds the full platform set. Business at $400/month adds white-label and higher account limits.

No separate API pricing tier, no per-call metering. The OpenAPI spec is at api.bundle.social/swagger-json. TypeScript SDK installs via npm as bundlesocial. The CLI (bundlesocial-cli) is the preferred method for automated pipelines. Rate limits are not publicly documented; test on Free before scaling.

How much does the Bundle.social API actually cost?

Verify on docs

Bundle.social publishes an API, but per-tier gating wasn't extracted automatically.

  • Most likely scenario: API access is either included in all paid plans, or it's gated to higher tiers and we need to verify on the live docs page.
  • Until verified, treat the question "which plan unlocks the API" as open. Don't budget on the assumption it's free with the cheapest paid plan.

API at a glance

Auth method
api_key
SDK languages
JavaScript/TS
OpenAPI spec
Webhooks
Webhooks available for real-time event delivery. Specific events and tier requirements not documented publicly — test on Free plan or contact support for details.
Structured outputs

Webhooks: Webhooks available for real-time event delivery. Specific events and tier requirements not documented publicly — test on Free plan or contact support for details.

Which AI clients can read Bundle.social data?

Not every AI assistant supports MCP natively. Here's the per-client picture for Bundle.social specifically.

ClientSupportNotes
Claude (Desktop/Web)Native MCPListed explicitly in bundlesocial-mcp README
Claude CodeNative MCPListed explicitly in bundlesocial-mcp README
CursorNative MCPConfirmed on npm package page
ChatGPTAPI-only (custom code)No MCP support in ChatGPT; use REST API directly
GeminiAPI-only (custom code)Gemini does not support MCP natively; REST API via custom integration

Bundle.social also has an MCP server

If you're wiring Bundle.social into Claude / Cursor / Codex, the MCP server is usually less code than the REST API.

See Bundle.social MCP page

What you can build with the Bundle.social API

Three personas, three different shapes of build. Pick the row that matches how you actually ship.

SOLO DEV / FOUNDER

Glue Bundle.social into your daily workflow

  • Pull a digest of fresh activity into your morning Slack
  • Trigger a one-off backfill when something looks off
  • Pipe data into your own SQLite for ad-hoc queries
Effort: A weekend, one Node or Python script
AGENCY / CONSULTANT

Sell Bundle.social reporting at scale

  • White-label Bundle.social data into client-branded dashboards
  • Run scheduled multi-account reports without logging into the Bundle.social UI
  • Cross-reference with the rest of the client's stack (CRM, analytics, ad spend)
Effort: 1-2 weeks, hits multi-tenant auth quickly
IN-HOUSE ENGINEER

Production pipelines for Bundle.social

  • Real-time sync into your warehouse via webhooks
  • Custom alerts the dashboard's built-in alerting can't express
  • Backfill + idempotency handling for Bundle.social data older than the dashboard exposes
Effort: Multi-week project, expect rate-limit tuning

Quickstart template

# Starter template — endpoint paths and SDK package names come from
# the Bundle.social API docs: https://info.bundle.social

curl -X GET "https://info.bundle.social/<your-endpoint>" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Accept: application/json" | jq .

Template only. Endpoint paths, exact base URL, and auth header format come from info.bundle.social.

Limits and gotchas

  • OpenAPI is published — auto-generated clients work out of the box. Saves writing wrappers by hand.
  • Webhooks available — react to Bundle.social events in real time instead of polling.
  • Official SDKs: TypeScript. Use them to skip auth boilerplate and get type safety.
  • Rate limits: always read the docs page before scaling — the published limit is usually lower than the practical one and overages can be expensive.
8/10

Agent-readiness verdict

Strong developer surface: OpenAPI spec, TypeScript SDK, official CLI, webhooks, and straightforward API-key auth. For a flat $100/month, the API access is included without a separate tier. Score: 8/10.

Strong agent fit. bundle.social ships an official MCP server (bundlesocial-mcp, for Claude Desktop, Claude Code, Cursor and other MCP clients), a documented REST API generated from an OpenAPI spec, a TypeScript SDK, a CLI built for agents, and webhooks. So an agent can publish, schedule and pull analytics across 14+ social platforms over MCP or plain REST with little custom integration work. Unlimited users and accounts on every plan round it out.

Public API with docs

Bundle.social API FAQ

Does Bundle.social have a public API?+
Yes — REST API at info.bundle.social, auth via api_key.
What auth does the Bundle.social API use?+
api_key
Does Bundle.social have official SDKs?+
Yes — official SDKs for TypeScript.
Is there an OpenAPI / Swagger spec I can auto-generate clients from?+
Does Bundle.social support webhooks?+
Yes — webhooks are available on standard plans.
Should I use the API or the MCP server for Claude / Cursor / Codex?+
Prefer the MCP server for agent workflows — it's less code and pre-handles auth flows. Use the REST API for scheduled jobs, dashboards, and anything outside an LLM-driven flow.

Sources

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

Bundle.social

Try Bundle.social
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.