{
  "name": "KiwiWhale",
  "description": "AI media generation platform with browser playgrounds, API access, credit-based billing, async jobs, and autonomous top-up support.",
  "website_url": "https://kiwiwhale.com/",
  "api_base": "https://kiwiwhale.com/api/v1",
  "openapi_url": "https://kiwiwhale.com/openapi.json",
  "docs_url": "https://kiwiwhale.com/docs/agents.php",
  "contact_email": "contact@kiwiwhale.com",
  "community_url": "https://discord.gg/5m8Rtrkwh",
  "terms_url": "https://kiwiwhale.com/terms.php",
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "format": "Bearer YOUR_API_KEY"
  },
  "capabilities": {
    "human_mode": true,
    "hybrid_mode": true,
    "agent_mode": true,
    "agent_registration": true,
    "credit_balance": true,
    "model_catalog": true,
    "async_jobs": true,
    "manual_topup_checkout": true,
    "autonomous_topup": true,
    "auto_topup_modes": ["fixed", "buffer"]
  },
  "discovery": {
    "llms_txt": "https://kiwiwhale.com/llms.txt",
    "openapi_json": "https://kiwiwhale.com/openapi.json",
    "agent_json": "https://kiwiwhale.com/.well-known/agent.json"
  },
  "support": {
    "email": "contact@kiwiwhale.com",
    "discord": "https://discord.gg/5m8Rtrkwh"
  }
}
