AI-generálás: a saját modelledet hozod
A Posty nem generál szöveget és képet. Ehelyett a saját asszisztensedet kötöd be MCP-n vagy az API-n, és az írja meg a bejegyzést.
We don't generate text or images
There's no "Generate with AI" button, no AI image generator, and no AI credits either. Posty is a scheduler and calendar.
Why we do it this way
Because you're probably already paying for the model you'd use. Your ChatGPT or Claude subscription, or your own API key, can produce better copy than anything we could build into a scheduler. The model also keeps improving without any work from us.
If we paid for a model too, that cost would be reflected in the price, even though you already have the same capability. Instead, we've made it easy to give your own assistant access to your calendar.
What to do instead
- 1Connect your assistant via MCPOur MCP server gives you access to the same channels and lets you schedule posts in the same calendar you use in Posty. See the MCP section for setup instructions for each client.
- 2Tell it what to writeThe assistant writes the copy, checks your calendar, finds a free slot, and adds the post as a draft or schedules it.
- 3Review it in PostyThe draft will appear in your calendar. Edit it if needed, then schedule it.
The command-line tool can do the same thing from the shell. A terminal agent can learn how to use it from the SKILL.md file included with the package. If you write your own code, the public API is the third option.
Images and videos
We don't generate images or videos, but we do provide editing tools. Starting with the Pro plan, the quick image tools, the full image studio, and the video templates all work with material you provide rather than generating it with a model. The Media library and editors page covers these.
If your assistant creates an image, you can upload it to the media library from a URL or file and use it from the library.
An example
This prompt is enough for an assistant connected via MCP to handle the entire process:
Write three posts about next week's product announcement,
check which of my channels are connected,
find the next three free slots,
and put them in as drafts.The agent uses the list_integrations, list_posts and create_post tools for this. The full list is on the MCP tools page, and more examples are on the MCP examples page.
- The agent cannot connect a channel because the platform requires a person to do it.
- The agent can only do what its key allows. If you only want it to create drafts, give it permission to do only that. See the Authentication page.