mgmt
AI-powered management automation for reporting, resource planning, and decision support. Automate routine tasks and focus on strategy.
mgmt
Mgmt.do
Overview
The mgmt 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 mgmt operations follow the semantic $.Mgmt.verb.Object pattern:
import { $, mgmt } from 'sdk.do'
// Create resources
await $.Mgmt.create.Resource({ /* config */ })
// Query data
await $.Mgmt.get.Data({ /* params */ })
// Update state
await $.Mgmt.update.Status({ /* changes */ })Quick Start
import { mgmt } from 'sdk.do'
// Initialize and use the primitive
const result = await mgmt.operation({
// configuration parameters
})Access Methods
The mgmt primitive is accessible through multiple interfaces:
SDK
TypeScript/JavaScript library for programmatic access:
import { mgmt } from 'sdk.do'
await mgmt.method({ /* ... */ })CLI
Command-line interface for terminal operations:
do mgmt <command> [options]API
REST/RPC endpoints for HTTP integration:
curl -X POST https://api.do/v1/mgmt \
-H "Content-Type: application/json" \
-d '{"key":"value"}'MCP
Model Context Protocol for AI assistant integration:
Use mgmt primitives with AI assistants via MCPRelated Primitives
See other primitives in the business-roles category.
management
Automate management tasks with AI agents. Track team performance, automate reporting, manage resources, and make data-driven decisions in real-time.
pdm
Manage product data with AI-powered enrichment and automation. Sync catalogs, validate attributes, and optimize content across 100+ channels. Scale to millions of SKUs.