{
  "version": "1.0",
  "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"
  },
  "authentication": {
    "standard_api_connection": {"prefix": "bippsi_", "use": "account and app operations"},
    "ai_action_key": {"prefix": "bippsi_action_", "scopes": ["actions:read", "actions:execute"], "use": "AI Actions only"},
    "super_admin": {"prefix": "bippsi_sa_", "status": "internal_only"}
  },
  "ai_actions": {
    "endpoint": "https://bippsi.com/api/v1/ai-actions",
    "configuration_endpoint": "https://bippsi.com/api/v1/ai-actions/config",
    "currency": "USD",
    "amount_field": "amount_micro_usd",
    "price_field": "price_micro_usd",
    "maximum_header": "X-Bippsi-Max-Action-USD"
  },
  "mcp": {
    "url": "https://bippsi.com/api/v1/mcp",
    "manifest": "https://bippsi.com/.well-known/mcp.json",
    "status": "live"
  }
}
