Privacy First: No sensitive data (prompts, responses, user data, or API keys) is ever collected. All telemetry is anonymous and aggregated.
What Data is Collected?
Agno collects basic usage metrics for:- Agent runs - Model providers, database types, feature usage
- Team runs - Multi-agent coordination patterns
- Workflow runs - Orchestration and execution patterns
- AgentOS launches - Platform usage and configurations
Example Telemetry Payload
Here’s what an agent run telemetry payload looks like:How to Disable Telemetry
You can disable telemetry in two ways:Environment Variable
Set theAGNO_TELEMETRY environment variable to false:
Per-Instance Configuration
Disable telemetry for specific agents, teams, workflows, or AgentOS instances:- Agents:
Agent(telemetry=False) - Teams:
Team(telemetry=False) - Workflows:
Workflow(telemetry=False) - AgentOS:
AgentOS(telemetry=False)
Developer Resources
- View the Agent schema
- View the Team schema
- View the Workflow schema