Skip to content
Content Rabbit

Overview

This glossary defines the terms used in the Content Rabbit app, the public API, and the MCP server. Content Rabbit has one tenant entity — the team. "Workspace", "social set", and "profile" are older names for that same entity across different surfaces; the table notes each alias.

Product Terms

TermDefinition
TeamThe core tenant in Content Rabbit: one brand or project space that owns the connected accounts, posts, tags, media, scheduling, and members. Everything you create belongs to a team, and your API key is scoped to one team.
WorkspaceA legacy name for a team. The app URL and some public-API fields still say "workspace", but it maps one-to-one to a team — there is no separate workspace entity.
Social SetThe public-API and Zapier name for a team. It bundles the team's connected accounts, timezone, and scheduling defaults.
ProfileThe public-API and MCP name for a team. The /api/public/v1/profiles endpoint lists the teams your API key can access.
AccountA social media account connected to Content Rabbit, such as an Instagram business account. The public API calls these accounts; pricing pages call them channels.
PlatformA social network that Content Rabbit supports. Examples: Instagram, Facebook, LinkedIn, TikTok, X (Twitter), Threads, Pinterest, Bluesky, Mastodon, Dev.to, WordPress, and Google Business.
PostA piece of content you create for one or more platforms, with text, media, and per-platform settings. A post has a status, such as draft, scheduled, or published.
DraftA post that you have not scheduled or published yet. Every new post starts as a draft.
Scheduled postA post with a set publish date and time. Content Rabbit publishes it automatically at that time.
Queue / time-slotA set of recurring weekly posting times (day, time, and timezone) that you define per workspace. You can assign drafts to open slots, and each slot becomes a concrete scheduled time.
PublishTo send a post to its selected platforms. You can publish immediately with "Publish now", or let a scheduled post publish at its set time.
First commentA comment that Content Rabbit posts right after your main post publishes. Currently supported for LinkedIn.
CarouselA single post with multiple images or slides. Instagram carousels support 2 to 10 items, and the AI Carousel Generator can design the slides for you.
TagA label with a name and a color that you attach to posts and media. Tags are scoped to one workspace and help you filter content.

Developer Terms

TermDefinition
API keyA secret token that authenticates requests to the public REST API and the MCP server. The key is shown once at creation; the server stores only a hash.
WebhookAn HTTP subscription that notifies your URL when workspace events occur, such as post.published or post.failed. Deliveries are signed and retried.
MCP (Model Context Protocol)A protocol that lets AI assistants operate Content Rabbit through tool calls, such as create_post and schedule_post. The MCP server runs at /api/v1/mcp and uses your API key.
Rate limitA cap on how many requests you can make in a time period. Limits apply per workspace by plan tier, per platform when publishing, and per API key. Back off and retry when throttled.
Was this helpful?