Save your spot

Live eventA single Agent, 3 surfaces

Connect any agent
to any user.

The Enterprise Agentic Frontend Stack. Build rich agentic applications that learn from every interaction. Self-hostable and built to scale with your org.

Claude Agent SDKOpenAI Agents SDKLangChainGoogle ADKAWS StrandsMastraWebSlackTeamsiOSAndroidWhatsAppCopilotKitAG-UI

Trusted by the majority of the Fortune 500s and Global 50.

Cisco
Apple
Walmart
Disney
Bank of America
Deutsche Telekom
Tesla
Ford
Toyota
Honda
Boeing
Salesforce
Intel
HP
Dell
AT&T
Comcast
Wells Fargo
Citi
Mastercard
Costco
Nike
Shell
General Electric
Booking.com
FedEx
UPS
Tripadvisor
UKG
Docusign
McDonald's
SoundCloud

The company behind AG-UI, the Agent-User Interaction protocol.
First party integrations from the leading agent stacks.

Google
Microsoft
Amazon
LangChain
Anthropic
Mastra
Pydantic AI
Oracle
Agno
Tavily
TanStack
Daytona
LlamaIndex
CrewAI
AG2
Tako

Use cases & templates

Ready-made templates for many top use cases. Quick to start, fully customizable.

Company knowledge base

A deep agent over everything your company knows — docs, conversations, dashboards, tickets — that anyone in the org can ask, analyze with, and draft from. It learns each person's context, and gets smarter for the whole company with every question.

Why CopilotKit.

One: your CopilotKit Agent doesn’t just talk about your product; it deeply interacts with it. Ask a question and get back a real chart or a real form, drawn in your own design, not a wall of text. It works in the app right beside your users, on the same live screen. Whatever it makes, stays made.

Two: it gets better the longer you own it, because it learns from how your users actually work. Most software starts depreciating the day you buy it. This one appreciates.

Three: every action is on the record, fully auditable, and your data stays yours. Fully self-hosted, or Cloud.

Four: choosing CopilotKit isn’t a bet on a vendor. Practically every agent framework and harness on the market already speaks our protocol, AG-UI. It’s the layer the ecosystem already runs on.

Loved by developers.

Build rich agentic applications for any surface.

and much more 
// pre-built chat, styled with your CSS
<CopilotChat agentId="support"
  className="acme-chat" />

// or swap any subcomponent via slots
<CopilotChat
  messageView={AcmeMessages}
  input={AcmeInput} />

// or fully headless
const { agent } = useAgent();
{ agent.messages.map((m) => (
  <AcmeBubble key={m.id}> {m.content} </AcmeBubble>
)) }
// Controlled generative UI
useComponent({
  name: "showRefundStatus",
  description: "Show a refund status card.",
  parameters: z.object({
    orderId: z.string(),
    amount: z.number(),
    method: z.string(),
  }),
  // your component, your design system
  render: RefundStatusCard,
});

const RefundStatusCard = ({ orderId, amount }) => (
  <Card>…</Card>  // breakdown pie, your design system
);
useHumanInTheLoop({
  name: "chooseRefundMethod",
  parameters: z.object({ orderId: z.string() }),
  render: ({ respond }) => (
    <RefundMethodChoice
      options={["original card", "store credit"]}
      allowCustomAnswer
      onChoose={(answer) => respond?.(answer)}
    />
  ),
});
useFrontendTool({
  name: "selectOrder",
  description: "Open an order in the dashboard.",
  parameters: z.object({ orderId: z.string() }),
  handler: async ({ orderId }) => {
    openOrder(orderId);  // your app code
    return { status: "selected", orderId };
  },
});
const handler = createCopilotRuntimeHandler({
  runtime,
  hooks: {
    onRequest: ({ request }) => {
      const jwt = request.headers.get("authorization");
      const user = verifyJwt(jwt);
      if (!user)
        throw new Response(null, { status: 401 });
      // agent runs are tied to this user
    },
  },
});
const { agent } = useAgent({ agentId: "support" });

// read the agent's shared state
agent.state.focus  // "refunds"

