weegloo-cda-publish

Explains publish and unpublish behavior across Weegloo CDA, CMA, ACDA, and ACMA APIs.

1|2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-cda-publish-weeglooapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weegloo-cda-publish
Source: https://github.com/weeglooapi/weegloo-mcp-plugin/tree/main/plugins/weegloo/skills/weegloo-cda-publish
Command: npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-cda-publish-weeglooapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Content created or edited through the Weegloo CMA does not appear on the CDA delivery API until it is explicitly published, which causes confusing "missing content" bugs when building sites or write-then-read workflows. ## Core Features & Use Cases - Publish Model Reference: Documents that CDA and ACDA serve only published snapshots taken at publish time, never in-progress CMA drafts. - CMA Workflow Guidance: Clarifies that CMA Create and Update operations require a separate Publish call before changes reach delivery, and distinguishes Unpublish (hide from delivery) from Delete (permanent removal). - ACMA Differences: Explains that ACMA auto-publishes on Create and auto-unpublishes on Delete, so no separate publish or unpublish step is needed. - Use Case: A developer updates an article via the CMA but the live site still shows the old version; this Skill explains that a Publish call is required to push the new snapshot to the CDA. ## Quick Start Ask why newly created or updated Weegloo content is not showing up on the CDA delivery API and how to publish it.

Frequently Asked Questions about weegloo-cda-publish

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

FAQPage Schema
Why is my new content not showing up on the Weegloo CDA API?

The CDA only returns published resources, so content created through the CMA stays invisible until you call Publish. Create the resource in the CMA, then publish it to make it available on delivery.

How do I update published content on the Weegloo CDA?

Update the resource through the CMA, then call Publish again so the CDA serves the new snapshot. Skipping the publish step leaves delivery serving the previous published version.

What is the difference between unpublish and delete in Weegloo?

Unpublish stops a resource from being delivered on the CDA while keeping it in the CMA as unpublished. Delete permanently removes the resource through the management API and is required for actual removal.

Does ACMA require a separate publish step after creating content?

No, ACMA automatically publishes new resources on Create and automatically unpublishes them as part of Delete. Unlike CMA flows, you do not need separate Publish or Unpublish calls around those operations.

Why does the CDA show old values after I edited content in the CMA?

The CDA serves the snapshot captured at publish time, not live draft edits. Your CMA updates remain drafts until you publish again, at which point the CDA begins serving the new values.