Agno Registry
Register and visualise your components in real-time on Agno Platform.
Register Your Components
In Agno you create Agents, Teams, Workflows, and Apps. These are collectively referred to as “Components of your Agentic System”. When you run any of the above components, it is automatically registered and monitored out of the box. This means you can instantly view them, along with their metadata and configuration, in the Agno Registry.
The Registry acts as a unified dashboard where all your Agno Agents, Teams, Workflows and Apps are displayed, giving you full visibility into your operational environment. No additional setup is required.
Start exploring at app.agno.com/registry.
Authenticate & Enable Monitoring
Authenticate using CLI or API key
To log agent sessions, you need to authenticate using one of these methods:
Method A: Log in using your command line interface
Method B: Log using an API key
Get your API key from Agno App and use it to connect your agents to the Agno Platform.
Enable Monitoring
After authentication, enable monitoring for a particular agent or globally for all agents.
Method A: For a Specific Agent
Method B: Globally via Environment Variable
Register Your Component
Once monitoring is enabled, you can run your agent/team/workflow/app and view it in the registry:
- Create a file
agent.py
with this sample code:
- Run your code locally
- View your agent at app.agno.com/registry
- You can also check your agent configuration
Applications
You can register any application simply by running it — it will be monitored and visible on the platform automatically where you can view and interact with each component’s configuration in detail.
Additionally Playground apps can be opened and explored in the Agno Playground.
Learn more about the different types of applications.