Zoho AI agents are autonomous assistants built on the Zia AI platform that read, reason, and act across 50+ Zoho One apps. They go far beyond a basic Zoho AI assistant or simple Zoho AI chatbot, handling sales prospecting, customer support, HR onboarding, and project status reporting using cross-app context, custom Deluge functions, and OpenAI model routing through a single low-code platform.
This setup guide walks through the full configuration in roughly 30 minutes. You will enable Zia, open Agent Studio, build a first custom agent, connect it to CRM and Desk, and review the catalog of pre-built agents available in your Zoho One subscription. The goal is a working agent you can hand to a sales or support team by the end of the session.
This guide assumes you already have a Zoho One subscription. If you are still evaluating, the Zoho One tool page covers the broader suite, and the best AI agent platforms roundup compares Zia against competing frameworks.
Prerequisites
Before you begin, confirm the following items are in place. The configuration steps assume admin access to a paid Zoho One organization, since the Zoho Zia Agents pricing model bundles agents into the suite with no standalone free tier. Understanding the Zoho AI Agent Builder workflow first will help you scope the prerequisites below.
- Active Zoho One subscription: All Employee at $45/month annual per user or Flexible User at $105/month annual per user. Monthly billing is $45 and $105 respectively. The standard 15-day Zoho One trial covers Zia.
- Admin role: You need Super Admin or Organization Admin permissions on the Zoho One console to enable Zia services and grant Agent Studio access.
- Connected core apps: At minimum, activate Zoho CRM, Desk, and Mail in your Zoho One bundle. Cross-app agents need read and write scopes on whichever apps they touch.
- OpenAI key (optional): Zia ships with its own models, but routing certain reasoning steps to GPT-4 requires adding an OpenAI key under the Zia admin panel.
- Use case sketch: Decide what your first agent will do. A two-sentence description like “qualify inbound leads from web forms and book a meeting” is enough to start.
If you do not yet have a subscription, start your Zoho One trial before continuing. The trial unlocks the full Zia Agent Studio without restrictions.
Step 1: Enable Zia and Agent Studio
Sign in to the Zoho One admin console using your admin account. From the left navigation, open Settings, then AI Services, then Zia. Toggle Zia to Enabled at the organization level. This single switch activates Zia across every Zoho app your users touch, which is the foundation of agentic ai inside the suite. The official Zia Agent Studio overview documents the full feature surface.

Next, open Zia Agent Studio from the same AI Services panel. On first launch, the studio runs a workspace provisioning step that takes about two minutes. When provisioning completes, you will see three tabs: My Agents, Pre-Built Agents, and Agent Catalog. Confirm that the org name in the top right matches your Zoho One tenant.
If you plan to use OpenAI routing, click Settings inside Agent Studio, choose Model Configuration, and paste your OpenAI API key. Select GPT-4 or GPT-4o as the routing target for complex reasoning steps. Zia will fall back to its native models for shorter prompts to control cost.
Step 2: How to Build Zoho AI Agents Step by Step
This is the core of the setup. We will build a lightweight SDR-style agent that reads new leads from CRM, scores them, and drafts a follow-up email in Mail. The same flow applies to support, HR, or finance agents - only the connected apps and prompts change.
Create the agent shell. In Agent Studio, click My Agents, then New Agent. Give it a name like “Lead Qualifier”, a one-line description, and choose Custom Agent as the type. Click Create.
Write the system prompt. In the Instructions pane, describe the agent role in plain English. A working starter prompt:
You are a sales development assistant. When a new lead is created in Zoho CRM, review the company size, industry, and lead source. Score the lead from 1 to 10. If the score is 7 or higher, draft a personalized outreach email and save it as a draft in Zoho Mail. Always log a note on the CRM record summarizing your reasoning.
Keep instructions under 400 words. Long prompts hurt latency and dilute the model’s focus.
Attach tools. Open the Tools tab and click Add Tool. Zia exposes four categories: App Actions (built-in CRUD on Zoho apps), Custom Functions (Deluge scripts), API Calls (any REST endpoint), and Knowledge Base (SearchIQ-indexed documents). For our SDR agent, add three app actions: CRM.Leads.Read, CRM.Leads.UpdateNote, and Mail.Drafts.Create. The Zoho Creator API developer guide covers the underlying Deluge syntax in detail.

