Automation & agents
Point your agents at it.
Walk away.
Everything a person can do here, an agent can do through the REST API, the typed Python SDK, the marketer CLI, or the MCP server. Inside the caps you set.
Four surfaces, one platform
Whatever your agent speaks, it's covered.
Agents can create niches, enqueue videos, generate articles, and check spend, from whichever surface fits the stack.
POST /v1/niches/home-espresso/videos
202 Accepted · job vid_8c21 queued
REST
API
Every pipeline behind plain endpoints. Enqueue a video, poll a job, read the ledger.
from marketer import Marketer
client.videos.enqueue(niche="home-espresso")
Python
SDK
Typed end to end. Your editor knows the request shapes before the docs do.
$ marketer articles generate --niche "home espresso"
researching live SERP · outlining
✓ queued 4 drafts · est $1.24
CLI
marketer
The whole platform from a shell. Scriptable, cron-able, agent-runnable.
MCP tools
every call declares cost
generate_article
est $0.31enqueue_job
est $0.52today_spend
free
MCP
MCP server
Tool descriptions carry cost estimates, so an agent knows the price before it calls.
Autopilot
The schedule runs itself.
Each niche has posting windows. When one opens, the pipeline produces, checks, and publishes without anyone at the keyboard. Your approval gate, if you set one, still applies.
- Windows are per niche, tuned to when that audience actually watches.
- Agents can add or move windows through any surface.
- Caps are checked before each run, so autopilot can't outspend you.
Queue health
- retrying 2/3
vid_8c21
animation step failed
- reaped, requeued
art_2210
worker lost mid-write
- held, fails closed
vid_8c22
daily cap reached
Reliability
Retry and reaping keep the queue honest.
Failed steps retry. Jobs orphaned by a dead worker get reaped and requeued. And when a spend cap trips, the job fails closed instead of quietly burning money.
The result: a queue you can leave alone, because it never needs a human to unstick it.
Get started
Give your agents a marketing arm.
Four surfaces, one platform. Your agents brief, produce, and publish while the caps hold.