An inline MCP gateway enforces traffic while an out-of-band decision engine supplies the verdict, and runtime truth needs both layers working together.
An MCP gateway is an inline proxy for agent-to-tool traffic. A decision engine is the out-of-band layer that tells the gateway what that traffic actually means. - Gateways enforce. Decision engines reason. Neither replaces the other, and a gateway running on static rules alone is making decisions on incomplete information. - Obsidian is not a gateway and does not build one. Obsidian is the decision layer a gateway calls for a verdict, with Cloudflare as a common ecosystem partner for the inline enforcement. - The verdict is a plain contract: allow, approve, or block, returned inside the gateway's enforcement window. - A gateway on its own sees the call but not the identity chain, the maker-mode credentials, or the effective access the agent holds inside the downstream app. - Runtime truth needs both layers cooperating: the gateway supplies the moment, the decision engine supplies the meaning.
An MCP gateway is an inline proxy that sits between AI agents and the MCP servers or tools they call. It inspects every request, applies policy, and can rate-limit, log, or block traffic in the path. Think of it as an API gateway specialized for the Model Context Protocol, tuned for the way agents make chained tool calls. When people ask what an MCP gateway does, this is the short version: it is the enforcement point that every agent-to-tool request passes through.
Gateways are good at what network devices have always been good at:
But a gateway has a hard ceiling on its own. It sees the call. It does not see who is really behind the call, what that agent can actually do inside the downstream SaaS application, or whether this specific action is part of a toxic combination that only shows up when you correlate identity, entitlements, and behavior across platforms.
An API gateway secures traffic between clients and backend APIs with authentication, rate limits, and schema validation. An MCP gateway does the same for the Model Context Protocol. The difference is context. A traditional API gateway assumes a static client identity, a well-defined contract, and predictable request patterns. An MCP gateway deals with probabilistic agents making dynamic, chained calls where the real risk is not in any single request but in the identity and authority behind it. That is why MCP gateways benefit from an external decision engine in a way API gateways rarely do.
A decision engine answers the question a gateway cannot answer alone: given the identity behind this call, the agent's effective authority, and the data at stake, should this action be allowed, approved, or blocked? It does not sit in the traffic path. It reasons about identity, authority, and risk, then returns a verdict when asked.
For agentic AI security, the decision engine has to correlate:
This is the runtime truth layer, and it is where machine insider risk gets caught. Picture a user with no Salesforce license invoking an agent that a Salesforce admin built, then pulling records that user should never see. The gateway sees a tool call. The decision engine sees the privilege escalation, because it already mapped what that service account can reach and matched it against who is really driving the request.
The pattern most enterprise programs are landing on looks like this:
The gateway provides the enforcement moment. The decision engine provides the meaning. Obsidian is the second layer. Obsidian is not a gateway, does not build a gateway, and does not sit in the traffic path. An ecosystem partner like Cloudflare handles the inline enforcement. Obsidian is the endpoint the gateway calls when it needs a real verdict.
One honest caveat on where this runs live today. Autonomous runtime enforcement, where a verdict actually stops an action as it happens, is available for Claude and Microsoft Copilot. For the other agent platforms in scope (Agentforce, Amazon Bedrock, Google Vertex, ServiceNow's Now Assist, Snowflake Cortex, Moveworks, n8n), Obsidian discovers and governs today, building the inventory and the authority map, with runtime enforcement on the roadmap rather than shipping in present tense. That distinction matters when you plan a rollout, because you enforce where enforcement exists and you govern everywhere else.
The integration is more onboarding than migration:
A gateway on its own can only match patterns it already holds. It cannot answer questions like:
Answering these needs the identity graph a decision engine maintains. Obsidian correlates signals from AI agent platforms, identity providers, and browser telemetry into a living map of effective access: which agent, running as which account, can reach which tables, objects, and actions in the third-party app. Without that map, a gateway enforces policy on shadows. The blast radius of a single over-permissioned agent stays invisible until someone correlates its real reach, and roughly 90 percent of agents are over-permissioned to begin with.
The contract between the gateway and the decision engine is deliberately small. The gateway calls out on each MCP tool call. The decision engine returns one of three verdicts.
This is a policy control plane, not per-call billing. The decision engine's job is to make each verdict deterministic, auditable, and fast enough for the gateway's enforcement window. Because agents move roughly 16 times more data than humans do, and can generate thousands of tool calls in a single session, the verdict has to be cheap to ask for and quick to return.
Gateways typically add sub-millisecond overhead in the path. The decision engine callout is the variable. A well-built engine returns verdicts inside a one-second window and usually much faster. Set a fail-open or fail-closed default for the moments the engine is unreachable, and log every fallback event so the audit trail stays intact. When calls go missing from gateway logs, suspect agents reaching MCP servers directly and bypassing the path, which is exactly why cross-platform inventory from the decision engine matters more than any single choke point.
You do not really choose between them. You choose based on what you are trying to accomplish right now.
Most organizations start with the decision engine, because inventory and effective access are prerequisites for any rule a gateway would enforce. You cannot write policy for something you cannot see, and ghost-chasing configuration pages tells you what an agent was set up to do, not what it can actually reach.
Watch for per-API-call billing on either layer, since it scales badly against agentic workloads. The real cost drivers are the number of AI platforms in scope, the number of agents under management, whether the decision engine needs SaaS connectors (Obsidian's does not), and the integration and operations lift beyond the license.
If the honest answer to the second question is that you lack inventory, start with the decision engine and add the gateway when you are ready to enforce.
No. Obsidian is not a gateway and does not build one. Obsidian is the decision engine that a gateway calls for the verdict, and an ecosystem partner like Cloudflare handles the inline enforcement.
Most mature programs run both. The gateway provides enforcement in the traffic path. The decision engine provides the identity and authority context behind each call. One without the other leaves a clear gap.
Not on its own. Prompt-injection defense is a separate discipline, and Obsidian does not claim it in its core product. What the decision engine adds is a check on whether a manipulated agent is trying to act beyond the effective access it should have.
No. Maker mode requires correlating the agent's creator identity, the invoker's identity, and the downstream entitlements the agent inherits. That correlation is decision-engine work, not something a traffic proxy can see.
Autonomous runtime enforcement is live for Claude and Microsoft Copilot. For platforms like Agentforce, Bedrock, Vertex, Now Assist, Snowflake Cortex, Moveworks, and n8n, Obsidian discovers and governs today, with runtime enforcement on the roadmap.
No. Obsidian is agentic-only and connects directly to AI platforms through native APIs and webhooks, so the security team can act without waiting on IT to install a connector for every application.