Resources
FAQ
Quick answers. Still stuck? Email support.
Do I need my own platform API keys?
No. PostLake manages the platform connections for you on every plan, X included. There's no developer-app setup or per-platform review to run yourself.
How am I charged?
Usage-based credits: 1 credit per post per platform; X costs 6 (75 with a link). You're only charged for targets that actually publish. Failed sends are free.
What can the free plan post to?
Every network except X, which needs a paid plan or a purchased credit pack. The free tier gives 20 credits a month with no card.
What does one normalised response mean?
Every post returns the same shape, one id plus a per-target result, so your code never branches per platform.
Can an agent use PostLake safely?
Yes. Idempotency keys make retries safe (no double-posting), and agents connect over OAuth via MCP so you do not paste an existing API key into the client.
How do I schedule a post in local time?
Pass timezone (IANA, e.g. Europe/London) with a naive scheduledAt such as 2026-08-13T07:00:00. UTC with a trailing Z still works. A naive datetime without timezone is a 400. Invalid media is refused when you schedule, not at fire time.