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