Why FoPost?
What is different, stated as things you can check.
Thirty networks, for every account
Not six, and not "more on the higher tier". There are no tiers: every account reaches every network, including the writing platforms most tools ignore: Medium, DEV.to, Hashnode, Substack, WordPress.
Native per network, not one post copied
One draft becomes a version shaped for each network, with a live preview of each and overrides on the same screen. The alternative, which most tools ship, is posting the same 280 characters to LinkedIn and hoping.
A real API, not an enterprise upsell
The REST API is the same one the dashboard runs on, included with every account: requests are free within the rate limit. Official TypeScript and Python clients, an MCP server so an AI assistant can drive it, and webhooks for every publishing event.
Scoped API keys, and a key can be bound to a single workspace so it physically cannot reach another.
Workspace isolation that is actually enforced
Every request is checked against the workspace it names. A workspace you do not belong to is refused, from the dashboard, an API key, or the agent alike. There is no privileged path that sees everything.
For an agency, that is the difference between a careful process and a guarantee.
AI with a person in the loop
The agent drafts campaigns from your real material, in your brand voice, native per network. Nothing it produces publishes without an approval, which is a rule rather than a setting.
You pick a quality tier, never a model.
Open source where it counts
The TypeScript SDK, the Python SDK, the MCP server, and the browser extension are all MIT and on GitHub.
Honest about the networks that cannot be automated
Some networks have no write API. Tools that claim to post to them anyway are driving a headless browser against the network's terms, and the account that pays for that is yours.
FoPost stages the post and a browser extension publishes it from your own session, in one click. Slower, and it does not get anyone banned.
What we do not claim
- Not free at scale. The first two connected accounts are free; beyond that you pay per account
- No self-hosting. The Cloud runs on our servers
- Analytics is publishing analytics. It reports on your accounts and posts. It is not a listening or ad platform
Compare directly
Related documentation
- FoPost Documentation
FoPost is a social media management platform for creators, teams, and developers.
- What is FoPost?
What FoPost does, who it is for, and how the pieces relate.
- How It Works
What happens between hitting publish and the post appearing.
- Quick Start
The fastest path, whichever way you are using FoPost.
- Supported Platforms
Every network FoPost publishes to, what each supports, and how each one is delivered.
- API Overview
Base URL, envelopes, pagination, and errors for the FoPost REST API.
- Rate Limits
Request limits per API key, what a 429 looks like, and how publishing to platforms is paced.
- TypeScript SDK
The official TypeScript and Node.js client for the FoPost API.