---
title: "Posty dokumentáció | Posty dokumentáció"
description: "A Posty teljes dokumentációja magyarul: használati útmutató, nyilvános REST API, parancssori eszköz és MCP-szerver, egy helyen."
canonical: https://posty.hu/en/docs
source: https://posty.hu/en/docs.md
---

Kezdés

# Posty dokumentáció

A Posty teljes dokumentációja magyarul: használati útmutató, nyilvános REST API, parancssori eszköz és MCP-szerver, egy helyen.

## What is Posty

Posty is a Hungarian social media scheduler. You write the post in one editor, pick which channels it goes to, set a time, and we publish it at that minute. We currently support 13 platforms. We bill in forints, and the interface is in Hungarian.

You can use the same calendar in four ways: from the web interface, from your own code through the public REST API, from the terminal with the command-line tool, or from an AI agent through the MCP server. All four use the same permissions and limits, so what you can do in one, you can do in the others.

## User guide

If you're new to Posty, go through it in this order. The [Getting started](https://posty.hu/en/docs/getting-started) page takes you from registration to your first scheduled post.

[Getting started — Registration, the first channel, the first post. About fifteen minutes.](https://posty.hu/en/docs/getting-started)[Connecting channels — Which platforms we support, how you connect them, and what the channel statuses mean.](https://posty.hu/en/docs/channels)[Studio: the editor — Shared text, per-channel versions, threads, channel settings.](https://posty.hu/en/docs/studio)[Calendar and scheduling — Views, statuses, moving posts, repeating, time slots.](https://posty.hu/en/docs/calendar)[Media and editors — Uploads, alt text, the image editor, video templates.](https://posty.hu/en/docs/media)[Troubleshooting — Why a post didn't go out, and what to do about it.](https://posty.hu/en/docs/troubleshooting)

## Programmatic interfaces

This section is for developers and AI agents. All three interfaces are available on the [Pro plan](https://posty.hu/en/docs/plans) and above.

[Public REST API — From your own code. Endpoints, authentication, errors, limits, webhooks, OAuth.](https://posty.hu/en/docs/api)[Command-line tool — From the terminal and your scripts. npm install -g posty-cli.](https://posty.hu/en/docs/cli)[MCP server — From an AI agent. The same calendar, the same channels.](https://posty.hu/en/docs/mcp)[Webhooks — We notify your system when a post goes out or fails.](https://posty.hu/en/docs/automation/webhooks)

## Three steps to your first post

1. 1
   
   Sign up
   
   [Signing up](https://posty.hu/regisztracio) is free. You don't need to talk to a salesperson, and there is no waitlist. Every plan starts with a 7\-day free trial.
2. 2
   
   Connect your channels
   
   You grant access in the platform's own sign-in window. This step can't be done from the API, because the platform asks a person for consent.
3. 3
   
   Write and schedule your first post
   
   In Studio you write the text, select the channels, set a time, and add it to the calendar.

## Machine-readable

If you're writing an agent or a generator, don't parse HTML. Every public page has a Markdown version: put a `.md` suffix at the end of the path.

Product summary

[posty.hu/llms.txt](https://posty.hu/llms.txt)

OpenAPI 3 description

[posty.hu/openapi.json](https://posty.hu/openapi.json)

MCP manifest

[posty.hu/.well-known/mcp.json](https://posty.hu/.well-known/mcp.json)

Status and discovery

`GET https://api.posty.hu/public/v1/status`

This page in Markdown

[posty.hu/dokumentacio.md](https://posty.hu/dokumentacio.md)

`/status` is the only path that responds without a key. It gives you the API version, the server's exact time in UTC, and the absolute URL of every machine-readable document:

```
curl https://api.posty.hu/public/v1/status
```

Kód másolása

## If you get stuck

- Write to [norbert@posty.hu](mailto:norbert@posty.hu). On weekdays we usually reply within a day.
- Or use the form on the [Help](https://posty.hu/en/help) page. You don't need to be logged in, which matters when you're writing because you can't log in.
- The [Troubleshooting](https://posty.hu/en/docs/troubleshooting) page covers the most common cases. You can solve most problems yourself.

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.
