AI INFRASTRUCTURE FOR WORDPRESS

AI Agents
for WordPress.

Let your WordPress site understand requests, use tools, execute actions and automate real work — not just answer questions in a chat window.

WordPress native Tools & Abilities Multiple AI providers
zoltiq-agent / activity
online
YOU

Find visitors who abandoned a cart this week and draft a follow-up.

ZOLTIQ AGENT

Analyzing your store activity…

Found 12 abandoned carts
Checked order history per visitor
Matched 3 to a discount-eligible segment
order_lookup segment_match agent_reasoning

Recommended action

Draft a follow-up email for the 3 eligible visitors.

Visitor A Visitor B Visitor C
Review drafts →
/INDUSTRIES

One agent core.
Any storefront.

The same reasoning engine, configured with the tools each business actually needs — from a single boutique to a multi-branch chain.

Product discovery agent
E-commerce

Product discovery agent

Helps shoppers compare products, find the right option and move closer to purchase.

Trip planning agent
Travel

Trip planning agent

Turns natural-language travel ideas into itineraries, recommendations and booking-ready next steps.

Property matching agent
Real estate

Property matching agent

Understands preferences, filters inventory and presents a short list worth viewing.

Fit & recommendation agent
Footwear

Fit & recommendation agent

Answers sizing questions and recommends products by use, fit, terrain and budget.

Styling assistant
Fashion

Styling assistant

Builds outfits from the catalog and helps shoppers discover complementary pieces.

Product specification agent
Plumbing & home

Product specification agent

Matches fittings, sizes and compatible parts from a technical product catalog.

Fresh basket agent
Groceries

Fresh basket agent

Builds baskets from available stock, dietary preferences and delivery constraints.

Ordering agent
Food & restaurants

Ordering agent

Guides customers through choices, modifiers, add-ons and checkout-ready orders.

/USE CASES

One platform.
Many agents.

Support Agent

Answer visitor questions, understand intent and guide users through your website.

Sales Agent

Help visitors discover products, compare options and move closer to a purchase.

Admin Agent

Work with WordPress capabilities and perform repetitive site-management tasks.

Automation Agent

Turn multi-step processes into workflows that can run with less manual effort.

/TOOLS

Give your agent access to WordPress Abilities API.


Connect your agent to the WordPress Abilities API and let it discover and execute the capabilities already available on your site.

Ability Category Group Source Status ↓ Type Description Actions
List Plugins zoltiq/list-plugins zoltiq-agents-plugins plugins zoltiq Enable Resource
List all installed WordPress plugins, optionally filtered by status.
Edit
Activate Plugin zoltiq/activate-plugin zoltiq-agents-plugins plugins zoltiq Enable Tool
Activate an installed WordPress plugin by name, slug, or partial match...
Edit
Deactivate Plugin zoltiq/deactivate-plugin zoltiq-agents-plugins plugins zoltiq Enable Tool
Deactivate an active WordPress plugin by name, slug, or partial match. Works in...
Edit
Install Plugin zoltiq/install-plugin zoltiq-agents-plugins plugins zoltiq Enable Tool
Install a plugin from the WordPress.org plugin directory by name or slug.
Edit
Update Plugin zoltiq/update-plugin zoltiq-agents-plugins plugins zoltiq Enable Tool
Apply the pending update for one or more installed plugins...
Edit
Activate Theme zoltiq/activate-theme zoltiq-agents-themes themes zoltiq Enable Tool
Activate an installed WordPress theme by name, stylesheet, or partial match...
Edit
/HOW IT WORKS

From conversation
to action.


Zoltiq Agents follows the complete execution loop from the initial request to the final result. The agent combines the user's message with the conversation context, determines what needs to happen, selects the capabilities required to complete the task, executes the appropriate tools or WordPress Abilities, and uses the returned results to produce the final response. This allows the agent to do more than generate text — it can reason, take action, and return the outcome of that action.

01

