{
  "api": {
    "base_url": "https://api.owlish.bot/v1",
    "documentation_url": "https://api.owlish.bot/docs",
    "openapi_url": "https://owlish.bot/openapi.json",
    "plans": [
      "Growth",
      "Scale"
    ],
    "rate_limit": "100 requests per minute per API key",
    "scopes": [
      "knowledge_base:read",
      "knowledge_base:write",
      "knowledge_base:delete"
    ],
    "self_service_api_keys": true
  },
  "discovery": {
    "api_catalog_url": "https://owlish.bot/.well-known/api-catalog",
    "llms_full_url": "https://owlish.bot/llms-full.txt",
    "llms_url": "https://owlish.bot/llms.txt",
    "mcp_manifest_url": "https://owlish.bot/mcp/server.json",
    "oauth_resource_metadata_url": "https://api.owlish.bot/.well-known/oauth-protected-resource/mcp"
  },
  "evaluation": {
    "free_workspace_available": true,
    "payment_card_required_for_free": false,
    "public_api_sandbox_available": false,
    "recommendation": "Use Free for product evaluation. Use a dedicated Growth or Scale workspace and a narrowly scoped key for API or MCP integration testing."
  },
  "human_required_steps": [
    "Create or sign in to an Owlish account",
    "Create the agent in Owlish Console",
    "Upgrade to Growth or Scale before API or MCP use",
    "Create and copy a scoped workspace API key",
    "Install the web-widget snippet"
  ],
  "mcp": {
    "manifest_url": "https://owlish.bot/mcp/server.json",
    "streamable_http_url": "https://api.owlish.bot/mcp",
    "transport": "streamable-http"
  },
  "product": "Owlish",
  "signup_url": "https://console.owlish.bot/auth/signup"
}
