coo
Deploy AI COO agents that optimize operations, manage resources, and scale processes autonomously. 10x operational efficiency with 90% less manual coordination.
coo
COO.do
Overview
The coo 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 coo operations follow the semantic $.Coo.verb.Object pattern:
import { $, coo } from 'sdk.do'
// Create resources
await $.Coo.create.Resource({ /* config */ })
// Query data
await $.Coo.get.Data({ /* params */ })
// Update state
await $.Coo.update.Status({ /* changes */ })Quick Start
import { coo } from 'sdk.do'
// Initialize and use the primitive
const result = await coo.operation({
// configuration parameters
})Access Methods
The coo primitive is accessible through multiple interfaces:
SDK
TypeScript/JavaScript library for programmatic access:
import { coo } from 'sdk.do'
await coo.method({ /* ... */ })CLI
Command-line interface for terminal operations:
do coo <command> [options]API
REST/RPC endpoints for HTTP integration:
curl -X POST https://api.do/v1/coo \
-H "Content-Type: application/json" \
-d '{"key":"value"}'MCP
Model Context Protocol for AI assistant integration:
Use coo primitives with AI assistants via MCPRelated Primitives
See other primitives in the business-roles category.
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.
cpo
Deploy AI CPO agents that analyze user feedback, prioritize features, and optimize product strategy autonomously. 10x product velocity with data-driven decision-making.