Skip to content

Limits

What happens when an OpenQuok Cloud workspace hits a plan cap — channels, posts, seats, storage, API, and how to unblock.

5 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Overview

On OpenQuok Cloud, plan limits are enforced. When a cap is reached, the action fails with a billing message instead of silently queueing work. Open Billing to compare usage with your tier, then upgrade or free capacity (delete a channel after its posts are gone, disable channels to swap which ones are active, delete media, wait for the monthly post window).

Exact numbers live on Pricing. This page describes behavior, not the price matrix.

What gets capped

AreaTypical blockWhat to do
WorkspacesCannot create another workspaceUpgrade, or delete a workspace you no longer need
Connected channelsCannot connect (or invite-to-connect) another social accountDelete channels you no longer need (after removing their posts), or upgrade. Counts every non-deleted channel, including disabled ones. Per workspace
Active channelsCannot re-enable a disabled channelDisable another active channel first (swap within your cap), or upgrade. Counts only non-disabled channels. After a downgrade, OpenQuok may auto-disable the most recently connected channels until you are within the new active limit
Posts per monthSchedule / publish rejectedWait for the billing month to roll, delete unused scheduled posts if your process allows, or upgrade
Team seatsInvite or accept member blockedRemove a member, or upgrade. Seat copy is “invites + you as owner”
Media storageUpload rejectedDelete files in the media library, or upgrade
Public APIAPI / CLI / MCP calls that require the public APISubscribe to a plan that includes it (all current paid Cloud tiers do)
Shareable post previewPublic preview links unavailableTeam and above on current Cloud plans

Community features and admin-only actions have separate gates; those errors name the missing capability.

Connected vs active channels

Each workspace has two related channel limits on Cloud:

  • Connected — every channel row that is not deleted, including disabled channels and channels still finishing setup. New connect and invite flows check this cap. Disable does not free a connected slot. Delete frees one after all posts for that channel are removed.
  • Active — only channels that are not disabled. Scheduling and re-enable check this cap. You can swap which channels are active by disabling one and enabling another without connecting a new account.

If a downgrade lowers your active limit below how many channels are currently enabled, OpenQuok auto-disables the most recently connected channels until the workspace fits the new limit. Those channels stay connected; they are just paused until you disable something else and re-enable them.

See Manage a channel for disable, delete, and enable behavior.

Example (cap = 3)

Say your plan allows 3 channels per workspace, and you have 5 connected3 active and 2 disabled (for example after a downgrade):

  • You cannot connect a sixth new account. Connected count is 5; cap is 3.
  • You can disable one active channel, then enable one of the disabled ones. Active count stays at 3 — a swap, not a new connection.
  • To connect a brand-new account, delete a channel you no longer need (after its posts are gone) to free a connected slot.
ConnectedActive
What it countsEvery non-deleted channelOnly non-disabled channels
DisableStill countsStops counting
Delete (no posts left)Frees a slotFrees a slot

How it feels in the app

  • Composer, Home, and channel pickers show an upgrade prompt instead of completing the action when you hit the connected cap.
  • Enable channel is unavailable (with a billing message) when you are at the active cap until you disable another channel or upgrade.
  • API and CLI return an error payload with the same meaning (for example public API not on the plan, or a quota exceeded).
  • Media uploads fail with a storage-limit message rather than a generic 500.

None of this changes provider rules (caption length, invalid tokens). Those are product issues — see Quickstart (confirm a failed card) — not plan caps.

Cloud vs self-host

Cloud (Stripe on)Self-host, Stripe unset
Guards run; FREE / unpaid workspaces cannot scheduleGuards skipped; no hosted paywall
Usage shown on BillingBilling explains that Stripe is not configured
Upgrade at /account/billingOperator may still set local quotas in their own fork; stock config does not bill

Operators who enable Stripe on their instance get the same guard behavior as Cloud.

Search documentation
Find a docs page
Discord Support