Skip to main content

Specialist agents

CataZenta ships ten in-platform specialist agents. Each agent has a dedicated role, default tenant policy, and optional event triggers. They are not the same as external MCP clients — see AI agents (MCP) for Claude, ChatGPT, and Cursor integration.

Agents read governed PIM data, reason over catalog context, and emit insights plus approval proposals. Catalog writes apply only after human approval (unless auto-apply is explicitly enabled for a safe agent type).

Agent catalog

AgentPurposeDefault enabled
Product enrichmentCompleteness gaps, attribute quality, content improvementsYes
SEO optimizationMeta titles, descriptions, SEO structureYes
TaxonomyCategory placement, classification conflictsYes
ComplianceRegulatory and policy attribute gapsYes
DPPDigital Product Passport readinessNo
SyndicationChannel and marketplace readinessNo
TranslationLocale coverage gapsNo
Duplicate detectionNear-duplicate productsYes (auto-apply eligible)
Variant groupingVariant family consistencyNo
Asset intelligenceImage and media quality, metadataYes

Tenants override defaults in Agent Control Center → Agents → Configuration (enable/disable, auto-apply, confidence thresholds, blocked attributes).

How agents run

TriggerExample
ManualOperator starts a run from Agents or a product workspace
ScheduleCron — nightly SEO sweep across a category
Eventproduct.saved → enrichment + SEO; import_completed → duplicate detection
WorkflowMulti-step run — enrich a category, then syndication readiness check

Outputs

Each run produces:

  1. Insights — structured findings with severity (critical, warning, info) and type (e.g. seo_weakness, taxonomy_conflict)
  2. Approval proposals — proposed attribute updates, category changes, or bulk actions awaiting review

Insight and approval types are constrained to governed schemas so teams can filter, bulk-resolve, and audit consistently.

Event-driven triggers (examples)

Catalog eventAgents typically triggered
Product savedProduct enrichment, SEO optimization
Category changedTaxonomy, compliance
Status → active/publishedCompliance, DPP, syndication
Import completedDuplicate detection, variant grouping

Disabled agents are skipped per tenant policy.

Permissions

Agent Control Center requires ai_mgmt module permissions:

ActionPermission
View runs, insights, approvalsai_mgmt:prompts:view
Trigger runs, approve/rejectai_mgmt:prompts:create
View/edit agent policiesai_mgmt:configs:view / ai_mgmt:configs:update

Next steps