origo-bc-cloud-events

Load Cloud Events authoring rules, message type catalog, and examples.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/businesscentralal/origo-bc-plugin --skill origo-bc-cloud-events
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: origo-bc-cloud-events
Source: https://github.com/businesscentralal/origo-bc-plugin/tree/main/plugins/origo-bc/skills/origo-bc-cloud-events
Command: npx skills add https://github.com/businesscentralal/origo-bc-plugin --skill origo-bc-cloud-events

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid searching through large Cloud Events documentation by loading the right Cloud Events authoring rules, message type catalog, and examples directly into the conversation when users mention Cloud Events concepts.

Core Features & Use Cases

  • On-demand rule loading: Fetch just the table-of-contents view or specific sections by heading match to keep context small and relevant.
  • Cloud Events message type guidance: Covers common message types and their request/response structure, including Data.Records.Get/Set and Deleted.Records.Get.
  • Integration and sync patterns: Explains integration timestamp management and Cloud Events delete log queries for incremental synchronization workflows.

Quick Start

Use the origo-bc-cloud-events skill to load the Cloud Events authoring rules needed for Data.Records.Get.

Frequently Asked Questions about origo-bc-cloud-events

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

FAQPage Schema
What are BC Cloud Events API authoring rules and when do I need them?

Cloud Events API authoring rules define the structure for Business Central cloud event interactions. You need them when designing message types like Data.Records.Get/Set and building integration workflows.

How do I retrieve specific Cloud Events message type documentation without loading the entire catalog?

You can retrieve specific Cloud Events message type documentation by requesting a single named section or a small table of contents. This on-demand loading keeps your context small and relevant.

How do Cloud Events integration timestamps work for incremental synchronization?

Integration timestamps in Cloud Events track the last processed record state to enable incremental synchronization workflows. They work with delete-log queries like Deleted.Records.Get to capture missed updates.

Does the Cloud Events API support delete log queries for tracking deleted records?

Yes, the Cloud Events API supports delete log queries through the Deleted.Records.Get message type. This allows integration workflows to identify and process records that have been removed from Business Central.

Can I use MCP to drive Cloud Events API development for Business Central integrations?

Yes, you can use MCP to drive Cloud Events development by loading authoring rules and message type catalogs directly into your conversation. This provides the context needed for API interaction design.