Agentic Studio is the showcase. The Marketer MCP server is the substance. Most of the conversation about SitecoreAI has the spotlight pointed in the wrong place.
I've spent meaningful time inside SitecoreAI's Agentic Studio over the past few months, building agents and workflows that go beyond demo-ware. The pattern that keeps surfacing is one I think every architect evaluating this platform should understand: the most capable surface area in SitecoreAI right now is not the visual workflow editor everyone is publishing screenshots of. It's the Marketer MCP server, which is mostly being treated as a footnote.
That asymmetry deserves attention.
The Positioning Problem with Agentic Studio
Sitecore positions Agentic Studio as a no-code workspace where marketers can design and run agents without writing code. The Workflow Editor is a drag-and-drop canvas. Prebuilt agents handle common tasks like AEO research and bulk content generation. The narrative is clean: marketers get autonomy, developers get extensibility, everyone wins.
When you actually build inside it, a different picture emerges.
It's too complex for most marketing teams to own. The moment you move past the prebuilt agents and try to build something custom, you are doing prompt engineering, schema design, and variable passing across a multi-step pipeline. That is software development with a visual abstraction layered on top. Marketers I've worked with do not want to debug why a model returned conversational text instead of structured JSON, and they shouldn't have to. The XCentium team made this point well in their recent build write-up: model selection matters more than prompt tightening, and switching models is often faster than out-prompting the problem. That is not a marketer's job to know.
It's too constrained for serious developer work. The Workflow Editor gives you a fixed set of action types, a sequential or lightly branched execution model, and a UI-bound configuration experience. If you are building production agentic systems with retry logic, dynamic tool selection, evaluation harnesses, observability, and proper version control, you need a real codebase. Agentic Studio gives you something closer to a configurable pipeline than a development environment. It is good for what it is. It is not where I would build a system I needed to maintain at scale.
The result is a product caught between two audiences. Marketers find it deeper than they want. Developers find it shallower than they need. The middle ground it occupies is real, but narrower than the marketing makes it sound.
What the Workflow Editor Actually Feels Like to Build In
To be fair to the product, the Workflow Editor is well-considered. The agent type decision is the first real architectural choice, and it matters. Standard agents are conversational and flexible. Workflow agents give you an explicit pipeline with controlled execution paths. If your use case has predictable inputs and outputs, the rigidity of a workflow agent is a feature, not a limitation.
A typical build looks like this:
- Context Parameters to extract and normalize user inputs.
- Research steps to enrich context, often calling external sources.
- Generation steps that produce the structured output.
- Flow Control steps for conditional branching.
- Save or output actions to persist results.
The lessons that surface in real builds are the lessons of any LLM-driven system. Prompts are production code. Version them. Model choice often matters more than prompt design. Conditional logic for skipping optional sections produces cleaner output than rendering empty placeholders. None of this is unique to Sitecore. It's the standard practice of building with language models, surfaced through a visual interface.
What Agentic Studio does well is package these primitives in a governed environment that ties back to Sitecore content, templates, and brand kits. What it doesn't do is give you the depth of control a serious agent framework provides. There is no equivalent to the patterns you'd build in something like the Claude Agent SDK, the OpenAI Agents SDK, or LangGraph. There's no native support for custom evaluation frameworks, A/B testing of agent behaviors, or programmatic introspection of agent state across runs.
For demos and discrete content tasks, this is fine. For the kind of agentic systems enterprises will need over the next two years, the surface area is too thin.
The MCP Server Is Doing the Heavy Lifting
Here's where the conversation should actually be focused.
The Sitecore Marketer MCP server is an implementation of the Model Context Protocol that exposes SitecoreAI's capabilities as tools any compatible MCP client can call. It connects to clients like Claude Desktop, Cursor, and Microsoft Copilot Studio. It supports site management, page management, content management, component management, asset management, personalization, and brand kits. It uses OAuth 2.0 with tenant isolation and audit logging. It calls a higher-level Agent API that abstracts low-level operations into business-oriented commands like create_page or update_content.
In practice this means you can sit in Claude or Cursor, ask for a landing page in three locales with personalization rules tied to a CRM segment, and have the work execute inside SitecoreAI. The MCP server interprets the request, the Agent API performs the actions, and the result lands in the platform with the same governance any other change would have. Sitecore documents that the same architecture supports building full-stack Marketplace apps that integrate the Marketer MCP server side, with bearer tokens and Context IDs handling auth.
That is a fundamentally different posture than Agentic Studio.
Agentic Studio is a closed loop. You build agents inside SitecoreAI, run them inside SitecoreAI, and consume the outputs inside SitecoreAI. The MCP server inverts that. It treats SitecoreAI as a tool surface that any AI agent in the broader ecosystem can call. The locus of intelligence moves outside the platform. Sitecore becomes one resource in a larger orchestration, alongside Asana, Figma, your CRM, your analytics platform, and whatever else exposes an MCP interface.
For the kind of multi-system, agentic workflows that actually deliver business value, that's the right architecture.
Why This Asymmetry Matters
The MCP server is the more ambitious piece of work. It commits Sitecore to an open standard. It positions the platform as an interoperable node in an agentic ecosystem rather than a walled garden. It's the kind of architectural bet that ages well as the broader market converges on MCP as the dominant protocol for agent-to-tool communication.
Agentic Studio, by contrast, is a packaged experience designed to make AI feel native to SitecoreAI. That has marketing value. It demos well. It gives marketers something tangible to interact with. But the architectural significance is much smaller. Most of what Agentic Studio does could be built outside the platform using the Agent API and a half-decent agent framework, and in many cases that would produce a more flexible, more maintainable system.
So why does Agentic Studio get most of the airtime?
A few reasons. It's visual, and visual products are easier to demo. It maps onto a clear buyer persona, which is the marketer who wants AI without engineering dependencies. It fits cleanly into the SitecoreAI brand story. The MCP server, by contrast, is invisible until you connect it to something. It requires technical literacy to evaluate. Its value shows up in workflows that span multiple systems, which is harder to communicate in a keynote.
None of that means Agentic Studio is bad. It means the platform's most strategically important capability is the one being talked about least.
A Likely Path Forward: Foundry Eats the Agent Layer
There is a version of this story where the current Agentic Studio experience fades into the background and a deeper integration with Microsoft Foundry takes its place. We don't have a public roadmap commitment to that effect, but the architecture is pointing in that direction, and we'd be unsurprised to see it materialize over the next twelve to twenty-four months.
The pieces are already in place. SitecoreAI runs on Azure. The Sitecore-Microsoft partnership predates the modern AI cycle by two decades. Microsoft Foundry has consolidated what used to be a half-dozen separate Azure AI services into a unified platform for building, deploying, and governing agents at enterprise scale. Foundry ships with the Foundry Agent Service, native MCP and A2A authentication, Foundry IQ for grounded retrieval, integrated observability, evaluation harnesses, and governance through Microsoft Defender and Entra ID. It supports Microsoft Agent Framework, LangChain, CrewAI, and LlamaIndex out of the box. That is the depth of agent tooling Agentic Studio doesn't have and probably shouldn't try to build.
The strategic move would be to let Foundry handle the agent runtime, orchestration, evaluation, and governance, and let Sitecore focus on what only Sitecore can offer: the content, brand, personalization, and experience graph that those agents need to act on. The Marketer MCP server already does exactly that for any external client. Extending that pattern so Foundry-built agents are first-class citizens in the SitecoreAI experience, with shared identity, shared observability, and a clean handoff between Foundry orchestration and Sitecore execution, is a much more defensible long-term architecture than maintaining a parallel agent-building experience inside Agentic Studio.
This is a smart bet for Sitecore to make. The companies trying to build proprietary AI tooling inside their existing platforms are mostly going to lose to the hyperscalers on capability, velocity, and economics. Hitching the wagon to a hyperscaler that's already at the front of the pack is a cleaner play than perpetually trying to catch up. Sitecore has the relationship, the Azure-native architecture, and the open MCP exposure to do it well. The signals from Foundry's roadmap, particularly the emphasis on agents registered from other clouds and full MCP authentication, suggest Microsoft is building the platform to host exactly this kind of arrangement.
If that's where this goes, the Workflow Editor as it exists today will likely be remembered as a transitional product. Useful for getting marketers comfortable with the concept of agents inside Sitecore. Eventually superseded by something with more depth underneath it.
What to Tell Your Team
If you are evaluating SitecoreAI right now, the framing I'd suggest is this:
Treat Agentic Studio as a useful but bounded tool. It's good for a specific class of work: structured content generation, repeatable marketing tasks, and human-in-the-loop workflows where the boundaries are well understood. Build small things first. A release notes generator, a content audit agent, a brief builder. Don't try to make it the centerpiece of your AI strategy.
Treat the Marketer MCP server as the strategic layer. This is where the real interoperability lives. If you are thinking about agentic workflows that span content, CRM, analytics, project management, and the rest of your stack, the MCP server is what makes those workflows possible. Invest in the patterns now: full-stack Marketplace apps with custom auth, server-side MCP integration, and agent frameworks that can orchestrate across multiple MCP-enabled systems.
Don't conflate the two. A common mistake I'm already seeing is teams treating Agentic Studio as the AI strategy and the MCP server as a technical detail. The reverse is closer to the truth. The MCP server is the foundation. Agentic Studio is one consumer of that foundation, and not the most powerful one.
The platform Sitecore is building is more interesting than the demos suggest. The work is just happening in a less visible place than the marketing implies.
Practical Takeaways
- Agentic Studio works best for structured, repeatable tasks with predictable inputs and outputs. Workflow agents beat standard agents when consistency matters.
- Treat prompts as production code from day one. Version them before you change them.
- Model selection often matters more than prompt engineering. Switch the model before you over-engineer the prompt.
- The Marketer MCP server is the layer where agentic strategy actually compounds. Build patterns around it, not around the visual editor.
- Plan for SitecoreAI to be one node in a multi-system agentic stack, not the orchestrator of it. The MCP architecture supports that. Agentic Studio doesn't.
- Watch for deeper Microsoft Foundry integration. Letting a hyperscaler own the agent runtime while Sitecore owns the experience graph is the architecture this is heading toward.
The next two years of agentic platforms will be defined less by where you build agents and more by what those agents can reach. On that dimension, Sitecore made the right architectural bet. The product story just hasn't caught up to it yet.




