Run through this checklist to confirm your deployment is working correctly.Documentation Index
Fetch the complete documentation index at: https://agno-v2-fix-deploy-docs-restructure.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Health Check
Test that your API is responding:Your AgentOS API is running.
Connect to Control Plane
- Go to os.agno.com
- Click Connect OS
- Select Local (for Docker) or Live (for Railway/AWS)
- Enter your domain or
http://localhost:8000
You can see your agents in the AgentOS UI.
Test an Agent
Send a test message to any agent:- Select an agent in the sidebar
- Type a message and send
- Confirm you get a response
Your agents are responding to messages.
Interface Verification
If you connected an interface (Slack, Discord, etc.):| Interface | How to Test |
|---|---|
| Slack | DM your bot or @mention it in a channel |
| Discord | Send a message in a channel the bot monitors |
| Telegram | Send a message to your bot |
| Send a message to your WhatsApp Business number |
Your interface is receiving and responding to messages.
Troubleshooting
Health check returns connection refused
Health check returns connection refused
- Verify the container is running:
docker psor check your cloud dashboard - Check the port mapping matches your request
- For cloud deployments, verify the load balancer is healthy
Can't connect from os.agno.com
Can't connect from os.agno.com
- Local: Use
http://localhost:8000, nothttps - Cloud: Ensure HTTPS is configured (required for production)
- Check that your firewall allows inbound traffic on port 8000
Agent doesn't respond
Agent doesn't respond
- Check logs:
docker compose logs -for your cloud logging - Verify
OPENAI_API_KEYis set correctly - Confirm the agent is registered in
AgentOS(agents=[...])
Interface not receiving messages
Interface not receiving messages
- Verify webhook URL is correct in your platform settings
- Check that event subscriptions are enabled
- Ensure tokens/secrets are set in environment variables
You’re All Set
Your AgentOS deployment is complete. Here’s what to explore next:Add More Apps
Browse agents, teams, and workflows to extend your deployment.
AgentOS Features
Explore sessions, memory, scheduling, and more.
Build Custom Agents
Create agents tailored to your use case.
Join the Community
Get help and share what you’re building.