AI agent
Creates content and metadata, selects the action sequence, handles errors and generates a report.
WORKING · AI AGENT · CONNECTED SERVICES
A working setup where an AI agent prepares copy and cover images, adapts content for each platform, publishes it and returns live links.
The task
Several projects carry different brands, audiences and channels. Manually publishing one piece of content across social networks, website feeds and video hosts requires repeated copy preparation, image adaptation, metadata editing and uploads. The solution turns this into a managed workflow: a human sets a topic or supplies finished video, then the agent executes the full tool chain.
Four layers
Creates content and metadata, selects the action sequence, handles errors and generates a report.
Translate agent commands into concrete API calls for each platform and hide the technical specifics.
Gives the agent single OAuth access to connectors without passing secrets into the working cloud environment.
Isolated services, encrypted connections, secret separation and controlled recovery after failures.
Connected tracks
Posts, photos, video, cover images and reposts with separate personal and group permissions.
Bypasses the bot signature limit: up to 4,096 characters plus a large preview in a single message.
Text and image publishing through a self-deployed scheduler.
Own RSS and embedded widget replace Tilda's missing write API.
Preparation, file upload, cover set and video publish within a community.
Video survives connection drops; privacy and final publish account for app review status.
Workflows
Topic → copy → cover → adapt → Telegram and VK → topic usage journal.
Google Drive → VK Video → YouTube → cover and metadata → result links.
Latest video → personal profile and VK communities → Telegram → Dzen → website feeds.
Engineering value
OAuth instead of plain tokens — a custom shim makes connectors agent-compatible.
Images by link or SVG — avoids unreliable transmission of long base64 strings through the model.
Large video via cloud system — stable channel and no workstation sleep.
VK upload retries — a brief node failure doesn't leave a publish coverless.
Secrets stay on the server — the cloud routine calls tools but never receives platform tokens.
Control
Within an approved routine, publishing proceeds without extra confirmations. Deleting or editing already published content requires an explicit command. For YouTube, final visibility depends on app review status; until Google approval, uploaded video remains private.