CLI
JSON-first cutedyno CLI for agents and shell scripts.
Every data command prints JSON to stdout. Errors print JSON to stderr and exit 1.
Install
npm install -g cutedyno
# or
npx -y cutedyno auth:statusAuth
export CUTEDYNO_API_KEY=cdyn_live_...
cutedyno auth:status
cutedyno auth:set --key cdyn_live_...Key resolution order: --key → CUTEDYNO_API_KEY → ~/.cutedyno/credentials.json.
Workflow
cutedyno profiles:list
cutedyno accounts:list --profile "$PROFILE"
cutedyno policy:get --profile "$PROFILE"
cutedyno media:upload ./clip.mp4 --profile "$PROFILE"
cutedyno posts:create --json ./post.json
cutedyno posts:publish --id "$POST_ID"Quick text post:
cutedyno posts:create -c "Hello" -a acct_1 --profile "$PROFILE" --nowFlags
| Flag | Purpose |
|---|---|
--json <file> | Body matching OpenAPI (- = stdin) |
--profile / -p | Profile id |
-c | Content |
-a | Comma-separated account ids |
-s | ISO 8601 scheduledAt |
--now | publishNow: true |
--api-url | Override API base URL |
MCP
cutedyno mcpCloud agents: hosted MCP at https://api.cutedyno.com/mcp.
Skills
npx skills add cutedyno/cutedyno-agentMore: agent landing.