showcase/shell-docs/src/content/docs/premium/overview.mdx
CopilotKit Premium plans deliver:
Premium is designed for teams building production-grade, agent-powered applications with CopilotKit. Extension features — such as Fully Headless UI and debugging tools — can be used in both self-hosted and cloud-hosted deployments.
<Callout type="info"> The **Developer tier** of CopilotKit Premium is always free — sign up, grab your public license key, and you're done. </Callout>Certain features — like the fully headless chat hook — are initially available only to Premium subscribers before becoming part of the open-source core as the framework matures. All Premium subscribers get early access to new features, tooling, and integrations as they ship.
All Premium features are included with Copilot Cloud — sign up, deploy your runtime, and you're set.
Access to Premium features requires a public license key. It's free.
<Steps> <Step> ### Sign upCreate a free account on Copilot Cloud. No credit card required, and you don't have to use Copilot Cloud itself. </Step>
<Step> ### Grab your public license keyFrom the left nav in the Copilot Cloud dashboard. </Step>
<Step> ### Use it in your providerPass your public license key to CopilotKitProvider:
<CopilotKitProvider publicLicenseKey="your-public-license-key">
{children}
</CopilotKitProvider>
Yes. Self-hosting with a license key is fully supported — the key is only required if you want Premium features. For Copilot Cloud specifically you use a separate publicApiKey.
You can have either one, both, or neither — they serve different purposes.