Set the trigger. Open the Triggers tab and select App Event. Choose Zoho CRM, then Lead Created. You can also chain a schedule trigger (“every weekday at 9am, summarize yesterday’s leads”) for digest-style agents. Webhook and Cliq conversation triggers are available for inbound chat use cases.
Configure memory. Under Memory, enable both Short-Term Conversation Memory (default 10 turns) and Long-Term Knowledge Base. Point the knowledge base at a SearchIQ index of your sales playbook documents stored in Zoho WorkDrive. This gives the agent grounded context for outreach phrasing.
Save and validate. Click Save. Agent Studio runs a static check on your prompt, tools, and triggers, flagging missing scopes or circular references before you can deploy.
Step 3: Test the Agent
Before deploying to production data, run the agent against a sandbox lead. In Agent Studio, open your Lead Qualifier agent and click Test Run. Paste a sample lead JSON payload or pick an existing test record from CRM. The studio shows the agent’s reasoning trace, every tool call, and the final output.
Watch for three things during the first run:
- Tool selection: Did the agent call
CRM.Leads.Readfirst, then update the note, then create the mail draft? Out-of-order calls usually mean the prompt is ambiguous. - Scope errors: If you see a 403 on
Mail.Drafts.Create, the Mail app is not connected for the agent’s service account. Re-authorize from the Tools panel. - Output quality: Read the draft email. If it sounds generic, tighten the system prompt with specifics about your buyer persona and tone of voice.
Once the test run looks clean, switch the agent from Draft to Active in the top-right toggle. The agent now listens to live CRM events.
Step 4: Connect Agents to Other Zoho Apps
Cross-app skills are where Zia separates itself from standalone bot frameworks. A single agent can pull a contact from CRM, check an open ticket in Desk, query the latest invoice in Books, and reply over Cliq - all in one reasoning loop. This is what intelligent automation looks like when the data layer is unified.
To extend the Lead Qualifier into a multi-app agent, return to Tools and add:
Desk.Tickets.Searchto check whether the lead has an open support ticket from a previous trialBooks.Invoices.Listto flag leads who already exist as customersCliq.Channels.Postmessageto alert the SDR team in a Slack-like channel when a high-score lead arrives
Update the system prompt to reference these new tools. A useful pattern: “Before drafting outreach, check Desk for open tickets and Books for prior invoices. If either exists, route the lead to the account management channel in Cliq instead of the new-business channel.”
This cross-app context is the practical edge of ai workflow automation in Zoho. A single agent replaces what would otherwise be three Zapier or Make scenarios stitched across CRM, Desk, and Books. Pair this with the Zoho HubSpot integration guide if your agent also needs to read from non-Zoho systems.
Step 5: What Pre-Built Zia Agents Are Available?
Building from scratch is useful, but Zoho ships several pre-built agents that cover common roles. Open Pre-Built Agents in Agent Studio to install them with a single click. Each agent is fully customizable after install.
| Agent | Primary App | What It Does |
|---|---|---|
| SDR Agent | CRM | Qualifies inbound leads, drafts outreach, books meetings |
| Customer Support Agent | Desk | Triages tickets, suggests replies, escalates urgent issues |
| IT Help Desk Agent | Desk + Assist | Resolves password resets, software requests, status checks |
| HR Onboarding Agent | People + Recruit | Walks new hires through paperwork, training, app access |
| Project Status Agent | Projects | Summarizes weekly progress, flags slipping milestones |
For most teams, the SDR Agent and Customer Support Agent are the fastest path to ROI. They install pre-configured with sensible prompts, tool access, and triggers. You typically only need to adjust the tone of voice and the specific channels they post to.
Custom agents win when your process is genuinely unique - a niche compliance workflow, a multi-stage approval chain, or anything that touches third-party APIs outside the Zoho ecosystem. For comparison, the best workflow automation tools 2026 roundup covers when to reach for Make or n8n instead.
Step 6: Verify and Monitor
Once an agent is live, monitoring matters more than the initial build. Open Agent Studio, click your agent, and select the Activity tab. You will see every run, the trigger that fired it, the tools it called, and the final outcome.

