Quickstart
Turn your CrewAI Flows into an agent-native application in 10 minutes.
Prerequisites#
Before you begin, you must have a CrewAI Flow deployed on CrewAI Enterprise. If you're looking for a sample flows, check out this example agentic chat implementation.
Getting started#
Create a free account#
Sign up for a free developer account on our Enterprise Intelligence Platform to get a license key. You'll use it later to enable persistent threads, observability, and the inspector.
How do you want to get started?#
Bootstrap with the new CopilotKit CLI (Beta) or code along with us to get started.
What's next?#
You've now got a CrewAI Flow running in CopilotKit! Now you can start exploring the various ways that CopilotKit can help you build power agent native applications.
Implement Human in the Loop
Allow your users and agents to collaborate together on tasks.
Utilize the Shared State
Learn how to synchronize your agent's state with your UI's state, and vice versa.
Add some generative UI
Render your agent's progress and output in the UI.
Setup frontend actions
Give your agent the ability to call frontend tools, directly updating your application.