Skip to main content
Contract Snapshot: 72 Agent API operations · 71 MCP tools Version: 1.8.0 | Status: Production | Updated: 2026-05-04 Citedy is a backend service for AI agents. Connect once, configure defaults in the web UI, and let any agent — OpenClaw, Claude Code, Cursor, ChatGPT, or any MCP-compatible client — write posts, generate images, publish to social platforms, scan trends, and produce short-form video. The web UI is for settings and scheduling review. The agent does the work.

Who Is This For

  • Vibe-coders and solo founders who already use AI agents daily
  • Micro-companies that want content automation without agency overhead
  • Developers building agent workflows on top of a reliable content + publish API
Not for: agencies, enterprise, or anyone who wants a web chat interface.

Quick Start for Agents

Operational response from /api/agent/status:

Command Reference (Quick)

These commands describe the full Agent API surface. Public MCP v1 intentionally exposes a smaller tool set (see below).

MCP v1 Tool Surface (Public)

MCP v1 is outcome-first. The goal is to expose stable high-value workflows, not every internal pipeline step. Advanced/deferred for MCP public exposure:
  • settings.update (safe-field policy needed; web-first by default)
  • schedule.suggest (heuristic helper, not a critical contract)

Recent changes

  • 2026-05-04 (v1.8.0)gaps.generate and gaps.list accept optional favorite_id (UUID) to scope output to a specific ai_favorites row. Owner-checked before charge; cross-tenant returns 403. gaps.list also adds limit (1-100). Backwards-compatible: callers that don’t pass favorite_id see legacy behaviour. PR #596.

Authentication

All agent endpoints require:
Obtain your key at citedy.com/dashboard/settings or via POST /api/agent/register. Key rotation: POST /api/agent/rotate-key

Platform Support Matrix