Assist API for existing agents
Add a `frigade.assist({ query })` tool to an agent you already built. The agent keeps its own reasoning and voice while Frigade supplies product-specific guidance.
Frigade Assist API adds live product knowledge to an AI agent with one tool call, helping it answer product questions and guide users through workflows. Frigade can also provide in-product assistance, learned task execution, analytics, and support handoffs.
Frigade is an AI product-guidance platform with an Assist API for teams that already operate an AI agent. A single tool integration lets an existing agent send product questions or task requests to Frigade, which returns guidance based on how the application currently works.
Frigade can also be installed directly in an application to provide in-product help. It learns by using real workflows, updates its product model as the application changes, guides users through multi-step tasks, and can hand off unresolved conversations to a support system with context. The platform is aimed at product, engineering, support, and customer-success teams that need current product assistance without maintaining every workflow as manual documentation.
Add a `frigade.assist({ query })` tool to an agent you already built. The agent keeps its own reasoning and voice while Frigade supplies product-specific guidance.
Frigade is given product access and navigates the application like a user, mapping feature relationships, workflows, and points where users may get stuck. It re-learns after product releases.
Answers are based on current product behavior rather than only on static help documentation. Teams can review, rate, and tune responses without touching code.
Frigade can guide users step by step in the product UI and complete learned tasks through Skills, such as navigating screens or filling forms.
When automation cannot resolve a request, Frigade can open or route a support conversation with the full conversation attached, allowing a human team to continue with context.
Teams can inspect conversations, resolution states, and areas where users get stuck in the dashboard, and expose conversation or adoption events through supported analytics integrations and the API.
Add the Frigade guide tool to an existing support or product agent so it can answer questions about current settings, billing, integrations, permissions, or other application workflows without relying only on older help articles.
Help a user complete a multi-step task inside the application, such as opening a security setting, configuring a webhook, or moving through a setup flow, with instructions tied to the current interface.
Let the assistant perform learned product actions, such as navigating screens or filling forms, when the task is appropriate for Skills rather than a purely explanatory answer.
Resolve routine product questions in the application and pass requests that need a person to a support system with the conversation attached, reducing the need for users to repeat the issue.
Use conversation logs, feedback, and analytics exports to identify recurring confusion, failed resolutions, and workflows that need clearer product design or assistance.
If you already have an AI agent, add Frigade as a tool with one API call. The tool accepts the user’s question or requested task and calls `frigade.assist({ query })`; your existing agent retains its own reasoning and voice.
Frigade is added to the product as a user, learns by navigating real workflows, and can also ingest sources such as a help center, Notion, Confluence, PDFs, and release notes. An application can then add the SDK or Assist API integration so users receive guidance in the product or through an existing agent.
The product can guide users through workflows, provide grounded answers, and perform learned tasks through Skills, including navigating screens and filling forms. Assist API responses are returned through the agent integration, while in-product guidance is rendered inside the application UI.
Frigade logs conversations and outcomes in its dashboard, with access through the API; the site also describes Slack visibility and exports or events for tools including Segment, Mixpanel, PostHog, HubSpot, and Salesforce. Teams can rate responses and specify desired behavior without changing code.
Frigade can hand off conversations to support systems such as Zendesk, Intercom, HubSpot, Salesforce Service Cloud, Help Scout, Front, Freshdesk, and ServiceNow, with the conversation context attached. The available integration depends on the support stack and plan; the source does not specify every implementation detail.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.
Codex Plugins bundle reusable skills, app integrations, and MCP servers into workflows you can install in the Codex app or use from Codex CLI. They help extend Codex with connected-service tasks, reusable instructions, and shared team workflows.
Wallie is an open-source AI streamer that watches your screen, hears chat, and generates live commentary in a configurable persona. It runs locally on your machine with your own keys and is aimed at faceless content, autonomous streams, and real-time reactions.
Falconer is an AI-powered company brain that keeps internal documentation accurate, searchable, and up to date by syncing with tools like GitHub, Slack, and Linear. It helps engineering and cross-functional teams centralize knowledge and answer questions from a shared source of truth.
AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.
Trigger.dev chat agent is a durable AI chat backend for developers building stateful conversations that can survive refreshes, crashes, and long-running turns. It connects with the AI SDK `useChat` flow and runs on managed infrastructure with no timeout on a turn.