Plans
Sosyabot offers four plans — Free, Pro, Business, and Enterprise — each unlocking more accounts, posts, and AI credits.
Why it matters
The plan you pick decides how much you can do each month: how many social accounts you connect, how many posts you publish, and how many AI credits you get for writing and creating content.
Step by step
Open the Plans page
Click your account menu, then click Plans to see all four tiers side by side.
Compare what each includes
Read down each column to see the monthly AI credits, number of social accounts, and posts allowed.
Pick the plan that fits you
When one looks right, click Upgrade on that plan to start. A free plan is always available if you just want to try things out.
TIP
Not sure where to start? The Free plan lets you explore Sosyabot at no cost, and you can upgrade any time.
Good to know
- The Free plan gives you 50 AI credits per month, 2 social accounts, and a limited number of posts to try things out.
- The Pro plan gives you 1,000 AI credits per month, up to 10 social accounts, and unlimited posts.
- The Business plan gives you 10,000 AI credits per month, up to 50 social accounts, and unlimited posts.
- The Enterprise plan gives you 50,000 AI credits per month, unlimited social accounts, and unlimited posts.
Related
For developers
The public list comes from GET /api/v1/plans, which returns every plan with is_public: true (rate-limited, 5-minute cache). Defaults are seeded by backend/src/scripts/seed-default-plans.ts (Free, Pro, Business, Enterprise).
Each plan carries a limits object that gates feature usage:
{
social_accounts: number,
posts_per_month: number, // -1 = unlimited
ai_credits: number,
team_members: number,
storage_mb: number,
scheduled_posts_max: number,
marketplace_sales: number,
}Plus a features array of the human-readable bullets shown on the pricing page. Admins customize these from Plans Admin.