Skip to main content
Postsiva uses three public plans: Free, Starter, and Pro. Billing is per account owner; limits apply across workspaces owned by that user. Live catalog: billing settings in the app or GET /billing/plans (JWT).

Plan comparison

FreeStarterPro
Price (monthly)$0$10$29
Price (yearly)$0$100 (~17% off)$290 (~17% off)
Workspaces138
Connected accounts312Unlimited
Team members / workspace35Unlimited
Posts / month5150Unlimited
AI credits / month1003,00010,000
Scheduled posts / month0100Unlimited
Legacy Agency subscriptions map to Pro limits in the backend.

Feature flags

Boolean gates enforced on API routes. false returns a plan upgrade message.
Feature flagFreeStarterProDescription
publish_enabledPublish to connected networks
drafts_enabledSave drafts
scheduling_enabledSchedule future posts
extension_enabledChrome extension
inbox_enabledComments inbox
ai_composer_enabledAI content generation in app
personas_enabledPlatform personas
analytics_enabledUnified analytics
support_enabledPriority support
whatsapp_agent_enabledWhatsApp workspace agent
instagram_dm_enabledInstagram DM agent
facebook_dm_enabledFacebook Messenger agent
api_keys_enabledCreate workspace API keys
mcp_enabledUnified MCP server
gpt_app_enabledChatGPT GPT Actions
auto_replier_enabledAuto-reply rules
lead_detection_enabledLead detection
bulk_scheduling_enabledBulk schedule
ai_watcher_enabledAI Watcher monitoring

Developer integrations (Pro only)

IntegrationFlagRequirement
Workspace API keys (psk_live_)api_keys_enabledPro
Unified MCP (mcp.postsiva.com)mcp_enabledPro
GPT Actions (/unified/gpt-actions/*)gpt_app_enabledPro
Agent chat via API keyUses AI credits + workspace authPro key recommended
Starter and Free can use the web app AI composer (ai_composer_enabled) but cannot create API keys or connect MCP/GPT until upgraded to Pro.

AI credit weights

AI features deduct credits by operation type:
OperationCredits
rephrase_short1
generation_long (content generate, media-to-content)2
image_generate5
image_edit3
agent_turn (chat agent)2
tool_call1
comment_reply (AI-assisted)2
Multi-platform generation counts per successful platform (e.g. 3 platforms × 2 credits for content generate). When credits are exhausted, AI routes return a billing/credits message.

Taglines

PlanTagline
FreePublish now + AI composer · 2 team invites
StarterDrafts, schedule, inbox, extension & AI
ProWhatsApp, DM agents, GPT, MCP & automation

Upgrading

  1. Open Settings → Billing in the Postsiva app
  2. Choose Starter or Pro (monthly or yearly via Paddle)
  3. After upgrade, create API keys under Settings → API Keys
Blocked requests before upgrade:
{
  "detail": "This feature requires the Pro plan. Upgrade at postsiva.com/settings/billing"
}
(Exact message may vary.)

Which plan do I need?

Use caseMinimum plan
Manual posting from appFree
Scheduling + drafts + inboxStarter
REST API + API keysPro
Cursor / n8n MCPPro
ChatGPT Custom GPTPro
WhatsApp / DM agentsPro

Next

Authentication

API keys and plan gates

IDs & scopes

Key formats and scopes

Quickstart

First API call