Frigade

Make your agent an expert in your product

Add Frigade in one call. Your agent answers questions and guides users through your product, right inside the agent you already built.

Get started
route.ts
// app/api/chat/route.ts
import { frigade } from '@frigade/ai-sdk'
streamText({
model: yourModel,
messages,
tools: {
frigade_guide: tool({
description: 'Guide the user in-product.',
inputSchema: z.object({ intent: z.string() }),
execute: async ({ intent }) =>
// Assist API: Frigade plans and
// drives the guide on your product.
await frigade.assist({ userId, intent }),
}),
},
})
connected·frigade_guide registered

One tool call

Drop it into your agent.

Framework-agnostic

Vercel AI SDK, or any agent.

SOC 2 Type II

GDPR compliant, self-hostable.

Trusted by

SanityArcGPMergeProductboardLegoraRetellLogicbrokerHotplateRollstackPerfect VenueSimplifyTypewiseSanityArcGPMergeProductboardLegoraRetellLogicbrokerHotplateRollstackPerfect VenueSimplifyTypewiseSanityArcGPMergeProductboardLegoraRetellLogicbrokerHotplateRollstackPerfect VenueSimplifyTypewise

Your agent has read your docs. It has never used your product.

Frigade gives your agent the same product your user is looking at, so it can walk them through the workflow instead of linking a doc from two releases ago.

Why it's always accurate
Your agent alone

Here's a help doc.

Your agent with Frigade

Your agent walks them through it.

app.acme.com/settings/webhooks
Add a webhook
Endpoint URL
https://api.yourapp.com/events
Paste your endpoint URL

Add the URL and I'll send a test event to confirm it's live.

4 of 6·Powered by FrigadeBackNext

Grounded answers your team controls.

Frigade generates answers from how your product works this release, and your team reviews, rates, and tunes them without touching code.

  • Grounded in the product, not the docsEvery answer comes from how your product behaves right now, so it holds up even when the help center is two releases behind.
  • Your team stays in controlRate any answer and write the behavior you want instead. No code, and it holds from the next conversation on.
  • You see every answerEach reply your agent gives through Frigade is logged, in the dashboard, in Slack, or over the API.
your agent · conversationjune release
Does the Growth plan include SSO?Yes. SSO is included on Growth. Turn it on under Settings, then Security.
Grounded in your product

Also mention SAML is on Enterprise only.

saved, no code

Frigade learns your product by using it.

It works through your real workflows the way your users do, and re-learns every time you ship. Nothing to write down, nothing to keep up to date.

See how it works
Frigade
Product · september release
IntegrationsConnect · sync
····unchanged
BillingPlans · invoices
····moved
SettingsSSO · SAML · roles
····moved
Audit logEvents · retention
····relearned
AutomationsTriggers · actions
····mapped
Security2FA · sessions
····relearned
Data exportScheduled · CSV
····relearned
RetentionPolicies · deletion
····moved
Usage limitsQuotas · alerts
····relearned
NotificationsRules · digests
····relearned
WorkspacesCreate · archive
····mapped
MembersInvite · permissions
····moved
IntegrationsConnect · sync
····moved
BillingPlans · invoices
····moved
SettingsSSO · SAML · roles
····moved
Audit logEvents · retention
····moved
AutomationsTriggers · actions
····unchanged
Security2FA · sessions
····mapped
Data exportScheduled · CSV
····mapped
RetentionPolicies · deletion
····unchanged
Usage limitsQuotas · alerts
····relearned
NotificationsRules · digests
····moved
WorkspacesCreate · archive
····moved
MembersInvite · permissions
····mapped

Takes a seat like any user

Invite Frigade the way you would a user. Nothing to document or configure first.

Works through real workflows

It clicks the same paths your users click, and maps how the features actually connect.

Re-learns on every release

You ship, the map updates itself, and your agent is never a version behind.

Your docs go stale the day you ship. Frigade doesn't.

Written documentation is accurate exactly once. Frigade relearns the product on every release, so the answers your agent gives are about the version that shipped.

v2.1v2.2v2.3v2.4v2.5
Frigade
Your docs
Frigade: live on v2.1Frigade: live on v2.2Frigade: live on v2.3Frigade: live on v2.4Frigade: live on v2.5
Your docs: up to dateYour docs: 1 release behindYour docs: 2 releases behindYour docs: 3 releases behindYour docs: 4 releases behind

It's not just a tool call.

