cmo
Deploy AI CMO agents that manage campaigns, optimize ad spend, and drive growth autonomously. 10x marketing ROI with 90% less manual work and data-driven decisions.
cmo
CMO.do
Overview
The cmo primitive is part of the .do platform's semantic API system. It follows the $.Subject.verb.Object pattern for consistent, intuitive interactions across SDK, CLI, API, and MCP interfaces.
Semantic Pattern
All cmo operations follow the semantic $.Cmo.verb.Object pattern:
import { $, cmo } from 'sdk.do'
// Create resources
await $.Cmo.create.Resource({ /* config */ })
// Query data
await $.Cmo.get.Data({ /* params */ })
// Update state
await $.Cmo.update.Status({ /* changes */ })Quick Start
import { cmo } from 'sdk.do'
// Initialize and use the primitive
const result = await cmo.operation({
// configuration parameters
})Access Methods
The cmo primitive is accessible through multiple interfaces:
SDK
TypeScript/JavaScript library for programmatic access:
import { cmo } from 'sdk.do'
await cmo.method({ /* ... */ })CLI
Command-line interface for terminal operations:
do cmo <command> [options]API
REST/RPC endpoints for HTTP integration:
curl -X POST https://api.do/v1/cmo \
-H "Content-Type: application/json" \
-d '{"key":"value"}'MCP
Model Context Protocol for AI assistant integration:
Use cmo primitives with AI assistants via MCPRelated Primitives
See other primitives in the business-roles category.
cfo
Deploy AI CFO agents that manage finances, track cash flow, and optimize spend autonomously. 10x faster financial operations with 90% less code and full compliance.
coo
Deploy AI COO agents that optimize operations, manage resources, and scale processes autonomously. 10x operational efficiency with 90% less manual coordination.