---
title: "AI-generálás: a saját modelledet hozod | Posty dokumentáció"
description: "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."
canonical: https://posty.hu/en/docs/studio/ai
source: https://posty.hu/en/docs/studio/ai.md
---

Bejegyzés készítése

# 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

1. 1
   
   Connect your assistant via MCP
   
   Our 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](https://posty.hu/en/docs/mcp) for setup instructions for each client.
2. 2
   
   Tell it what to write
   
   The assistant writes the copy, checks your calendar, finds a free slot, and adds the post as a draft or schedules it.
3. 3
   
   Review it in Posty
   
   The draft will appear in your calendar. Edit it if needed, then schedule it.

If you don't have a client that supports MCP

The [command-line tool](https://posty.hu/en/docs/cli) 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](https://posty.hu/en/docs/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](https://posty.hu/en/docs/media) 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.
```

Kód másolása

The agent uses the `list_integrations`, `list_posts` and `create_post` tools for this. The full list is on the [MCP tools](https://posty.hu/en/docs/mcp/tools) page, and more examples are on the [MCP examples](https://posty.hu/en/docs/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](https://posty.hu/en/docs/api/authentication) page.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
