SitecoreAI Agentic Studio: “Failed to connect custom connector” When Adding Custom MCP Connectors? Here’s Why

While exploring custom MCP connectors in SitecoreAI Agentic Studio, I ran into an issue when trying to add a few self-hosted and vendor-provided MCP connectors like Asana, Vercel, etc.

Every attempt resulted in the same error: “Failed to connect custom connector”

Continue reading “SitecoreAI Agentic Studio: “Failed to connect custom connector” When Adding Custom MCP Connectors? Here’s Why”

Securing OrderCloud Webhook Event Listeners using Javascript Catalyst

An extensible system empowers businesses to respond to emerging challenges efficiently. OrderCloud ensures extensibility, and Webhooks is one of the common approaches available to extend OrderCloud.  Webhooks are user-defined HTTP callbacks, which invoke your own HTTP endpoints that performs custom logic, whenever the associated OrderCloud API endpoint is triggered. This introduces the need for validating the authenticity of the call within your HTTP endpoint, to ensure it is from OrderCloud. Continue reading “Securing OrderCloud Webhook Event Listeners using Javascript Catalyst”