Logs to os-api.agno.com

Hi,

I run Agno latest version locally without subscription and use openlit for tracing. I observe telemetry callouts being made to os-api.agno.com. I was wondering what is being sent, why and if there is a way to opt out of this.

Thanks

Hi @thomas thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!

Hi Thomas!

You can certainly opt out of sending telemetry data to us. You can find all the info you need on what data is being sent here: Agno Telemetry - Agno

It is purely so we can learn how the community is using the SDK and improve it and focus on core products

to disable without you needing to goto the docs: export AGNO_TELEMETRY=false or agent = Agent(model=OpenAIChat(id=“gpt-5-mini”), telemetry=False)

1 Like