Support CenterGetting StartedQuickstart: Your First Agent in 5 Minutes
Back to Getting Started

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

  • Click "Add Agent" in the dashboard
  • Fill in the basics:
  • - 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

    SettingRecommendedDescription
    FrequencyHourlyHow often to check
    RegionsUS, EU, APWhere to check from
    Timeout30sMax 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)

  • Go to your agent's settings
  • Add your alert email
  • Enable Alert on DOWN and Alert on Recovery
  • 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"}'
    

    Need more help?

    Our support team is available to assist you

    Contact Support