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#
Set COPILOTKIT_TELEMETRY_DISABLED=true in your runtime environment. This disables telemetry for both the CopilotRuntime and the Inspector dev-console. We also respect Do Not Track (DNT).
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.
