vivreal-cms-api-knowledge

Explain Vivreal CMS API backend routing, audit logging, and content versioning.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill vivreal-cms-api-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vivreal-cms-api-knowledge
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-knowledge/skills/vivreal-cms-api-knowledge
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill vivreal-cms-api-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enhances CMS API knowledge management by providing in-depth insights into the backend (NEXT_PUBLIC_CMS_URL), covering multi-tenant routing, route addition procedures, audit logging, content versioning, and more, streamlining the process of working with Vivreal's Content Management System.

Core Features & Use Cases

  • Multi-Tenant Routing: Understands dbKey-based routing and its importance in secure database connections.
  • Route Addition: Guides through the critical 8-step process of adding a route to avoid common pitfalls like 403 errors.
  • Audit Logging and Content Versioning: Offers a clear understanding of the audit logging and content versioning mechanisms for security and traceability.
  • Integration Sync: Details the integration sync adapter pattern and multi-provider integration surface.
  • Use Case: When working on the Vivreal Content Management System backend, this Skill can quickly inform you about its 5-Lambda architecture, ensuring seamless operations and maintenance.

Quick Start

Load the vivreal-cms-api-knowledge skill to get comprehensive knowledge about the Vivreal CMS API backend, including its routing and features.

Frequently Asked Questions about vivreal-cms-api-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does multi-tenant routing work in the Vivreal CMS API backend?

Multi-tenant routing in the Vivreal CMS API uses a dbKey-based routing mechanism to ensure secure database connections. It directs requests to the correct tenant database by evaluating the dbKey, maintaining isolation across the Vivreal ecosystem.

What is the correct process for adding a route to the Vivreal CMS API?

Adding a route to the Vivreal CMS API requires following a critical 8-step process. Properly completing this route addition procedure is necessary to avoid common pitfalls such as 403 errors when configuring the backend.

How do audit logging and content versioning function within the Vivreal CMS?

Audit logging and content versioning in the Vivreal CMS provide security and traceability by tracking changes. These mechanisms maintain historical records of content modifications, ensuring accountability across the 5-Lambda architecture.

Can I use the integration sync adapter pattern with multiple providers in the Vivreal CMS?

Yes, the Vivreal CMS supports an integration sync adapter pattern that features a multi-provider integration surface. This allows the backend to synchronize content and data seamlessly across different external providers.

Why am I getting a 403 error when adding a new route to the CMS API?

A 403 error during route addition typically means a step was missed in the required 8-step process. The Vivreal CMS API requires precise configuration to avoid these access pitfalls and ensure secure routing.