Posts

From Data to Decisions: AI-Powered Reporting in Sitecore Content Hub

Image
Introduction In our Sitecore Content Hub implementation, the initial focus was on content onboarding, workflows, and integrations. However, once the platform became operational, stakeholders began asking: How many assets are being uploaded over time? Where are workflow delays occurring? Which teams are actively contributing? 👉 The data existed—but deriving insights required manual effort. The Problem Manual data exports from Content Hub Processing in spreadsheets Static reporting This approach was: Time-consuming Error-prone Not scalable Objective Automate data extraction Structure data for reporting Enable dashboards Reduce manual effort Architecture Overview Below is the architecture we implemented: End-to-End Flow 1. Data Source M.Asset → Assets M.Content / M.State → Workflow Audit Logs → User activity ...

From Prompt to Production: Agentic Sitecore Workflows with MCP

Image
Two practical paths: Option A (Marketer MCP, no code) and Option B (Community MCP server, extensible). We’ll go from a natural‑language prompt to a published landing page. Previously on the blog This article continues my earlier post, MCP‑Powered AI Development Workflow in Sitecore XM Cloud — a quick conceptual primer. Why MCP (in one paragraph) MCP → Safe, typed tools Model Context Protocol (MCP) turns natural language into governed, typed tool calls. In Sitecore, Marketer MCP exposes tools like create page , add component , and upload asset that map to the Agent API so agents can take real actions with guardrails and auditing. The agentic workflow: how it works When you chat with Claude (which is already connected to your Marketer MCP), Claude acts as an AI agent — it calls the Sitecore APIs on your behalf, fetches IDs, makes decisions, and creates items without you needing to open Sitecore at all. Architecture Overview Prer...

MCP‑Powered AI Development Workflow in Sitecore XM Cloud

Image
Artificial Intelligence is transforming how digital experiences are built, managed, and optimized. With the arrival of SitecoreAI , Sitecore has introduced a new AI‑first architecture that seamlessly connects content, data, personalization, and automation. As part of this evolution, one technology stands out for developers and architects: MCP — Model Context Protocol . MCP is not just another API layer. It represents a safe, structured, and extensible bridge between AI agents and enterprise systems like Sitecore XM Cloud , enabling AI to collaborate with human developers in meaningful, controlled ways. In this article, we explore what MCP is, why it matters, and how it enables a groundbreaking AI‑powered development workflow in XM Cloud. What is MCP (Model Context Protocol)? MCP is an open protocol designed to expose context , models , and safe actions to AI systems in a governed and controlled way. According to Sitecore’s architectural guidance, MCP acts as an integration fabric b...

Blog Summary - 2025

2025 Technical Articles Collection — Sitecore, Cloud & Modern DXPs This is a consolidated index of every blog I published in 2025, showcasing detailed guides, troubleshooting approaches, and architectural solutions across Sitecore XM Cloud, Content Hub, Azure, and Next.js. A convenient one-stop place to explore my most valuable contributions this year. Sitecore CMP + DAM: The Upstream Content Factory for Structured, Governed, and Predictable JSON Delivery Published On: Nov 24, 2025 In modern omnichannel architectures, content is no longer created for a single website. It must travel to mobile apps, digital screens, e-commerce engines, CRM systems, chatbots, and more. Read Full Post → Sitecore XM Cloud + Sitecore AI: A Practical Guide to All the New Features Published On: Nov 19, 2025 Sitecore has re...

All Blog Posts - 2024

Sitecore AI Capabilities ⮚  Enabling Image AI Analysis in Sitecore ⮚  Leverage Azure AI for Sentiment Analysis in Your Next.js Application Sitecore XM Cloud and Headless Development ⮚  Adding Built-in Components in Sitecore XM Cloud Pages ⮚  Scalable Webhooks for XM Cloud Forms: Capturing Data Using Vercel, MongoDB and Node.js ⮚  Building Modular Architecture with Sitecore Headless Sitecore Content Hub One ⮚  Sitecore Content Hub One Development: A Step-by-Step Guide ⮚  Implementing Content Hub One Item APIs in a React App Using Client Credentials and OAuth2 Sitecore XP ⮚  Track Published Items in Sitecore ⮚  Sitecore Custom Logger ⮚  Rule Set Editor: Opening Blank Window When Editing Rules ⮚  Implementing CSP with Nonce in Sitecore ⮚  Token-Based Authorization with Sitecore Services Client ⮚  Enhancing Sitecore Security: Implementing PBKDF2 for Password Encryption Sitecore Experience Edge - GraphQL APIs ...

Medium Posts

Sitecore AI Capabilities ⮚  Enabling Image AI Analysis in Sitecore ⮚  Leverage Azure AI for Sentiment Analysis in Your Next.js Application Sitecore XM Cloud and Headless Development ⮚  Adding Built-in Components in Sitecore XM Cloud Pages ⮚  Scalable Webhooks for XM Cloud Forms: Capturing Data Using Vercel, MongoDB and Node.js ⮚  Building Modular Architecture with Sitecore Headless Sitecore Content Hub One ⮚  Sitecore Content Hub One Development: A Step-by-Step Guide ⮚  Implementing Content Hub One Item APIs in a React App Using Client Credentials and OAuth2 Sitecore XP ⮚  Track Published Items in Sitecore ⮚  Sitecore Custom Logger ⮚  Rule Set Editor: Opening Blank Window When Editing Rules ⮚  Implementing CSP with Nonce in Sitecore ⮚  Token-Based Authorization with Sitecore Services Client ⮚  Enhancing Sitecore Security: Implementing PBKDF2 for Password Encryption Sitecore Experience Edge - GraphQL APIs ...

Sitecore Content Hub - Triggers, Actions and Scripts

Image
Triggers: In Sitecore Content Hub, triggers are events or conditions that initiate automated actions. These can include changes to assets, metadata updates, or other predefined criteria. Triggers serve as the starting point for automation workflows, reacting to specific events within the system. Actions: Actions in Sitecore Content Hub are the executable steps triggered by an event or condition. These steps can be a variety of operations, such as updating metadata, moving assets, or triggering notifications. Content Hub provides a set of predefined actions, and users can also create custom actions to suit their specific workflow requirements. Scripts: Scripts enhance the automation capabilities in Sitecore Content Hub. Users can write scripts using languages like JavaScript, C# to define custom logic for triggers and actions. These scripts allow for more flexibility and can be leveraged to perform complex operations, extending the automation capabilities beyond what predefined actions ...