{
  "name": "AgentStatus",
  "description": "Outside-in reliability monitoring for AI agents.",
  "version": "1.0.0",
  "homepage": "https://agentstatus.dev",
  "docs": "https://agentstatus.dev/developers",
  "api": {
    "openapi": "https://agentstatus.dev/openapi.json",
    "docs": "https://agentstatus.dev/api"
  },
  "auth": {
    "type": "oauth2",
    "authorization_url": "https://agentstatus.dev/oauth/authorize"
  },
  "discovery": {
    "llms_txt": "https://agentstatus.dev/.well-known/llms.txt",
    "llms_full_txt": "https://agentstatus.dev/.well-known/llms-full.txt",
    "pricing_md": "https://agentstatus.dev/.well-known/pricing.md",
    "api_catalog": "https://agentstatus.dev/.well-known/api-catalog"
  }
}
