Programmatic access to your workspace.
Blotato Clone exposes an MCP-style endpoint and an API key system so integrations can push sources, enqueue remixes, and trigger publishes.
Endpoints
POST /v1/sources— ingest a sourcePOST /v1/remix— create a draft from a sourcePOST /v1/schedule— queue a post for publishingPOST /v1/publish— force a delivery attemptGET /v1/analytics/deliveries— delivery metrics
In the demo these endpoints are exercised indirectly by UI actions. The API Dashboard inside the workspace shows every request with status and latency.
Authentication
Create an API key from Settings → API. Keys are scoped to your workspace and logged on first use.
MCP endpoint
The workspace exposes a Model Context Protocol endpoint for tool-using agents at the same host as the API. Use it to let an LLM drive your sources, prompts, and scheduling.