{
  "version": "0.1",
  "site": {
    "name": "Bippsi",
    "legal_name": "Big App Studio LLC",
    "url": "https://bippsi.com",
    "contact": "https://bippsi.com/contact",
    "policies": "https://bippsi.com/policies",
    "agents_md": "https://bippsi.com/AGENTS.md",
    "llms_txt": "https://bippsi.com/llms.txt"
  },
  "access": {
    "public_content": {
      "crawl": "allowed",
      "rate_limit": "60 req/min per IP"
    },
    "user_content": {
      "crawl": "blocked",
      "auth_required": true,
      "methods": ["oauth2_pkce", "api_key"]
    }
  },
  "authentication": {
    "oauth2": {
      "status": "planned",
      "endpoint": "https://bippsi.com/oauth/authorize"
    },
    "api_keys": {
      "tiers": [
        { "prefix": "bas_",     "type": "standard_user",  "status": "available" },
        { "prefix": "bak_",     "type": "read_only",      "status": "available" },
        { "prefix": "bas_ak_",  "type": "agent_key",      "status": "planned" },
        { "prefix": "bas_sa_",  "type": "super_admin",    "status": "internal_only" }
      ]
    }
  },
  "payments": {
    "bippsi_credits": {
      "status": "live",
      "nature": "Platform access credits, not currency. Bips are non-redeemable and have no cash value.",
      "purchase_methods": ["stripe", "usdc", "eth", "bas"],
      "header": "Bippsi-Credits-Price"
    },
    "x402": {
      "status": "supported",
      "header": "X-402-Accept"
    }
  },
  "mcp": {
    "url": "https://bippsi.com/api/v1/mcp",
    "manifest": "https://bippsi.com/.well-known/mcp.json",
    "status": "live",
    "tools_live": ["scan_site", "list_pages", "get_certification_status", "get_api_endpoints"],
    "tools_planned": ["whoami", "list_sites", "get_site_scan", "start_site_scan", "get_credit_balance", "buy_credits"]
  },
  "licensing": {
    "public_content_training": "permitted-with-attribution",
    "verbatim_reproduction_limit_words": 50,
    "commercial_redistribution": "not-permitted-without-agreement"
  }
}
