Skip to main content
Use this sequence in Codex or Claude Code:
firstsales whoami --json
firstsales workspaces list --org org_123 --json
firstsales campaigns list --org org_123 --workspace ws_123 --json
For mutations:
firstsales campaigns pause \
  --org org_123 \
  --workspace ws_123 \
  --campaign camp_123 \
  --idempotency-key pause-camp-123-2026-06-30 \
  --json
For destructive operations, agents must pass --confirm deliberately.