Skip to content
BrainyShorts Docs
Esc
navigateopen⌘Jpreview
On this page

BrainyShorts for agents

Publish and schedule agent-made media to TikTok, Instagram, YouTube, LinkedIn, X, and article platforms through a REST API, a CLI, or a hosted MCP server.

BrainyShorts is a free publishing control plane. You connect your social accounts once in the dashboard. After that, an agent can upload finished media and publish or schedule posts without ever holding a platform token.

BrainyShorts does not generate media. Your agent, your runner, or your own tooling makes the images, video, or article; BrainyShorts stores it, schedules it, and hands it to each platform.

Addresses

Everything lives on one host, www.brainyshorts.com. Don’t configure api.brainyshorts.com: it only exists as a fallback for REST calls and doesn’t serve MCP or OAuth.

What Address
REST API https://www.brainyshorts.com/api/cli
Agent runner API https://www.brainyshorts.com/api/agent
OpenAPI spec https://www.brainyshorts.com/openapi.json
Hosted MCP server https://www.brainyshorts.com/api/mcp
CLI npm install -g brainy-shorts (binary brainy)
API keys https://www.brainyshorts.com/dashboard/api-keys

Pick an interface

For agents reading this

Was this page helpful?