User asks

A natural-language request starts the task.

02

Agent understands

Context and intent are interpreted together.

03

Tools are selected

The agent identifies the capabilities it needs.

04

Action is executed

Tools perform the required operations.

05

Result is returned

The visitor gets a useful, traceable outcome.

/DEVELOPERS

Build agents that fit
your WordPress stack.


Build agents around your existing WordPress stack using custom tools, WordPress Abilities, external services and multi-step workflows. Zoltiq Agents uses LangChain and LangGraph under the hood to handle agent reasoning, tool selection and execution flow, so you can focus on defining what your agent can do and how it should work.

agent_frontend_1786721346.jsJS
export async function createAgent(deps) {
  const {
    Annotation, StateGraph, MessagesAnnotation,
    tool, getExternalTools, ToolNode,
    ChatPromptTemplate, AIMessage, toolsCondition,
    llmService, SessionStorageCheckpointer
  } = deps;

  let exTools = await getExternalTools('public-site');
  const allTools = [...exTools];

  /*========================================================
  1. SYSTEM PROMPT   ========================================================*/

  const assistantPrompt = ChatPromptTemplate. fromMessages([
    [
      'system',
      'You are an assistant at an electronics store.'
    ],
    ['placeholder', '{messages}'],
  ]);

  /*========================================================
  2. STATE   ========================================================*/

  const AgentState = Annotation.Root({
    ...MessagesAnnotation.spec
  });

  /*========================================================
  3. NODES
  ========================================================*/


  /* ---------- ASSISTANT NODE ---------- */
  const callAssistant = async (state, config) => {
    const llm = llmService.get ('llm-mini-model');
    const chain = assistantPrompt.pipe(llm. bindTools(allTools));
    const response = await chain.invoke({
      messages: state.messages,
    });
    return { messages: [response] };
  };

  /* ---------- TOOLS NODE ---------- */
  const toolsNode = new ToolNode(allTools);

  /*========================================================
  4. GRAPH
  ========================================================*/

  const workflow = new StateGraph(AgentState)
    .addNode('assistant', callAssistant)
    .addNode('tools', toolsNode)
    .addEdge('__start__', 'assistant')
    .addConditionalEdges('assistant', toolsCondition)
    .addEdge('tools', 'assistant');

  /*========================================================
  5. MEMORY / CHECKPOINTER
  ========================================================*/

  const memory = new SessionStorageCheckpointer();
  return workflow.compile({
    checkpointer: memory,
  });
}
/PRICING

Start with one agent.
Scale when you need to.

Choose the setup that matches the way you build and use AI agents.

FREE
Start
Build your first AI agent.
$0
  • 1 AI agent
  • Chat interface
  • Basic tools
  • Core customization
Get started
PRO
Agents
Build powerful multi-tool agents.
$24.95
  • Multiple agents
  • Advanced tools & workflows
  • Conversation history
  • Advanced customization
  • Multiple AI providers
Choose Pro

Before you install

What's the difference between a chatbot and an agent?+
A chatbot answers questions. An agent can also take real actions on your site — searching products, adding to cart, creating a support ticket, booking a slot — within permissions you switch on per role.
How do I add an agent to my site?+
Install and activate the plugin, choose a role template, paste your API key, then place the agent with a block, shortcode, or floating widget. No code required.
Do I need an Provider API key?+
Yes — you bring your own key, and pay provider directly for usage. Zoltiq Agents' price covers the plugin, not model usage.
Does it work with WooCommerce?+
Yes, natively. Agents can read your product catalog, stock, and shipping rules, and can add items to a visitor's cart.
Can I give an agent custom instructions?+
Yes. Every role template starts with an editable prompt, and you choose which actions it's allowed to take.
Is there support for other languages?+
Agents detect the visitor's language automatically and respond in kind, with no extra configuration.

Give your WordPress site
an agent, not just a chat window.

Free to install. Upgrade only when you need more than one agent.