Changelog
2026-06-24
- Added optional
platformto public capability requests. Omitted requests stay TikTok-compatible;platform: "instagram"plans Instagram parity actions. - Promoted the public capability union to include account creation/login/health/delete, maintenance, warmup and comment growth, comment wrappers, posting/story/post-health, DM, notification triage, and recovery cleanup.
- Updated OpenAPI and registry docs so callers can discover platform-aware TikTok/Instagram-planned actions. Live verification status varies by capability and platform.
2026-05-25
- Reconciled public docs with the current architecture and finished validation tickets:
fyp_warmupis now documented as unattended watch-only when all engagement probabilities are explicitly zero. - Kept semantic operations, workflows, account create/delete, DM thread management, recovery cleanup, notification triage, and post-health validation out of the public OpenAPI surface. They remain internal/control-plane or executor surfaces until promoted in
openapi.json. - Refreshed the advanced action reference to include current executor targets added by the May validation work.
2026-05-11
- Added internal control-plane architecture foundations for workspace/project/pod ownership, resource sync contracts, assets, desired accounts, operations, workflows, policy decisions, and interaction records.
- No new public target API endpoints are documented yet. The current public surface remains the process API and legacy compatibility endpoints until OpenAPI and endpoint docs are regenerated from implemented routes.
2026-05-09
- Corrected the public capability list to match the live Edge Function contract:
keyword_warmup,fyp_warmup,fyp_comment_growth, andmaintenance. - Added a real Phonefarm OpenAPI spec so the docs site no longer exposes Mintlify’s sample plant-store schema.
- Added a dedicated
fyp_comment_growthguide and clarified that lower-level comment wrappers are orchestrator-only until exposed by the public Edge API.
2026-05-04
- Added internal
comment_on_videoandtarget_account_latest_commentcomposites for manual operator validation. - Documented caller-owned
dedupe_keybehavior for comment workflows. - Clarified that reply workflows stay manual-only until live reply targeting is validated.
2026-03-22
- Launched the process-first public docs structure for
docs.withmithras.com. - Documented
capability-requests,processes,maintenance-requests, and runtime snapshot sync as the official public integration surface. - Demoted
ingestandcancelto legacy compatibility docs. - Added public guidance for callback signing, polling, idempotency, and partial-progress handling.
- Added advanced reference pages for implemented atomic actions and current capability support.