# Dropslate Docs > Dropslate schedules and publishes posts to YouTube, Instagram, Facebook and Threads (a TikTok connector is in progress) from one dashboard, a REST API or an MCP-connected AI agent. Local files. Scheduled precisely. A post has four states only: draft, queued, live, failed. Creating a post needs `confirm: true`; `POST /posts/plan` and `dropslate_plan_post` have no side effects. Account ids come from `GET /accounts` or `dropslate_list_accounts`, never guessed. Every error is `{code, message, hint}`. ## Documentation sets - [For agents first](https://docs.dropslate.top/llms-agents.txt): the MCP section and Agent resources - connect, tools, safety rules, what needs confirmation, the ready skill. - [Complete documentation](https://docs.dropslate.top/llms-full.txt): every English page in full, in sidebar order. - [Abridged documentation](https://docs.dropslate.top/llms-small.txt): the same with code blocks, tables and notes trimmed. - [SKILL.md](https://docs.dropslate.top/skill.md): a ready skill file for Claude, Codex or any agent framework. - [OpenAPI 3.1](https://api.dropslate.top/v1/openapi.json): the REST contract, field by field; rendered at https://docs.dropslate.top/api-reference/openapi/. ## Documentation ### Start here - [Introduction](https://docs.dropslate.top/start/introduction/): What Dropslate is, who it is for, the three ways to use it (dashboard, REST API, MCP agent) and what it deliberately does not do. - [10-minute quick start](https://docs.dropslate.top/start/quickstart/): Create a workspace, connect your first account, upload a file and publish or schedule a post - the plan-then-confirm flow end to end. - [Choose your first network](https://docs.dropslate.top/start/choose-your-first-network/): What each network requires before it can be connected, how long connecting takes, and the caveats - Google Testing mode, Meta verification, TikTok's audit. - [Publish your first post](https://docs.dropslate.top/start/publish-your-first-post/): A safe test post from Compose - the checklist before you schedule, the plan-then-confirm step, and how to check the result on the network. - [Plan your first week](https://docs.dropslate.top/start/plan-your-first-week/): Upload the week's files, make a group for the accounts you post to together, schedule from the Calendar and let an MCP agent batch the rest. - [Media requirements](https://docs.dropslate.top/start/media-requirements/): Formats, sizes, durations, aspect ratios and text limits for YouTube, Instagram, Facebook, Threads and TikTok - from the rules the composer checks. - [Plans & limits](https://docs.dropslate.top/start/plans-and-pricing/): Four plans, one metric set - accounts, posts per month and storage. ### Connect accounts - [How connecting works](https://docs.dropslate.top/platforms/): OAuth in four sentences, the three token states (ok, expired, revoked), the account limit per plan, and exactly what Dropslate asks each network for and why. - [YouTube](https://docs.dropslate.top/platforms/youtube/): Connect a channel, publish videos and Shorts with title, tags, visibility and thumbnail, the limits YouTube enforces, and the errors it returns. - [Instagram](https://docs.dropslate.top/platforms/instagram/): Connect a Business or Creator account through a Facebook Page, publish Reels, posts, carousels and Stories, the limits Instagram enforces, and its errors. - [Facebook](https://docs.dropslate.top/platforms/facebook/): Connect a Facebook Page, publish text, photos, videos, Reels and Stories through the Graph API, the limits Facebook enforces, and its errors. - [Threads](https://docs.dropslate.top/platforms/threads/): Connect a Threads profile, publish text, photos, videos and carousels with a topic tag or a link attachment, the limits Threads enforces, and its errors. - [TikTok](https://docs.dropslate.top/platforms/tiktok/): The TikTok connector in progress - what it will publish through Direct Post, why posts stay private until the audit, and the limits already in the rules. - [X, LinkedIn, Pinterest (roadmap)](https://docs.dropslate.top/platforms/roadmap/): Networks with a reserved slot but no connector yet - what adding one involves, the provisional limits already in the product, and how to vote for the next one. ### Dashboard - [Dashboard](https://docs.dropslate.top/dashboard/overview/): The home screen - what goes out today and in the next 7 days, what needs attention, recent live posts, accounts, KPI tiles and the plan card. - [Calendar](https://docs.dropslate.top/dashboard/calendar/): Month and week views of every post, filters by network, account and status, drag to reschedule, and the post drawer. - [Queue](https://docs.dropslate.top/dashboard/queue/): Every post as a filterable list with counts per status, search, and single or bulk Retry, Cancel and Delete. - [Compose](https://docs.dropslate.top/dashboard/compose/): The composer - media card with per-network verdicts, base text, a tab per network with Same as base toggles, targets, when, and the plan you confirm. - [Media library](https://docs.dropslate.top/dashboard/media-library/): Upload by drag-and-drop, URL or from your computer through the API and MCP, folders and tags, processing and ready states, the 72-hour rule after publishing. - [Accounts & groups](https://docs.dropslate.top/dashboard/accounts-and-groups/): The Accounts page - networks to connect, your channels with their token state, Reconnect and Disconnect, and the Groups section for cross-posting. - [Analytics](https://docs.dropslate.top/dashboard/analytics/): Views, engagements, followers and top posts for what went live through Dropslate - period and filters, the two charts, and why the numbers lag the networks. - [Settings](https://docs.dropslate.top/dashboard/settings/): Profile (language, time zone, theme, password, data export, account deletion), Workspace (name, time zone, members), Billing, API keys, MCP and Security. ### Publishing - [Statuses](https://docs.dropslate.top/publishing/statuses/): Four states, no others - draft, queued, live, failed. - [Retry & cancel](https://docs.dropslate.top/publishing/retry-and-cancel/): Send a failed post again, or take a queued post off the queue - confirmation is an MCP-only gate here, not a REST one. - [Time zones](https://docs.dropslate.top/publishing/time-zones/): Every workspace has one timezone; every time shown or accepted is read in it. - [Groups](https://docs.dropslate.top/publishing/groups-and-cross-posting/): A named set of accounts a post can target instead of listing them one by one. - [Publishing limits](https://docs.dropslate.top/publishing/limits/): Three layers of limits on how many posts go out - the plan's monthly quota, Dropslate's own rate limits, and each network's daily caps - with sources and dates. - [Uploading](https://docs.dropslate.top/publishing/media-library/uploading/): Two ways to add a file to the library - direct upload or import from a public URL. - [Folders & tags](https://docs.dropslate.top/publishing/media-library/folders-and-tags/): Organize the library into folders, and filter across it with tags. - [Retention](https://docs.dropslate.top/publishing/media-library/retention/): A published file leaves the server 72 hours after its post goes live, on every plan, unless pinned. Its record stays. - [Limits](https://docs.dropslate.top/publishing/media-library/limits/): Storage and per-file size by plan, and the 72-hour rule for published files. ### MCP - [Overview](https://docs.dropslate.top/mcp/overview/): Two MCP servers, one set of tools - the same REST contract an AI agent can drive directly. - [Connect an AI agent](https://docs.dropslate.top/mcp/connect/): One server, four clients - Claude.ai, Claude Code, ChatGPT and Cursor. Sign in over OAuth, or use an API key over stdio. - [Tools reference](https://docs.dropslate.top/mcp/tools-reference/): All 22 tools, what each does, and which ones need confirm: true. - [Use cases](https://docs.dropslate.top/mcp/use-cases/): What people actually connect an agent to Dropslate for. - [Safety rules](https://docs.dropslate.top/mcp/safety-rules/): The confirmation invariant every tool description carries, and what no tool can ever do. - [FAQ](https://docs.dropslate.top/mcp/faq/): Answers to the errors and questions that come up connecting or using MCP. ### Automation - [Automation overview](https://docs.dropslate.top/automation/overview/): When to use the dashboard, the REST API, an MCP agent, or n8n, Make and Zapier - and the one sequence they all share, upload → plan → create → poll. - [n8n](https://docs.dropslate.top/automation/n8n/): Call the REST API from an HTTP Request node - no dedicated Dropslate node needed. - [Make](https://docs.dropslate.top/automation/make/): Call the REST API from an HTTP module - no dedicated Dropslate app needed. - [Zapier](https://docs.dropslate.top/automation/zapier/): Call the REST API from Zapier's built-in Webhooks action - no dedicated Dropslate app needed. - [Claude Cowork (files from your computer)](https://docs.dropslate.top/automation/claude-cowork/): How a local-file-aware Claude client turns a file on disk into a published post. - [Weekly multi-platform queue](https://docs.dropslate.top/automation/recipes/weekly-multi-platform-queue/): A folder of finished files becomes a week of posts to every connected network - one script, upload → plan → create for each file and slot. - [Cross-post one file](https://docs.dropslate.top/automation/recipes/cross-post-one-file/): One video to YouTube, Instagram, Facebook and Threads in a single request, with a caption per network and the per-network fields each one needs. - [Long video → Shorts queue](https://docs.dropslate.top/automation/recipes/long-video-to-shorts-queue/): The clips cut from a long video, uploaded in one go and scheduled one a day to YouTube Shorts, Instagram Reels and Facebook Reels, the long video first. - [Content table queue](https://docs.dropslate.top/automation/recipes/content-table-queue/): A CSV or a Google Sheet drives the queue - one row per post with file URL, text, accounts and time - through n8n's HTTP Request nodes or a short script. - [AI assistant with approval](https://docs.dropslate.top/automation/recipes/ai-assistant-with-approval/): An agent over MCP drafts the week, shows every plan table and creates posts only after a person says yes - the confirm gate is enforced by the server. ### Account & billing - [Subscription](https://docs.dropslate.top/account/subscription/): Upgrade, downgrade, invoices and cancellation - one page for everything that happens in Settings → Billing. - [Members & roles](https://docs.dropslate.top/account/members-and-roles/): Owner, admin or member - checked on the server, on every route, not only in the UI. - [API keys](https://docs.dropslate.top/account/api-keys/): Create, scope and revoke keys - management itself needs a signed-in session, never another key. - [Security](https://docs.dropslate.top/account/security-and-privacy/): The short version for this docs site - the full statement lives on dropslate.top/security. - [Data deletion](https://docs.dropslate.top/account/data-deletion/): Remove your data yourself, any time, without writing to anyone. ### Troubleshooting - [Common errors](https://docs.dropslate.top/troubleshooting/common-errors/): The error codes you meet most often - what each means, where you see it (composer, post drawer, API, MCP) and what to do. - [Why did my post fail?](https://docs.dropslate.top/troubleshooting/why-did-my-post-fail/): How to read a failed post - the timeline, the network's response verbatim, the three classes of cause, and when Retry helps and when the post has to change. - [Connection problems](https://docs.dropslate.top/troubleshooting/connection-problems/): No accounts listed after connecting, expired and revoked tokens, Google's unverified-app screen, Meta permissions, and the plan's account limit - by network. ### Reference - [Glossary](https://docs.dropslate.top/reference/glossary/): Every term the dashboard, the API and the MCP tools use - workspace, account, group, post and its four states, media, plan, usage - and the networks' own words. - [Changelog](https://docs.dropslate.top/reference/changelog/): What actually shipped, in the order it shipped. ### Agent resources - [What is Dropslate](https://docs.dropslate.top/agents/what-is-dropslate/): A compact, AI-readable description of Dropslate - what it does, the networks, plans and prices, URLs, what needs confirmation, where the key lives. - [skill.md](https://docs.dropslate.top/agents/skill-md/): A ready SKILL.md for Claude, Codex or any agent framework - when to use Dropslate, the tools in order, the invariants, the reporting format. - [llms.txt](https://docs.dropslate.top/agents/llms-txt/): What /llms.txt, /llms-full.txt, /llms-small.txt and /llms-agents.txt contain, how they are generated from these pages, and how an agent should read them. - [FAQ for agents](https://docs.dropslate.top/agents/faq/): The questions AI agents ask most about Dropslate - confirmation, account ids, files from a computer, the Free plan, how to report a result. ### API reference - [Quickstart](https://docs.dropslate.top/api-reference/quickstart/): Your first request in five minutes - a key, GET /whoami, GET /accounts, POST /posts/plan, POST /posts with confirm - and what each answer looks like. - [Introduction](https://docs.dropslate.top/api-reference/introduction/): One key, upload then post, and where the full field-by-field reference lives. - [Working example](https://docs.dropslate.top/api-reference/working-example/): The full flow end to end - upload, poll the file to ready, plan, create with confirm, poll the post to live or failed - in curl, Node and Python. - [Authentication](https://docs.dropslate.top/api-reference/authentication/): Bearer key, two scopes, and why a key and a session together is an error. - [Rate limits](https://docs.dropslate.top/api-reference/rate-limits/): 600 requests per 10 minutes per client address, plus a stricter cap on creating posts. - [Errors](https://docs.dropslate.top/api-reference/errors/): Every error is {code, message, hint} - check code, not the HTTP status alone. - [Webhooks (v1.1)](https://docs.dropslate.top/api-reference/webhooks/): Not part of the current API version - here's what's planned and how to poll in the meantime. ## Українською ### Початок - [Вступ](https://docs.dropslate.top/uk/start/introduction/): Що таке Dropslate, для кого він, три способи працювати (дашборд, REST API, MCP-агент) і чого він свідомо не робить. - [10 хвилин до першого поста](https://docs.dropslate.top/uk/start/quickstart/): Створіть workspace, підключіть перший акаунт, завантажте файл і опублікуйте або заплануйте пост — шлях «план, потім підтвердження» від початку до кінця. - [Яку мережу підключити першою](https://docs.dropslate.top/uk/start/choose-your-first-network/): Що вимагає кожна мережа до підключення, скільки триває підключення і застереження — тестовий режим Google, верифікація Meta, аудит TikTok. - [Опублікувати перший пост](https://docs.dropslate.top/uk/start/publish-your-first-post/): Безпечний тестовий пост із редактора — чеклист перед плануванням, крок «план, потім підтвердження» і як перевірити результат у мережі. - [Спланувати перший тиждень](https://docs.dropslate.top/uk/start/plan-your-first-week/): Завантажте файли на тиждень, створіть групу для акаунтів, куди публікуєте разом, плануйте з Календаря, а решту доручіть MCP-агенту. - [Вимоги до медіа](https://docs.dropslate.top/uk/start/media-requirements/): Формати, розміри, тривалість, співвідношення сторін і ліміти тексту для YouTube, Instagram, Facebook, Threads і TikTok — з правил, які перевіряє редактор. - [Тарифи й ліміти](https://docs.dropslate.top/uk/start/plans-and-pricing/): Чотири тарифи з одним набором показників — акаунти, пости на місяць і сховище — у доларах і гривнях, і як рахуються пости. ### Підключення акаунтів - [Як працює підключення](https://docs.dropslate.top/uk/platforms/): OAuth у чотирьох реченнях, три стани токена (ok, expired, revoked), ліміт акаунтів за тарифом і що саме Dropslate запитує в кожної мережі та навіщо. - [YouTube](https://docs.dropslate.top/uk/platforms/youtube/): Підключіть канал, публікуйте відео та Shorts з назвою, тегами, видимістю й обкладинкою; ліміти, які застосовує YouTube, і помилки, які він повертає. - [Instagram](https://docs.dropslate.top/uk/platforms/instagram/): Підключіть бізнес-акаунт або акаунт автора через сторінку Facebook, публікуйте Reels, пости, каруселі й Stories; ліміти й помилки Instagram. - [Facebook](https://docs.dropslate.top/uk/platforms/facebook/): Підключіть сторінку Facebook, публікуйте текст, фото, відео, Reels і Stories через Graph API; ліміти, які застосовує Facebook, і його помилки. - [Threads](https://docs.dropslate.top/uk/platforms/threads/): Підключіть профіль Threads, публікуйте текст, фото, відео й каруселі з темою або вкладеним посиланням; ліміти, які застосовує Threads, і його помилки. - [TikTok](https://docs.dropslate.top/uk/platforms/tiktok/): Коннектор TikTok у роботі — що він публікуватиме через Direct Post, чому пости будуть приватними до аудиту TikTok, і ліміти, які вже є в правилах продукту. - [X, LinkedIn, Pinterest (у планах)](https://docs.dropslate.top/uk/platforms/roadmap/): Мережі із зарезервованим місцем, але без коннектора — що означає додати його, попередні ліміти, які вже є в продукті, і як проголосувати за наступну. ### Дашборд - [Огляд](https://docs.dropslate.top/uk/dashboard/overview/): Головний екран — що виходить сьогодні й у наступні 7 днів, що потребує уваги, останні опубліковані пости, акаунти, плитки KPI і картка тарифу. - [Календар](https://docs.dropslate.top/uk/dashboard/calendar/): Вигляди місяця й тижня для всіх постів, фільтри за мережею, акаунтом і статусом, перенесення перетягуванням і панель поста. - [Черга](https://docs.dropslate.top/uk/dashboard/queue/): Кожен пост у вигляді списку з фільтрами й лічильниками за статусом, пошуком і одиничними чи масовими діями Повторити, Скасувати й Видалити. - [Редактор поста](https://docs.dropslate.top/uk/dashboard/compose/): Редактор — картка медіа з вердиктами по мережах, базовий текст, вкладка на кожну мережу з перемикачами «Як у базовому», цілі, час і план, який ви підтверджуєте. - [Медіатека](https://docs.dropslate.top/uk/dashboard/media-library/): Завантаження перетягуванням, за URL або з вашого компʼютера через API і MCP, папки й теги, стани обробки й готовності, правило 72 годин після публікації. - [Акаунти й групи](https://docs.dropslate.top/uk/dashboard/accounts-and-groups/): Сторінка Акаунти — мережі для підключення, ваші канали зі станом токена, Перепідключити й Відключити, і розділ Групи для кроспостингу. - [Аналітика](https://docs.dropslate.top/uk/dashboard/analytics/): Перегляди, взаємодії, підписники й найкращі пости для того, що вийшло через Dropslate — період і фільтри, два графіки, і чому числа відстають від мереж. - [Налаштування](https://docs.dropslate.top/uk/dashboard/settings/): Профіль (мова, часовий пояс, тема, пароль, експорт даних, видалення акаунта), Робочий простір (назва, часовий пояс, учасники), Оплата, Ключі API, MCP і Безпека. ### Публікація - [Стани поста](https://docs.dropslate.top/uk/publishing/statuses/): Чотири стани й жодного іншого — draft, queued, live, failed — що означає кожен і як між ними переходить пост. - [Повтор і скасування](https://docs.dropslate.top/uk/publishing/retry-and-cancel/): Надіслати невдалий пост знову або зняти пост із черги — тут підтвердження вимагає лише MCP, а не REST. - [Часові пояси](https://docs.dropslate.top/uk/publishing/time-zones/): У кожного workspace один часовий пояс; кожен час, який показується чи приймається, читається в ньому. - [Групи](https://docs.dropslate.top/uk/publishing/groups-and-cross-posting/): Названий набір акаунтів, на який пост може націлитись замість переліку акаунтів по одному. - [Ліміти публікації](https://docs.dropslate.top/uk/publishing/limits/): Три рівні лімітів на кількість постів — місячна квота тарифу, власні обмеження частоти Dropslate і денні межі кожної мережі — з джерелами й датами. - [Завантаження](https://docs.dropslate.top/uk/publishing/media-library/uploading/): Два способи додати файл у медіатеку — пряме завантаження або імпорт із публічного URL. - [Папки й теги](https://docs.dropslate.top/uk/publishing/media-library/folders-and-tags/): Упорядкуйте медіатеку в папки й фільтруйте її тегами. - [Зберігання після публікації](https://docs.dropslate.top/uk/publishing/media-library/retention/): Опублікований файл зникає з сервера через 72 години після того, як пост із ним вийшов, на всіх тарифах, якщо не закріплений. Його запис лишається. - [Ліміти](https://docs.dropslate.top/uk/publishing/media-library/limits/): Сховище й розмір файлу за тарифом і правило 72 годин для опублікованих файлів. ### MCP - [Огляд](https://docs.dropslate.top/uk/mcp/overview/): Два MCP-сервери, один набір інструментів — той самий REST-контракт, яким AI-агент може керувати напряму. - [Підключити AI-агента](https://docs.dropslate.top/uk/mcp/connect/): Один сервер, чотири клієнти — Claude.ai, Claude Code, ChatGPT і Cursor. Вхід через OAuth або ключ API через stdio. - [Довідник інструментів](https://docs.dropslate.top/uk/mcp/tools-reference/): Усі 22 інструменти, що робить кожен і яким потрібен confirm: true. - [Сценарії](https://docs.dropslate.top/uk/mcp/use-cases/): Для чого люди насправді підключають агента до Dropslate. - [Правила безпеки](https://docs.dropslate.top/uk/mcp/safety-rules/): Інваріант підтвердження, який несе опис кожного інструмента, і чого жоден інструмент не може зробити ніколи. - [FAQ](https://docs.dropslate.top/uk/mcp/faq/): Відповіді на помилки й питання, що виникають під час підключення або використання MCP. ### Автоматизація - [Огляд автоматизації](https://docs.dropslate.top/uk/automation/overview/): Коли використовувати дашборд, REST API, MCP-агента або n8n, Make і Zapier — і спільна для всіх послідовність: завантаження → план → створення → опитування. - [n8n](https://docs.dropslate.top/uk/automation/n8n/): Викликайте REST API з вузла HTTP Request — окремий вузол Dropslate не потрібен. - [Make](https://docs.dropslate.top/uk/automation/make/): Викликайте REST API з модуля HTTP — окремий застосунок Dropslate не потрібен. - [Zapier](https://docs.dropslate.top/uk/automation/zapier/): Викликайте REST API з вбудованої дії Webhooks у Zapier — окремий застосунок Dropslate не потрібен. - [Claude Cowork (файли з вашого компʼютера)](https://docs.dropslate.top/uk/automation/claude-cowork/): Як клієнт Claude із доступом до локальних файлів перетворює файл на диску на опублікований пост. - [Тижнева черга на кілька мереж](https://docs.dropslate.top/uk/automation/recipes/weekly-multi-platform-queue/): Папка готових файлів стає тижнем постів у кожну підключену мережу — один скрипт, завантаження → план → створення для кожного файлу й слота. - [Кроспостинг одного файлу](https://docs.dropslate.top/uk/automation/recipes/cross-post-one-file/): Одне відео в YouTube, Instagram, Facebook і Threads одним запитом, із підписом на кожну мережу й полями, які потрібні кожній. - [Довге відео → черга Shorts](https://docs.dropslate.top/uk/automation/recipes/long-video-to-shorts-queue/): Кліпи з довгого відео, завантажені за один прохід і заплановані по одному на день у YouTube Shorts, Instagram Reels і Facebook Reels, довге відео спершу. - [Черга з таблиці контенту](https://docs.dropslate.top/uk/automation/recipes/content-table-queue/): CSV або Google Sheet керує чергою — по рядку на пост із URL файлу, текстом, акаунтами й часом — через вузли HTTP Request у n8n або короткий скрипт. - [AI-асистент зі схваленням](https://docs.dropslate.top/uk/automation/recipes/ai-assistant-with-approval/): Агент через MCP готує тиждень, показує кожну таблицю плану й створює пости лише після «так» від людини — ворота confirm тримає сервер, а не промпт. ### Акаунт і оплата - [Підписка](https://docs.dropslate.top/uk/account/subscription/): Підвищення, зниження тарифу, рахунки й скасування — одна сторінка про все, що відбувається в Налаштування → Оплата. - [Учасники й ролі](https://docs.dropslate.top/uk/account/members-and-roles/): Власник, адміністратор або учасник — перевіряється на сервері, на кожному маршруті, а не лише в UI. - [Ключі API](https://docs.dropslate.top/uk/account/api-keys/): Створюйте, обмежуйте scope і відкликайте ключі — саме керування потребує сесії з входом, ніколи іншого ключа. - [Безпека](https://docs.dropslate.top/uk/account/security-and-privacy/): Коротка версія для цього сайту документації — повна заява живе на dropslate.top/security. - [Видалення даних](https://docs.dropslate.top/uk/account/data-deletion/): Видаліть свої дані самі, будь-коли, нікому не пишучи. ### Усунення проблем - [Типові помилки](https://docs.dropslate.top/uk/troubleshooting/common-errors/): Коди помилок, які трапляються найчастіше — що означає кожен, де ви його бачите (редактор, панель поста, API, MCP) і що робити. - [Чому мій пост не вийшов?](https://docs.dropslate.top/uk/troubleshooting/why-did-my-post-fail/): Як читати невдалий пост — хронологія, відповідь мережі дослівно, три класи причин, і коли Повторити допомагає, а коли пост треба змінити. - [Проблеми з підключенням](https://docs.dropslate.top/uk/troubleshooting/connection-problems/): Після підключення нічого не показано, токени, що спливли чи відкликані, екран Google про неперевірений застосунок, дозволи Meta і ліміт акаунтів — по мережах. ### Довідник - [Глосарій](https://docs.dropslate.top/uk/reference/glossary/): Кожен термін дашборда, API і інструментів MCP — workspace, акаунт, група, пост і його чотири стани, медіа, план, використання — і власні слова мереж. - [Журнал змін](https://docs.dropslate.top/uk/reference/changelog/): Що насправді вийшло, у порядку виходу. ### Для AI-агентів - [Що таке Dropslate](https://docs.dropslate.top/uk/agents/what-is-dropslate/): Компактний, читабельний для AI опис Dropslate — що він робить, мережі, тарифи й ціни, URL, що потребує підтвердження, де живе ключ і де документація. - [skill.md](https://docs.dropslate.top/uk/agents/skill-md/): Готовий SKILL.md для Claude, Codex чи будь-якого фреймворку агентів — коли використовувати Dropslate, інструменти по порядку, інваріанти, формат звіту. - [llms.txt](https://docs.dropslate.top/uk/agents/llms-txt/): Що містять /llms.txt, /llms-full.txt, /llms-small.txt і /llms-agents.txt, як вони генеруються з цих сторінок і як агенту їх читати. - [FAQ для агентів](https://docs.dropslate.top/uk/agents/faq/): Питання, які AI-агенти ставлять про Dropslate найчастіше — підтвердження, id акаунтів, файли з компʼютера, Free-тариф, як повідомляти результат. ### Довідник API - [Швидкий старт](https://docs.dropslate.top/uk/api-reference/quickstart/): Перший запит за пʼять хвилин — ключ, GET /whoami, GET /accounts, POST /posts/plan, POST /posts із confirm — і як виглядає кожна відповідь. - [Вступ](https://docs.dropslate.top/uk/api-reference/introduction/): Один ключ, завантаження, потім пост, і де живе повний довідник поле за полем. - [Робочий приклад](https://docs.dropslate.top/uk/api-reference/working-example/): Повний потік від початку до кінця — завантаження, файл до ready, план, створення з confirm, пост до live або failed — у curl, Node і Python. - [Автентифікація](https://docs.dropslate.top/uk/api-reference/authentication/): Bearer-ключ, два scope і чому ключ разом із сесією — помилка. - [Обмеження частоти](https://docs.dropslate.top/uk/api-reference/rate-limits/): 600 запитів за 10 хвилин на адресу клієнта, плюс суворіша межа на створення постів. - [Помилки](https://docs.dropslate.top/uk/api-reference/errors/): Кожна помилка — {code, message, hint} — перевіряйте code, а не лише HTTP-статус. - [Вебхуки (v1.1)](https://docs.dropslate.top/uk/api-reference/webhooks/): Не частина поточної версії API — що заплановано і як опитувати тим часом. ## Optional - [Product site index](https://dropslate.top/llms.txt): features, pricing (/pricing.md), legal. - [Changelog](https://docs.dropslate.top/reference/changelog/): what shipped, in order.