Enterprise Intelligence Platform

Enterprise Intelligence Platform overview for CopilotKit — features, cloud-hosted and self-hosted deployment options, threads, hosted inspection, and production operations.


What is the Enterprise Intelligence Platform?#

The Enterprise Intelligence Platform is CopilotKit's production layer for durable threads, persistence, hosted inspection, and operational visibility. It sits beside your CopilotKit runtime and gives production agentic applications shared infrastructure without changing the React SDK, AG-UI protocol, or agent framework you use.

Start here when you are deciding what the platform gives you and where it should run. The rest of the Intelligence Platform docs are deeper dives into the specific feature or hosting path you choose.

What the platform adds#

CapabilityWhat it gives youDeeper dive
Durable threads and persistenceResumable conversations that survive reloads, devices, and browser sessions.Threads and Threads & Persistence Architecture
Cloud-hosted web appProjects, project API keys, conversation history, thread inspection, and plan management.Cloud-Hosted Enterprise Intelligence
Premium UI capabilitiesPlatform-gated UI surfaces such as Fully Headless Chat UI.Fully Headless Chat UI
Self-hostingThe same platform running inside your own Kubernetes cluster, VPC, or data boundary.Self-Hosting Enterprise Intelligence

Hosting options#

OptionChoose it whenWhat you operate
Cloud-Hosted Enterprise IntelligenceYou want CopilotKit to run the platform for you: hosted projects, API keys, thread history, dashboard inspection, and plan management.Your app, your runtime, your agent, and your model provider credentials.
Self-Hosting Enterprise IntelligenceYou need the platform inside your own VPC, Kubernetes cluster, data residency boundary, or enterprise operations model.The copilot-intelligence Helm release, Postgres, Redis, ingress, OIDC, secrets, upgrades, and monitoring.

Both options use the same CopilotKit application surface. Your frontend still calls CopilotKit hooks, your runtime still speaks AG-UI, and your agents keep the same framework integration. The deployment choice changes the platform endpoint and credentials your runtime uses.

Plans and access#

The cloud-hosted version includes self-service plans for individual developers and teams, plus enterprise options for larger deployments. You manage cloud-hosted plans in the web app.

Self-hosted access is available on the Team self-hosted plan or a custom Enterprise plan. Use it when you have a concrete compliance, residency, network, or platform-operations requirement that makes a hosted service the wrong fit.

Create a free Enterprise Intelligence Platform account
Start with the cloud-hosted Developer tier, create a project, and inspect persistent threads from the web app.
Get Enterprise Intelligence free
GoalRead this
Decide what the platform includesStay on this overview.
Connect an app to hosted projects and API keysCloud-Hosted Enterprise Intelligence
Run the platform in your own clusterSelf-Hosting Enterprise Intelligence
Understand the runtime/platform architectureEnterprise Intelligence Architecture
Add persistent conversations to an appThreads
Understand thread replay and realtime syncThreads & Persistence Architecture

FAQs#

Does my application code change between hosting options?#

No. Your React UI, CopilotKit runtime, and agent integration stay focused on CopilotKit APIs. The deployment mode changes which platform URL and credentials your runtime uses.

What is the difference between a project API key and a license key?#

A project API key connects your runtime to one cloud-hosted Enterprise Intelligence project. A license key unlocks self-hosted Enterprise Intelligence capabilities and does not require runtime traffic to go through the cloud-hosted service.

Can I start cloud-hosted and move to self-hosted later?#

Yes. The application integration is intentionally the same. Moving from cloud-hosted projects to self-hosting is available on the Team self-hosted plan or a custom Enterprise plan. Plan the migration around data movement, identity, network endpoints, and operational ownership rather than a frontend rewrite.