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>
|
||||
|
||||
@@ -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/hermes-agent-setup-guide.html" />
|
||||
<title>Hermes Agent Setup Guide: From Zero to Your First AI Agent — Derez.ai Blog</title>
|
||||
<title>Hermes Agent Setup Guide: From Zero to Your First AI Agent — derez.ai Blog</title>
|
||||
<meta name="description" content="Step-by-step guide to setting up a Hermes AI agent. Covers installation, agent persona, skills, tools, and cron jobs — no SSH required." />
|
||||
<meta name="keywords" content="hermes agent, hermes agent setup, install hermes agent, AI agent tutorial, hermes agent configuration, hermes agent persona, AI agent hosting" />
|
||||
<meta property="og:type" content="article" />
|
||||
@@ -136,7 +136,7 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
<a href="../../index.html" class="back">← Back to Derez.ai</a>
|
||||
<a href="../../index.html" class="back">← Back to derez.ai</a>
|
||||
|
||||
<h1>Hermes Agent Setup Guide: From Zero to Your First AI Agent</h1>
|
||||
|
||||
@@ -149,19 +149,19 @@
|
||||
|
||||
<p>Hermes Agent (by <a href="https://nousresearch.com?utm_source=derez" target="_blank" rel="noopener">Nous Research</a>) is an open-source AI agent framework that turns any Linux server into an autonomous digital worker. It reads files, runs shell commands, writes code, manages background processes, and follows chronological schedules — all through a natural language persona that you define.</p>
|
||||
|
||||
<p>In this guide, you'll go from a blank server to a running Hermes agent with custom skills, a configured persona, and automated cron jobs. <strong>No manual SSH required</strong> — the Derez.ai dashboard handles provisioning, so you start at the good part.</p>
|
||||
<p>In this guide, you'll go from a blank server to a running Hermes agent with custom skills, a configured persona, and automated cron jobs. <strong>No manual SSH required</strong> — the derez.ai dashboard handles provisioning, so you start at the good part.</p>
|
||||
|
||||
<h2>What You'll Need</h2>
|
||||
|
||||
<ul>
|
||||
<li>A <a href="https://derez.ai">Derez.ai</a> account ($4.99/mo with first-month coupon codes)</li>
|
||||
<li>A <a href="https://derez.ai">derez.ai</a> account ($4.99/mo with first-month coupon codes)</li>
|
||||
<li>An OpenRouter API key (or any OpenAI-compatible provider)</li>
|
||||
<li>About 10 minutes</li>
|
||||
</ul>
|
||||
|
||||
<h2>Step 1: Provision Your Agent Instance</h2>
|
||||
|
||||
<p>From the Derez.ai dashboard at <strong>app.derez.ai</strong>, click <strong>Create Agent</strong>. The platform spins up a dedicated Linux instance pre-configured with Python 3.11, the Hermes runtime, and all dependencies. You'll receive:</p>
|
||||
<p>From the derez.ai dashboard at <strong>app.derez.ai</strong>, click <strong>Create Agent</strong>. The platform spins up a dedicated Linux instance pre-configured with Python 3.11, the Hermes runtime, and all dependencies. You'll receive:</p>
|
||||
|
||||
<ul>
|
||||
<li>Full SSH access (root) to your instance</li>
|
||||
@@ -184,7 +184,7 @@
|
||||
|
||||
<div class="prompt-box">
|
||||
<strong>AGENT_PERSONA.md</strong><br><br>
|
||||
You are Mark, a Customer Success Agent for Derez.ai.<br><br>
|
||||
You are Mark, a Customer Success Agent for derez.ai.<br><br>
|
||||
- You are helpful, concise, and proactive.<br>
|
||||
- You monitor new signups and send welcome messages.<br>
|
||||
- You check server health daily and flag issues.<br>
|
||||
@@ -195,7 +195,7 @@
|
||||
- When blocked, report the blocker — never fabricate results.
|
||||
</div>
|
||||
|
||||
<p>You can edit this file directly from the Derez.ai dashboard's file manager, or via SSH. The agent reloads it on each conversation turn, so changes take effect immediately.</p>
|
||||
<p>You can edit this file directly from the derez.ai dashboard's file manager, or via SSH. The agent reloads it on each conversation turn, so changes take effect immediately.</p>
|
||||
|
||||
<h2>Step 3: Install Skills</h2>
|
||||
|
||||
@@ -246,7 +246,7 @@ notify_on_complete: true # Get notified when done</code></pre>
|
||||
|
||||
<h2>Step 5: Test Your Agent</h2>
|
||||
|
||||
<p>Open the Hermes web UI (available from your Derez.ai dashboard) and start a conversation. Try these test prompts:</p>
|
||||
<p>Open the Hermes web UI (available from your derez.ai dashboard) and start a conversation. Try these test prompts:</p>
|
||||
|
||||
<ul>
|
||||
<li><em>"What's my server health look like today?"</em></li>
|
||||
@@ -275,7 +275,7 @@ notify_on_complete: true # Get notified when done</code></pre>
|
||||
<h2>Troubleshooting</h2>
|
||||
|
||||
<h3>Agent not responding</h3>
|
||||
<p>Check that the agent process is running: <code>ps aux | grep hermes</code>. From the Derez.ai dashboard, you can restart the agent with one click.</p>
|
||||
<p>Check that the agent process is running: <code>ps aux | grep hermes</code>. From the derez.ai dashboard, you can restart the agent with one click.</p>
|
||||
|
||||
<h3>Skills not loading</h3>
|
||||
<p>Verify the file is in the correct directory (<code>~/.hermes/skills/</code>) with <code>.md</code> extension. Check the YAML frontmatter is valid — missing <code>---</code> delimiters will silently skip the file.</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>How to Deploy AI Agents in 10 Minutes (No SSH, No DevOps) - Derez.ai Blog</title>
|
||||
<title>How to Deploy AI Agents in 10 Minutes (No SSH, No DevOps) - derez.ai Blog</title>
|
||||
<meta name="description" content="Deploy open-source AI agents in minutes without touching SSH, YAML, or Docker. Hermes Agent, ChatGPT clones, Odoo CRM bots — one click, live on a subdomain." />
|
||||
<meta name="robots" content="noindex, follow" />
|
||||
<link rel="canonical" href="https://derez.ai/blog/posts/how-to-deploy-ai-agents-5-minutes.html" />
|
||||
@@ -12,7 +12,7 @@
|
||||
<body>
|
||||
<article>
|
||||
<h1>How to Deploy AI Agents in 10 Minutes (No SSH, No DevOps)</h1>
|
||||
<p><em>Published: June 2026 · 5 min read · <a href="https://derez.ai">Derez.ai</a></em></p>
|
||||
<p><em>Published: June 2026 · 5 min read · <a href="https://derez.ai">derez.ai</a></em></p>
|
||||
|
||||
<p>Setting up an AI agent used to mean provisioning a server, configuring SSH keys, installing dependencies, debugging Docker Compose files, and praying the API keys worked on the first try.</p>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<p>The whole process takes 45-90 minutes per agent, and you learn exactly nothing new after the first time.</p>
|
||||
|
||||
<h2>The Faster Way: One-Click Agent Platform</h2>
|
||||
<p>Derez.ai wraps the entire process into a single step. Pick a template, set a subdomain, and the agent is live in ~10 Minutes.</p>
|
||||
<p>derez.ai wraps the entire process into a single step. Pick a template, set a subdomain, and the agent is live in ~10 Minutes.</p>
|
||||
|
||||
<h3>Available Agent Templates</h3>
|
||||
<ul>
|
||||
|
||||
@@ -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/speed-run-cold-email.html" />
|
||||
<title>Speed Run: Send Your First Cold Email with an AI Agent — Derez.ai Blog</title>
|
||||
<title>Speed Run: Send Your First Cold Email with an AI Agent — derez.ai Blog</title>
|
||||
<meta name="description" content="From zero to a cold-sending AI agent in under 10 Minutes. SMTP configured, first email drafted and sent." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-cold-email.html" />
|
||||
@@ -153,7 +153,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/speed-run-competitor-profiling.html" />
|
||||
<title>Speed Run: Competitor Profiling — ODOO Community Hosting — Derez.ai Blog</title>
|
||||
<title>Speed Run: Competitor Profiling — ODOO Community Hosting — derez.ai Blog</title>
|
||||
<meta name="description" content="From zero to a competitor intelligence agent that researches ODOO Community hosting providers and returns a structured comparison table." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-competitor-profiling.html" />
|
||||
@@ -151,7 +151,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/speed-run-kie-ai-image.html" />
|
||||
<title>Speed Run: Generate Images with Kie.ai & Hermes Agent — Derez.ai Blog</title>
|
||||
<title>Speed Run: Generate Images with Kie.ai & Hermes Agent — derez.ai Blog</title>
|
||||
<meta name="description" content="From zero to an AI-generated image in under 10 minutes. Connect Kie.ai's multi-model API to Hermes Agent and generate production-quality visuals." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-kie-ai-image.html" />
|
||||
@@ -155,7 +155,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/speed-run-nextcloud-svg.html" />
|
||||
<title>Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent — Derez.ai Blog</title>
|
||||
<title>Speed Run: Connect to Nextcloud & Render SVGs with an AI Agent — derez.ai Blog</title>
|
||||
<meta name="description" content="From zero to an agent that connects to Nextcloud, generates vector graphics, and saves them — all through a single prompt." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-nextcloud-svg.html" />
|
||||
@@ -155,7 +155,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/speed-run-odoo-community-agent.html" />
|
||||
<title>Speed Run: Create an Odoo Community Agent from Zero — Derez.ai Blog</title>
|
||||
<title>Speed Run: Create an Odoo Community Agent from Zero — derez.ai Blog</title>
|
||||
<meta name="description" content="From signup to an Odoo-connected AI agent in under 10 Minutes. Free trial included." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-odoo-community-agent.html" />
|
||||
@@ -154,7 +154,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/speed-run-research-agent-mobile.html" />
|
||||
<title>Speed Run: Research Agent — Scrape mobile.de with AI — Derez.ai Blog</title>
|
||||
<title>Speed Run: Research Agent — Scrape mobile.de with AI — derez.ai Blog</title>
|
||||
<meta name="description" content="From zero to a research agent that scrapes mobile.de and returns a structured table of Toyota Hilux listings with prices and specs." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/speed-run-research-agent-mobile.html" />
|
||||
@@ -151,7 +151,7 @@
|
||||
</p>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -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/why-backing-up-an-agent-is-so-hard.html" />
|
||||
<title>Why Backing Up an AI Agent Is So Hard — Derez.ai Blog</title>
|
||||
<title>Why Backing Up an AI Agent Is So Hard — derez.ai Blog</title>
|
||||
<meta name="description" content="69% of an agent's state lives outside its home directory. Real filesystem data on why home-dir backups fail — and why full-disk snapshots are the only viable solution." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://derez.ai/blog/posts/why-backing-up-an-agent-is-so-hard.html" />
|
||||
@@ -263,10 +263,10 @@
|
||||
Our snapshot compression brings the 6.8 GB down to about 4.2 GB on disk. With 7 daily snapshots retaining the full machine state, you're looking at ~6–10 GB total — negligible for any modern VPS provider.
|
||||
</p>
|
||||
|
||||
<h2>What Derez.ai Does Differently</h2>
|
||||
<h2>What derez.ai Does Differently</h2>
|
||||
|
||||
<p>
|
||||
Every Derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
|
||||
Every derez.ai agent instance comes with <strong>automatic full-disk snapshots</strong> — not home-directory backups, not config exports, but full filesystem snapshots.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -277,7 +277,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="pro-tip">
|
||||
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into Derez.ai from day one because "it works after restore" is the only standard that matters.</p>
|
||||
<p><strong>Real talk: </strong>Most agent hosting services back up your config and call it a day. They don't tell you that restoring won't work because the runtime is missing. We built full-disk snapshots into derez.ai from day one because "it works after restore" is the only standard that matters.</p>
|
||||
</div>
|
||||
|
||||
<h2>Better Safe Than Sorry</h2>
|
||||
@@ -291,7 +291,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
At Derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
|
||||
At derez.ai, your agent's full disk gets backed up every day. No gaps, no missing runtimes, no surprises on restore.
|
||||
</p>
|
||||
|
||||
<div class="cta-box">
|
||||
@@ -301,7 +301,7 @@
|
||||
</div>
|
||||
|
||||
<p style="margin-top:48px;padding-top:24px;border-top:1px solid #1a1a24;font-size:0.85rem;color:#666;">
|
||||
<a href="https://derez.ai" style="color:#00f5ff">Derez.ai</a> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
|
||||
<a href="https://derez.ai" style="color:#00f5ff">derez.ai</a> — Work with your AI agent in 10 minutes. Full-disk backups, SSH access, managed dashboard included.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user