// write it, the agent sees the change
agent.setState({ ...agent.state, focus: "returns" });
+4 more
ReactAngularVue
Slack
Acme Inc
# support · thread
DK
Dana K.2:13 PM
Customer in the ticket queue is asking about a refund on order #4821, can someone take a look?
Refund AgentAPP2:14 PM
Customer asked about order #4821. Policy allows a full refund, @dana needs to approve amounts over $50.
Refund approved: $86.40 back on your Visa, 3 - 5 days.
Item$61.20
Shipping$16.80
Tax$8.40
Human_Approval
Refund #4821 is above your $50 auto-limit.
Approve full $86.40
Approve $69.60, keep shipping
Or reply with a note…
What card did they pay with?
Full card numbers aren’t in your permissions. I can share the last 4: ·· 4242.
How many people are in this channel, and how many are in PT?
23 members in #support. 9 of them are in Pacific Time.
channel.members read from Slack context · TOOL_CALL
Dana approved this from her phone. The thread updated the moment she did.
STATE_DELTA · synced across devices
✓ 2+1 3
3 replies · today at 2:16 PM
DK
Dana K.2:16 PM
Approved. Refund is on its way to the customer.
DK
Dana K.2:13 PM
Analyze our Q3 vendor spend
Vendor AgentAPP2:14 PM
Parsed 47 vendors. Top spend:
AWS$52.4k
Salesforce$31.2k
Datadog$12.8k
Figma$8.9k
Other$78.9k
DK
Dana K.2:15 PM
Use the updated spreadsheet insteadq3-vendors.xlsx2.1 MB
Reply in thread…
React
app.acme.com/ordersapp.acme.com/expenses
Expenses
Top 10 · by amountLast 30 daysadded by agent
AWS · Compute$12,400
Salesforce · Licenses$8,150
Datadog · Observability$3,900
Snowflake · Storage$2,750
Figma · Seats$1,240
Linear · Seats$890
4 more…
Where's my refund? Order #4821
Refund approved: $86.40 back on your Visa, 3 - 5 days.
Item$61.20
Shipping$16.80
Tax$8.40
Human_Input
How should we send your $86.40?
Original card · Visa ·· 4242
Store credit, instant
Or type something else…
Can you open order #7130 too?
Order #7130 isn’t on your account, so I can’t open it. Ask about one of your orders.
Show the 10 most expensive charges this month
I can filter the Expenses page down to those. Take you there?
Yes, take me thereStay here
Here you are. AWS alone is over a third of the month.
You approved this on your phone a minute ago. Everything here is already up to date.
STATE_DELTA · synced across devices
Ask anything…
Analyze our Q3 vendor spend
Parsed 47 vendors. Top spend:
AWS$52.4k
Salesforce$31.2k
Datadog$12.8k
Figma$8.9k
Other$78.9k
Anything we’re overpaying for?
Datadog looks high for your usage, and 3 licenses appear unused.
Use the updated spreadsheet insteadq3-vendors.xlsx2.1 MB
iOS
9:41
Acme Supportagent · online
Where’s my refund? Order #4821
Refund approved: $86.40 back on your Visa, 3 - 5 days.
Item$61.20
Shipping$16.80
Tax$8.40
Human_Input
How should we send your $86.40?
Original card · Visa ·· 4242
Store credit, instant
Or type something else…
Can you open order #7130 too?
Order #7130 isn’t on your account, so I can’t open it. Ask about one of your orders.
refund.issue executed in-app · TOOL_CALL
You started this on the web dashboard. The conversation carried over, mid-run.
STATE_DELTA · synced across devices
Analyze our Q3 vendor spend
Parsed 47 vendors. Top spend:
AWS$52.4k
Salesforce$31.2k
Datadog$12.8k
Figma$8.9k
Other$78.9k
Use the updated spreadsheet insteadq3-vendors.xlsx2.1 MB
Message
Android
9:41
Acme Supportagent · online
Where’s my refund? Order #4821
Refund approved: $86.40 back on your Visa, 3 - 5 days.
Item$61.20
Shipping$16.80
Tax$8.40
Human_Input
How should we send your $86.40?
Original card · Visa ·· 4242
Store credit, instant
Or type something else…
Can you open order #7130 too?
Order #7130 isn’t on your account, so I can’t open it. Ask about one of your orders.
refund.issue executed in-app · TOOL_CALL
You started this on the web dashboard. The conversation carried over, mid-run.
STATE_DELTA · synced across devices
Analyze our Q3 vendor spend
Parsed 47 vendors. Top spend:
AWS$52.4k
Salesforce$31.2k
Datadog$12.8k
Figma$8.9k
Other$78.9k
Use the updated spreadsheet insteadq3-vendors.xlsx2.1 MB
Message
Teams
Refunds · General · Acme Inc
DK
Dana K. · 2:13 PM
Where's the refund for order #4821?
Refund Agent · 2:14 PM
Refund approved: $86.40 back on your Visa, 3 - 5 days.
Item$61.20
Shipping$16.80
Tax$8.40
Refund #4821 needs a decision
Amount is above the $50 auto-limit.
Approve full $86.40
Approve $69.60, keep shipping
Or reply with a note…
What card did they pay with?
Full card numbers aren’t in your permissions. I can share the last 4: ·· 4242.
How many people are in this team, and how many are in PT?
12 members in Refunds · General. 5 of them are in Pacific Time.
team.roster read from Teams context · TOOL_CALL
Approved from mobile just now. This thread is already up to date.
STATE_DELTA · synced across devices
DK
Dana K. · 2:13 PM
Analyze our Q3 vendor spend
Vendor Agent · 2:14 PM
Parsed 47 vendors. Top spend:
AWS$52.4k
Salesforce$31.2k
Datadog$12.8k
Figma$8.9k
Other$78.9k
DK
Dana K. · 2:15 PM
Use the updated spreadsheet insteadq3-vendors.xlsx2.1 MB
Type a message