Three monitoring habits to adopt in the first two weeks:
- Daily activity review: Spend five minutes scanning the activity log. Look for repeated failures on the same tool - that almost always means a missing scope or a recently changed CRM field.
- Weekly prompt tuning: Pick three runs where the output was weak. Adjust the system prompt to address the gap, then re-run those exact inputs to confirm the fix.
- Monthly quota check: Each Zoho app has per-org function execution limits. Heavy agents can burn through Deluge function quota. Review usage under Zoho One Admin > Usage > Functions and request quota increases if you are approaching the cap.
For a deeper look at Zia’s monitoring features, the Zoho CRM Zia AI features guide covers the analytics dashboard in more detail.
How Much Do Zoho AI Agents Cost?
Zia agents are bundled into both Zoho One tiers at no extra charge. There is no separate agent pricing, no per-run fee, and no free tier of agents specifically. The only way to access Agent Studio is an active Zoho One subscription or the 15-day trial.
| Plan | Monthly | Annual | Best For |
|---|---|---|---|
| All Employee | $45/mo per user | $45/month per user | SMBs licensing every employee |
| Flexible User | $105/mo per user | $105/month per user | Agencies and consultancies licensing specific users |
Which plan should you pick? For most companies under 200 employees, the All Employee plan is correct. The math works because every employee gets access to all 50+ apps and Zia agents at the lower per-seat rate. The Flexible User plan only wins when fewer than roughly 40% of your headcount needs Zoho access - typical for agencies where most staff use client-side tools instead.
Both tiers include identical Zia and Agent Studio access. The only subtle difference is administrative: Flexible User requires named license assignment, which adds a small ops overhead.
For pricing details and the latest promotions, view Zoho One pricing directly. The AI tools for small business guide also includes Zoho One in its budget-tier picks.
Frequently Asked Questions
Does Zoho have AI agents?
Yes. Zoho offers AI agents through its Zia framework, available inside the Zoho One suite. The platform includes Zia Agent Studio for building custom agents and a catalog of pre-built agents for sales, support, IT, HR, and project management. Agents work across 50+ Zoho apps with shared context.
What is Zia Agent Studio?
Zia Agent Studio is Zoho’s low-code platform for building custom AI agents. It provides a visual interface to define agent instructions, attach tools (app actions, Deluge functions, REST APIs, knowledge bases), configure triggers, and set memory behavior. Agents built in Studio run inside Zoho’s infrastructure with native access to every Zoho One app.
Which Zoho plan includes Zia agents?
Zia agents are included in both Zoho One tiers: All Employee at $45/month annual per user and Flexible User at $105/month annual per user. There is no free tier and no separate add-on price for agents. The standard 15-day Zoho One trial gives full Agent Studio access during evaluation.
Can Zia agents call external APIs?
Yes. Through the API Calls tool category in Agent Studio, you can give an agent access to any REST endpoint with OAuth, API key, or basic auth. This is how teams extend agents into Slack, Salesforce, Stripe, or internal services. For complex external integrations, the Zoho Creator API developer guide covers the underlying API patterns.
Do I need coding skills to build a Zoho AI agent?
No coding is required for the core agent definition. System prompts are plain English, tools are point-and-click, and triggers are dropdown-driven. Coding only enters the picture when you need a custom Deluge function for a calculation or transformation that built-in tool actions cannot perform.
The Bottom Line
Zoho AI agents combine three things competitors rarely offer in one package: a low-code platform for building custom agents, deep cross-app context across 50+ business apps, and inclusion in a flat-rate subscription with no per-run fees. For organizations already standardized on Zoho One, Zia Agent Studio is the obvious next step beyond simple workflow rules.
Start with one of the pre-built agents - SDR or Customer Support are the highest-impact entry points - and use it for two weeks before building anything custom. You will learn more about how Zia reasons from watching a working agent than from reading documentation.
Once you have a feel for the platform, the custom agent flow in Step 2 above takes about 30 minutes for a first build and gets faster from there. For teams already running Zoho CRM, the Zoho CRM Zia AI features guide and Zoho Projects Zia AI guide cover the app-specific Zia features that complement Agent Studio. Detailed pricing, per-app feature breakdowns, and review aggregations live on the Zoho One tool page.
Two practical reminders before you start: enable observability on day one so every agent run is logged, and set escalation paths early so a confused agent knows when to hand a conversation back to a human. Both habits become hard to retrofit once an agent has been running for months. The Best AI Agent Platforms guide compares Zoho’s approach against Claude, ChatGPT, and others if you are evaluating multiple vendors before committing to a single platform stack.
Want to learn more about Zoho One?
Related Reading
- Zoho One Tool Page
- Best AI Agent Platforms
- Best Workflow Automation Tools 2026
- AI Tools for Small Business
Related Guides
- Zoho CRM Setup Guide for Small Business
- Zoho CRM Zia AI Features Guide
- Zoho HubSpot Integration Guide
- Zoho Creator API Developer Guide
- Zoho Projects Zia AI Guide
External Resources
Related Guides
- Zoho AI Guide: Zia Features, Pricing, and Use Cases 2026
- Zoho Assist Setup Guide: Free Remote Support for IT
- Zoho Bookings Setup: Schedule Appointments Fast
- Zoho Campaigns Setup: Send Your First Email Campaign
- Zoho Cliq Setup Guide 2026: Team Chat in 20 Minutes
- Zoho Commerce Setup Guide (2026): Domain to First Sale
- Zoho Connect Setup Guide: Build a Team Network 2026
- Zoho CRM For Small Business Explained (2026 Guide)
- Zoho CRM Pricing Guide: All Tiers & Costs Compared
- Zoho Flow Tutorial: Connect Apps Without Code 2026