Under it is an entire engine that relearns your product, and a platform for your team to manage with no code.

What you write

frigade.ask({ question, userId })

Product model01

Built by using your product, rebuilt every release.

Grounded answers02

Written from your actual product, not just your docs.

Guidance03

The real steps, rendered inside your own UI.

Steering04

The more your team puts in, the better it gets.

Every question, logged

See every conversation. Everything your agent handled through Frigade, in the dashboard or over the API.

The developer API
Not just your engineers

Support owns the answers. CS and CX rate any reply and say what they wanted instead. No ticket to engineering.

How tuning works
Where users get stuck

Insights you act on. See where users get stuck, where the agent helps, and where it hands off.

About insights
Knows its limits

Hands off cleanly. When it cannot help it says so, and passes the conversation to your team.

Integrations and handoff
Customer story

“We didn’t want to build this ourselves, and we build agents for a living.”

We knew what it would take. Instead we gave Frigade access to Retell and it learned the product on its own. Now our agent can take someone through a workflow without us writing manual documentation.
Ahsan

Ahsan

Engineer, Retell AI

Trusted by the teams building the best products.

Product and engineering teams use Frigade to give the agents they already built real expertise in their product.

Vercel

Mind-blowingly good.

Guillermo Rauch

Guillermo Rauch

CEO / Vercel

Customer

In less than a few hours of automated training, we had a working prototype deployed. The AI assistant was incredible. Its ability to generate product tours on the fly, without manual configuration, and guide users through workflows is magical.

William Bunker

William Bunker

Engineering Manager · Morning Consult

Customer

Frigade is a swiss army knife for onboarding. Sales uses it to enrich accounts, marketing to share updates, and product to promote new features. It's highly flexible and easy to build with.

Gil Feig

Gil Feig

Cofounder · Merge

Customer

It's a game changer. We checked the dashboard and Frigade has solved over 400 queries a month that would otherwise go to support — that's two hires we didn't have to make. It pays for itself within the first two months.

Zayd Ali

Zayd Ali

CEO · Valley

Frequently Asked Questions

Common questions about adding Frigade to the agent you already built.

Frigade is a lightweight SDK and two primitives. Register it as a tool your agent can call, in a few lines, and your agent can now run a live product tour or return a grounded product answer. It works with the Vercel AI SDK today and is framework-agnostic by design, so your agent keeps its own reasoning and voice. See how it works.

Yes. If you have not built an agent, Frigade ships a full in-product assistant that learns your product and guides users in real time, no code required. Explore the Assistant.

Any of them. If your agent can call a tool, it can call Frigade. We integrate cleanly with the Vercel AI SDK, and the API stays framework-agnostic, so it works regardless of how you built your agent or which models you run.

Frigade deploys agents that use your product the way real users do. Once added, they work through your latest workflows, document how each one behaves, and take in your existing knowledge base. Your agent draws on that living model of your product, not a static help doc written two releases ago. See exactly how it works.

Frigade relearns your product every release, automatically. Ship a new feature and it is picked up; move a button and the guidance follows. Your agent stays current with your product, and nobody on your team has to retrain it or rewrite prompts.

Yes. Your agent decides when to call Frigade and what to do with the result. Every call returns fast with a clear answer, and when Frigade cannot help, it says so right away so your agent never stalls or burns latency waiting. Frigade adds product expertise to your agent, it never takes over the conversation.

Yes. Alongside answering and guiding in the moment, Frigade can bring the right feature to a user's attention right when they would benefit from it. It is the same idea as our Suggestions product, so your agent can help drive feature adoption and expansion revenue. Explore Suggestions.

Frigade is SOC 2 Type II certified and fully GDPR compliant. Data is encrypted in transit with TLS 1.2+ and at rest with AES-256. We offer EU data residency, a zero-retention LLM policy, and automatic PII scrubbing. Guidance runs with the user's own permissions, so your agent only ever sees what the user can already see. Teams that need full data control can self-host Frigade with their own LLM keys.

Frigade starts at $1,000 per month with usage-based scaling as you grow, so costs stay predictable and there are no surprise bills when your product scales. Enterprise plans with custom pricing are available for teams that need advanced security, compliance, or self-hosting. Reach out and we will size it to your use case.

No agent yet? Frigade ships a full in-product assistant.

Explore the Assistant

Give your agent product superpowers.

Bring the agent you already built. We wire up the first tool calls with you, and it starts guiding your users through your product.

Get started