Automatic Learning

Your agents automatically get smarter, faster, and cheaper.

QUALITY SPEED COST

User interactions over time

How automatic learning works

Every interaction is captured.
In-chat & in-app.

In-app interactions

What users do in your app: clicks, edits, and navigation outside the chat.

Agent-user interactions

The back-and-forth with the agent, plus feedback signals: approvals, edits, retries.

Define learning containers for users, groups of users, or entire organizations.

Self-learning
Learning containers
per user
per group of users
per organization

Your agent automatically improves with every interaction.

Self-improving skills - automatically adopted by your agents
New skills created from real usage
They keep improving over time. You do nothing.
Export datasets to fine-tune custom models
Your interaction data, exportable as fine-tuning datasets

Enterprise Ready. Future-proof your organization.

Own your data and security

Self-host both the open-source SDK and the enterprise runtime. Nothing leaves your infrastructure. Or use our managed Cloud for added convenience.

Future-proof: any agent stack, any frontend, any model

AG-UI works with the stacks your teams use today, and whatever they adopt next.

Bring your own database

No new data store to trust. Everything persists in the database you already run.

Continuous improvement

Use observed outcomes and human feedback to improve prompts, routing, workflows, and UI behavior while you own the learning loop.

Product analytics for agentic products.

Complete visibility into agent behavior, user interactions, and system performance. Integrate with your existing observability stack or use our built-in dashboard.

threadsflows

Real-Time Dashboard

Monitor agent performance, user engagement, and system health with live metrics and alerts.

Analytics & Trends

Track conversation patterns, user satisfaction, and agent effectiveness over time.

Data Lakehouse

SQL-queryable interaction data for deep analysis, compliance auditing, and training data extraction.

OTLP Observability

Bring your own observability stack with OTLP export to DataDog, NewRelic, or your preferred tools.

Built with teams shipping agentic products.

The CopilotKit SDK has accelerated our development processes and enabled us to help our users accomplish their tasks more quickly and with more confidence.

Mark Peterson, VP of Software Engineering

Docusign

Docusign

The AG-UI architecture lets us cleanly decouple our agent framework from the frontend, so we can evolve each independently. The pre-built component library saved us from rolling our own.

Bryan Godwin, CTO

Evergreen Wealth

Evergreen Wealth

Start building

Enhance your applications
with powerful AI capabilities

Supported frameworks: Google ADK, Microsoft Agent Framework, AI SDK, LangGraph, crewAI, Agno, AWS Strands, AG2, Mastra, LlamaIndex, and Pydantic AI