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
Quick Start for Agents
/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.generateandgaps.listaccept optionalfavorite_id(UUID) to scope output to a specificai_favoritesrow. Owner-checked before charge; cross-tenant returns403.gaps.listalso addslimit(1-100). Backwards-compatible: callers that don’t passfavorite_idsee legacy behaviour. PR #596.
Authentication
All agent endpoints require:citedy.com/dashboard/settings or via POST /api/agent/register.
Key rotation: POST /api/agent/rotate-key
