Back to Copilotkit

Overview

showcase/shell-docs/src/content/snippets/shared/premium/overview.mdx

1.60.22.4 KB
Original Source

What is the Enterprise Intelligence Platform?

The Enterprise Intelligence Platform is CopilotKit's production layer for durable threads, persistence, observability, hosted Copilot Cloud, and self-hosted deployments. It is designed for teams building production-grade, agent-powered applications with CopilotKit while keeping the same frontend SDK and runtime APIs.

The Developer tier is free to start with, and self-service plans are available through Copilot Cloud.

Plans

  • Developer - free forever, includes early-stage access and limited cloud usage
  • Pro - for growing teams building in production
  • Organization controls - for teams with advanced scalability, security, and support needs

Current capabilities

FAQs

How do I get access?

Option 1: Use Copilot Cloud

Create a project in Copilot Cloud and use the public API key with your runtime.

Option 2: Self-host with a license key

Use a public license key when you run the Enterprise Intelligence Platform yourself. To get yours, follow the steps below.

<Steps> <Step> #### Sign up
<OpsPlatformCTA
  variant="inline"
  title="Create a free Enterprise Intelligence Platform account"
  body="No credit card required. Get a public license key plus persistent threads, observability, and more."
  surface="docs_premium_overview"
/>
</Step> <Step> #### Get your public license key
Once you've signed up, you'll be able to get your public license key from the left nav.
</Step> <Step> #### Use the public license key
Once you've signed up, you'll be able to use the public license key in your CopilotKit instance.

```tsx title="layout.tsx"
<CopilotKit publicLicenseKey="your-public-license-key" />
```
</Step> </Steps>

Can I still self-host with a public license key?

Yes. Self-hosted Enterprise Intelligence uses a public license key. Copilot Cloud uses a separate public API key.

What is the difference between a public license key and a public API key?

A public API key connects your app to Copilot Cloud. A public license key unlocks self-hosted Enterprise Intelligence Platform capabilities and does not require a connection to Copilot Cloud.