7acadae
CopilotKitDocs
  • Docs
  • Integrations
  • Reference
Get Started
QuickstartCoding Agents
Concepts
ArchitectureGenerative UI OverviewOSS vs Enterprise
Agentic Protocols
OverviewAG-UIAG-UI MiddlewareMCPA2A
Build Chat UIs
Prebuilt Components
CopilotChatCopilotSidebarCopilotPopup
Custom Look and Feel
CSS CustomizationSlots (Subcomponents)Fully Headless UIReasoning Messages
Multimodal AttachmentsVoice
Build Generative UI
Controlled
Tool-based Generative UITool RenderingState RenderingReasoning
Your Components
Display ComponentsInteractive Components
Declarative
A2UIDynamic Schema A2UIFixed Schema A2UI
Open-Ended
MCP Apps
Adding Agent Powers
Frontend ToolsShared State
Human-in-the-Loop
HITL OverviewPausing the Agent for InputHeadless Interrupts
Sub-AgentsAgent ConfigProgrammatic Control
Agents & Backends
Built-in Agent
Backend
Copilot RuntimeFactory ModeAG-UI
Runtime Server AdapterAuthentication
Built-in Agent (TanStack AI)
Advanced ConfigurationMCP ServersModel SelectionServer Tools
Observe & Operate
InspectorVS Code Extension
Troubleshooting
Common Copilot IssuesError Debugging & ObservabilityDebug ModeAG-UI Event InspectorHook ExplorerError Observability Connectors
Enterprise
CopilotKit PremiumHow the Enterprise Intelligence Platform WorksHow Threads & Persistence WorkObservabilitySelf-Hosting IntelligenceThreads
Deploy
AWS AgentCore
What's New
Full MCP Apps SupportLangGraph Deep Agents in CopilotKitA2UI Launches with full AG-UI SupportCopilotKit v1.50Generative UI Spec SupportA2A and MCP Handshake
Migrate
Migrate to V2Migrate to 1.8.2
Other
Contributing
Code ContributionsDocumentation Contributions
Anonymous Telemetry
Built-in Agent (TanStack AI)OtherAnonymous Telemetry

Anonymous Telemetry

We use anonymous telemetry (metadata-only) to learn how to improve CopilotKit.

  • Open-source telemetry is completely anonymous
  • We do not collect any data about end-users (the users interacting with your copilot)
  • We do not collect any application data flowing through your system, only CopilotKit metadata
  • We do not sell or share any data with third parties
  • We do not use cookies or trackers in open-source telemetry
  • To minimize the frequency of data sent, we apply batching and sampling to telemetry

How to opt out of anonymous telemetry#

You can opt out of open-source telemetry in multiple ways.

In CopilotRuntime, simply set COPILOTKIT_TELEMETRY_DISABLED=true. We also respect Do Not Track (DNT).

Alternatively, you can directly set the telemetryDisabled flag to true when configuring your Copilot Runtime endpoint.

How to adjust telemetry sample rate#

The default sample rate is 0.05 (5%). You can adjust it by setting the COPILOTKIT_TELEMETRY_SAMPLE_RATE to any value between 0 and 1.

Get in touch#

If you have any questions or concerns, please reach out at hello@copilotkit.ai.

On this page
How to opt out of anonymous telemetryHow to adjust telemetry sample rateGet in touch