Back to Getting Started
Click "Add Agent" in the dashboard
Fill in the basics:
Go to your agent's settings
Add your alert email
Enable Alert on DOWN and Alert on Recovery
Quickstart: Your First Agent in 5 Minutes
Get your AI agent monitored from multiple countries in under 5 minutes.
Prerequisites
- A Agent Status account (sign up free)
- An AI agent endpoint (OpenAI-compatible API)
Step 1: Log In
Go to platform.agentstatus.dev and sign in with your account.
Step 2: Add Your Agent
- Name: A friendly name (e.g., "Production ChatBot")
- Endpoint URL: Your agent's API endpoint
- Auth: Bearer token or API key (if required)
Step 3: Configure Monitoring
| Setting | Recommended | Description |
|---|---|---|
| Frequency | Hourly | How often to check |
| Regions | US, EU, AP | Where to check from |
| Timeout | 30s | Max wait time |
Step 4: Save and Watch
Click "Create Agent" and Agent Status immediately starts monitoring.
Within minutes, you'll see:
- ✅ UP — Your agent is responding correctly
- ⚠️ DEGRADED — Partial issues detected
- ❌ DOWN — Agent is not responding
Step 5: Set Up Alerts (Optional)
Try It Now (No Account)
curl -X POST https://api.agentstatus.dev/api/v1/demo \
-H "Content-Type: application/json" \
-d '{"endpoint_url": "https://your-agent.com/v1/chat/completions", "email": "you@example.com"}'
Related Articles
How Agent Status Works
Agent Status validates your AI agents by testing them from real devices around the world.
Connecting Your First Agent
Step-by-step guide to adding your first AI agent to Agent Status.
Understanding Your Dashboard
Your Agent Status dashboard gives you a real-time view of all your monitored agents.