Skip to main content

API-first architecture

The web app, mobile app, syndication workers, and MCP server all call the same REST APIs you integrate against.

Benefits

  • No shadow APIs — documentation matches production behavior.
  • Contract testing — OpenAPI specs per domain → SDKs & tools.
  • Agent-ready — MCP tools map 1:1 to documented operations.

Base URL: https://api.catazenta.com

API areas

AreaResponsibility
ProductModels, variants, attributes, completeness
CategoryTrees and assignments
AttributeDefinitions, groups, options
DAMAssets, folders, renditions
IntegrationConnections, export/import profiles, jobs
JobBatch import/export orchestration
IAMAuth, users, tenants, service accounts
SearchDashboard and catalog search

APIs hub