diff --git a/chatgpt-agent.html b/chatgpt-agent.html new file mode 100644 index 0000000..ba0b50a --- /dev/null +++ b/chatgpt-agent.html @@ -0,0 +1,140 @@ + + + + + + + + ChatGPT AI Agent — Deploy Your Own Agent with Derez.ai + + + + + + + + + + + + + + + +
+ ← Derez.ai Home + +
+

ChatGPT AI Agent — Deploy in 5 Minutes

+

Build a custom AI agent powered by frontier LLMs. No coding, no servers — just your prompt and a working agent in under five minutes.

+
+ +

What You Get

+
+
+

🧠 LLM-Powered Reasoning

+

Your agent connects to models like GPT-4, Claude, and DeepSeek — the same powerful reasoning you know from ChatGPT, now acting on your behalf.

+
+
+

🔧 Full Tool Access

+

Browse the web, read files, run code, send emails, connect APIs. Your agent goes beyond chat — it executes real actions.

+
+
+

🔐 SSH Access

+

Every agent gets its own Linux instance with full SSH access. Install packages, configure cron jobs, run background processes.

+
+
+

⚡ Speed Run Integrations

+

Connect Nextcloud, Odoo, SMTP email, web research tools, and more — all through the dashboard, no code needed.

+
+
+ +

From Our Blog — Real Agent Workflows

+

Our speed-run blog posts show exactly how to build agents for real-world tasks. Each one takes under 5 minutes:

+ + +

How It Works

+

Sign up at app.derez.ai, pick a plan, and configure your integration settings. The dashboard generates Prompt 1 automatically — just add your task as Prompt 2 and your agent is live. All speed-run posts include the exact credentials and prompts you need.

+ +
+

Start Your Free Agent Today

+

Use coupon code BLOG950 for $9.50 off your first month.

+ Buy Agent → +
+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. · Blog +

+
+ + \ No newline at end of file diff --git a/index.html b/index.html index 2c04197..7794ece 100644 --- a/index.html +++ b/index.html @@ -1398,6 +1398,71 @@ } } + /* ══════════════════════════════════════════════════════════ + TOPICS + ══════════════════════════════════════════════════════════ */ + .topics-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 16px; + margin-top: 20px; + } + .topic-card { + display: flex; + flex-direction: column; + background: var(--bg-card); + border: 1px solid var(--border); + border-radius: 18px; + padding: 28px; + text-decoration: none; + transition: border-color .2s, transform .2s; + } + .topic-card:hover { + border-color: var(--accent); + transform: translateY(-3px); + text-decoration: none; + } + .topic-badge { + display: inline-block; + background: rgba(0,245,255,0.1); + color: var(--accent); + border: 1px solid rgba(0,245,255,0.25); + font-size: 0.7rem; + font-weight: 600; + padding: 3px 10px; + border-radius: 20px; + text-transform: uppercase; + letter-spacing: 0.5px; + align-self: flex-start; + margin-bottom: 14px; + } + .topic-card h3 { + font-size: 1.15rem; + font-weight: 600; + color: var(--text); + margin-bottom: 8px; + line-height: 1.3; + } + .topic-card p { + font-size: 0.88rem; + color: var(--text-muted); + flex: 1; + margin-bottom: 16px; + line-height: 1.6; + } + .topic-link { + color: var(--accent); + font-weight: 600; + font-size: 0.88rem; + align-self: flex-start; + } + .topic-card:hover .topic-link { + text-decoration: underline; + } + @media (max-width: 700px) { + .topics-grid { grid-template-columns: 1fr; } + } + /* ══════════════════════════════════════════════════════════ FOOTER ══════════════════════════════════════════════════════════ */ @@ -1930,6 +1995,7 @@
  • Pricing
  • FAQ
  • Blog
  • +
  • Topics
  • @@ -3446,6 +3512,29 @@
    + +
    +
    +
    +
    + diff --git a/odoo-hermes-agent.html b/odoo-hermes-agent.html new file mode 100644 index 0000000..bd1684a --- /dev/null +++ b/odoo-hermes-agent.html @@ -0,0 +1,180 @@ + + + + + + + + Odoo Hermes Agent — Integrate Odoo ERP with AI Agents | Derez.ai + + + + + + + + + + + + + + + +
    + ← Derez.ai Home + +
    +
    Integration Guide
    +

    Odoo Hermes Agent — Connect Your ERP to AI

    +

    Link your Odoo instance to Hermes Agent and let AI read, write, and automate your business data. CRM, sales orders, invoices — all accessible through natural language prompts.

    +
    + +

    What You Can Do

    +
    +
    +

    📇 Read CRM Contacts

    +

    Ask your agent "show me all leads from last week" and get a structured table back — no Odoo UI navigation needed.

    +
    +
    +

    📝 Update Records

    +

    "Set this lead to Won" or "Add a note to customer #42" — your agent writes directly to Odoo via the API.

    +
    +
    +

    📊 Generate Reports

    +

    "Show me sales by region this quarter" returns a formatted table your agent can save to Nextcloud or email to you.

    +
    +
    +

    ⚡ Automate Workflows

    +

    Combine Odoo access with web search or SMTP — your agent researches, updates CRM, and sends follow-up emails in one run.

    +
    +
    + +

    Prerequisites

    +
    +
    Integration — Odoo Community (API)
    + +
    + +

    Speed Run — From Zero to Odoo-Connected Agent

    +

    We published a full step-by-step walkthrough. It takes under 5 minutes from signup to your first Odoo query:

    +

    Read the Odoo Speed Run →

    + +

    In two prompts you go live:

    + + +

    Why Odoo + Hermes Agent?

    +

    Odoo is powerful but navigating its many modules (CRM, Sales, Inventory, Accounting) takes clicks. Hermes Agent gives you a single text interface to all of it — ask in English, get answers in seconds. Combined with web search and email tools, your agent becomes an autonomous business operations assistant.

    + +
    +

    Deploy Your Odoo-Connected Agent

    +

    Use coupon code BLOG950 for $9.50 off your first month.

    + Buy Agent → +
    + +

    + Derez.ai — Deploy your AI agent in 5 minutes. · Blog +

    +
    + + \ No newline at end of file