{
  "$schema": "https://docs.rightside.host/schemas/product-manifest/v1",
  "name": "RightSide",
  "status": "founder-preview",
  "description": "Agent-native deployment finishing layer for verified HTTPS applications.",
  "docs": "https://docs.rightside.host",
  "website": "https://rightside.host",
  "install": "curl -fsSL https://get.rightside.host/install | sh",
  "installTrust": "tls-bootstrap-manifest-pinned-payload",
  "origins": {
    "authorization": {
      "url": "https://api.rightside.host",
      "status": "not-live-accepted"
    },
    "operations": {
      "url": "https://ops.rightside.host",
      "status": "not-live-accepted"
    }
  },
  "agentDocs": {
    "index": "https://docs.rightside.host/llms.txt",
    "full": "https://docs.rightside.host/llms-full.txt",
    "guide": "https://docs.rightside.host/agents"
  },
  "interfaces": {
    "cli": "rightside",
    "mcp": "rightside-mcp",
    "mcpTransport": "stdio"
  },
  "completion": "Return success only after directly fetching the returned HTTPS URL and receiving the expected response.",
  "defaults": {
    "database": false,
    "hostedAppAuthentication": true,
    "publicHttpApplication": false,
    "healthPath": "/"
  },
  "supportedPlatforms": [
    "linux-x64",
    "wsl2-x64",
    "darwin-arm64"
  ],
  "publicSignup": false,
  "externalBetaAuthorized": false
}
