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
| Area | Responsibility |
|---|---|
| Product | Models, variants, attributes, completeness |
| Category | Trees and assignments |
| Attribute | Definitions, groups, options |
| DAM | Assets, folders, renditions |
| Integration | Connections, export/import profiles, jobs |
| Job | Batch import/export orchestration |
| IAM | Auth, users, tenants, service accounts |
| Search | Dashboard and catalog search |
→ APIs hub