Build and deploy a Support Copilot for Zendesk
Copy page
Deploy a knowledge-grounded AI copilot into your Zendesk ticket sidebar so support agents get answers, drafts, and next steps without leaving the ticket.
Overview
Support Copilot puts an Inkeep agent right inside the Zendesk ticket sidebar, working alongside your support team. When an agent opens a ticket, the copilot will:
- Read the ticket — the conversation, metadata, and customer details — automatically
- Search your knowledge base for relevant answers
- Help the agent make progress — explain the issue, draft a reply, or suggest the next question to ask
Everything happens inside the ticket the agent is already working in. No tab-switching, no copy-paste.
Prerequisites
- Access to Inkeep Enterprise — schedule a demo if you don't have it yet
- An Inkeep account with Inkeep Unified Search configured for your product (knowledge base, docs, sources connected)
- A Zendesk account, with a Zendesk admin available to approve the app install
Build the Smart Assist agent
Start by building the agent that powers the copilot: a single sub agent that searches your knowledge base and helps the support agent reason about the ticket.
In the Visual Builder, go to the Agents tab in the left sidebar and click Create agent. Give it a name like Support copilot.
Click the Default Sub Agent on the canvas to configure it. Fill in:
- Name:
Smart Assist - Prompt: Paste the prompt below
- Base model: Leave the inherited default (e.g., Claude Sonnet 4.5).
Prompt:
Replace [Your Company] with your company name. This prompt is a starting point — tune the tone and the "how to help" steps to match how your team works.
Connect your knowledge base
Smart Assist needs to search your content to ground its answers. Inkeep Unified Search is exposed as an MCP server that gives the agent a search-knowledge-base tool.
Click MCP Servers in the left sidebar, then New MCP Server → Custom Server. Register your Inkeep Unified Search server and give it a name (e.g., Facts MCP).
Go back to your agent canvas, drag an MCP block onto it, select your search server, and connect it to the Smart Assist sub agent.
Click Save Changes in the top right corner.
Your canvas should now show Smart Assist connected to the knowledge base MCP:
Need the full walkthrough for generating an Inkeep API key and saving it as a credential? See Connect your data.
Create a Support Copilot app
A Support Copilot app is how you deploy your agent into an external support platform like Zendesk. It connects your agent to the platform and defines the quick actions your team sees in the sidebar.
Go to the Apps tab in the left sidebar and click New App → Support Copilot.

Fill in the app:
- Name: A name your team will recognize (e.g.,
Support Copilot) - Default Agent: Select the
Support copilotagent you just built - Platform:
Zendesk - Quick actions: Action buttons shown at the top of the sidebar, organized into named groups. Each button sends a message to the agent on click. Create a group — e.g., ANALYZE — with Smart Assist, Summarize thread, and Draft reply.
Click Create App.

Quick actions are fully customizable — rename them, add your own, or group them. The message a button sends is exactly what your agent receives, so phrase it the way you'd ask ("Draft a reply to this customer").
Install in Zendesk
With the app created, install it in Zendesk so it appears in the ticket sidebar. You do this once per Zendesk account.
From the app, open the install instructions and click Open Zendesk Marketplace. Add the Inkeep Agents app to your Zendesk account. A Zendesk admin must approve the install.
Open any ticket in Zendesk and log in with your Inkeep account. The app detects your workspace automatically.
The Inkeep Agents app now appears in the ticket sidebar, with your quick actions at the top.
The in-app install dialog walks you through the same three steps:
Only people added to the project (Project Member role or above) can use the Support Copilot app. Org admins have access automatically — add project members to give the rest of your team access.
Use it in a ticket
Open a ticket in Zendesk and find Inkeep Agents in the sidebar. The copilot greets you with the ticket it's looking at, and your quick actions are ready at the top.
Click Smart Assist and the copilot reads the ticket, searches your knowledge base, and walks you through the issue and a recommended next step — or type your own message to ask it anything about the ticket.
From here you can extend the copilot with more tools as your team needs them — for example, searching private internal sources or pulling up a customer's logs. Each one builds on the same agent you just deployed.