style: derez.ai is all lowercase — brand style fix (verb, not capitalized)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<link rel="canonical" href="https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html" />
|
||||
<title>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents — Derez.ai Blog</title>
|
||||
<title>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents — derez.ai Blog</title>
|
||||
<meta name="description" content="Direct Odoo XML-RPC access vs MCP (Model Context Protocol) for AI agents. Why a dedicated Odoo user with direct API access beats an MCP middleware layer for security, performance, and flexibility." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/direct-odoo-api-vs-mcp.html" />
|
||||
@@ -122,7 +122,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<a class="back" href="https://derez.ai">← Derez.ai Home</a>
|
||||
<a class="back" href="https://derez.ai">← derez.ai Home</a>
|
||||
|
||||
<div class="badge">Architecture · Odoo · AI Agents</div>
|
||||
<h1>Direct Odoo API vs MCP — Why Direct Access Wins for AI Agents</h1>
|
||||
@@ -146,7 +146,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
But trendy isn't always better. After building both approaches at Derez.ai, here's why we believe
|
||||
But trendy isn't always better. After building both approaches at derez.ai, here's why we believe
|
||||
<strong>direct Odoo API access via a dedicated agent user</strong> is the superior choice — especially for
|
||||
startups running Odoo Community Edition.
|
||||
</p>
|
||||
@@ -170,7 +170,7 @@
|
||||
<h2>How Direct API Access Works</h2>
|
||||
|
||||
<p>
|
||||
With the Derez.ai approach, your agent authenticates directly against Odoo's XML-RPC API using its
|
||||
With the derez.ai approach, your agent authenticates directly against Odoo's XML-RPC API using its
|
||||
<strong>own dedicated Odoo user account</strong>. There's no middle layer — the agent reads, writes, and
|
||||
queries Odoo models directly, subject only to the user's Odoo access rights.
|
||||
</p>
|
||||
@@ -199,7 +199,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="compare-card direct">
|
||||
<h3>✅ Direct API (Derez.ai)</h3>
|
||||
<h3>✅ Direct API (derez.ai)</h3>
|
||||
<ul>
|
||||
<li>Zero middleware — agent talks directly to Odoo</li>
|
||||
<li>No extra latency — same speed as any Odoo client</li>
|
||||
@@ -302,7 +302,7 @@
|
||||
is overkill.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Our Take at Derez.ai</h2>
|
||||
<h2>Our Take at derez.ai</h2>
|
||||
|
||||
<p>
|
||||
For the combination of <strong>Odoo Community Edition + a dedicated Hermes Agent</strong>, direct API access
|
||||
@@ -334,7 +334,7 @@
|
||||
</div>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a2e;font-size:0.85rem;color:#555;">
|
||||
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Deploy your AI agent in 10 Minutes. ·
|
||||
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Deploy your AI agent in 10 Minutes. ·
|
||||
<a href="https://derez.ai/odoo-hermes-agent.html">Odoo Integration Guide</a> ·
|
||||
<a href="https://derez.ai/odoo-hermes-agent-startups.html">Odoo + Hermes for Startups</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user