Ai Agents 3 min read

$27M Funding Round Backs CopilotKit's App-Native Agent Stack

CopilotKit has raised $27 million to expand its generative UI framework and launch a self-hostable enterprise intelligence platform for app-native AI agents.

On May 5, CopilotKit announced a $27 million funding round to expand its framework for building app-native AI agents. The round, which combines a $20.5 million Series A and a previously unannounced $6.5 million seed, was led by Glilot Capital, NFX, and SignalFire. For developers, the capital injection signals a shift toward production-ready tools that embed agents directly into application frontends rather than isolated chat interfaces.

The App-Native Architecture

CopilotKit’s architecture centers on bridging the gap between backend agent logic and frontend user interfaces. Its core open-source protocol, AG-UI (Agent-User Interaction Protocol), standardizes frontend communication for AI models. This protocol is already utilized by engineering teams at Google, Microsoft, Amazon, and Oracle.

The framework enables Generative UI (GenUI), where agents output interactive components instead of static text. If an agent needs to present complex data, it can render a chart, a multi-step form, or a dashboard update at runtime. The system integrates directly with Google’s A2UI v0.9 specification, allowing models to interpret structured JSONL to render native UI components inside the host application.

For state sharing, the newly public CoAgents beta allows developers to connect frontends to backends built on LangGraph. This architecture supports human-in-the-loop workflows, enabling users to monitor, approve, or correct agent actions directly within the application UI. If you build stateful AI agents, this bidirectional state syncing significantly reduces the custom middleware required for complex, multi-step workflows.

Enterprise Intelligence Platform

Alongside the funding, the company released CopilotKit Enterprise Intelligence. This platform packages the infrastructure needed to run agentic applications at scale, handling persistent threads, cross-device state synchronization, and execution observability.

Platform FeatureCore FunctionIntegration Target
AG-UI ProtocolStandardized agent-to-frontend communicationBroad adoption (Google, Microsoft, Amazon)
Generative UIRuntime rendering of interactive componentsA2UI v0.9 (Structured JSONL)
CoAgents (Beta)Bidirectional state sharing and human approvalsLangGraph
Enterprise IntelligenceDeployment, state synchronization, and governanceKubernetes (Self-hosted)

The enterprise tier addresses deployment constraints common in regulated industries. It runs as a self-hosted Kubernetes deployment, allowing organizations to keep agent traffic entirely inside their own network boundaries. A fully managed cloud version is currently in development.

Scale and Market Adoption

Originally founded in 2023 as Tawkit Inc., CopilotKit operates with a 20-to-25-person team distributed across Seattle and Israel. The open-source protocol handles millions of weekly installs, while the enterprise stack serves production workloads for Deutsche Telekom, DocuSign, Cisco, and S&P Global.

The newly raised capital will fund the expansion of the Seattle engineering hub and the development of a dedicated analytics layer. This layer will allow engineering teams to track agent execution paths and evaluate AI output regarding UI generation success rates.

If you are designing applications that rely on generative output, CopilotKit’s approach shifts the engineering burden from parsing raw model text to managing structured UI protocols. Evaluating their CoAgents beta against your current backend can clarify whether native state-sharing will simplify your deployment architecture.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading