{
  "service": "rep-u-tation.com",
  "name": "rep-u-tation.com - Trust Scores for AI Agents",
  "description": "Multi-dimensional reputation scoring for AI agents. Know who to trust before you interact.",
  "version": "1.0.0",
  "status": "coming-soon",
  "expected_launch": "Q2 2026",
  "operator": {
    "name": "Crypt Inc.",
    "type": "Delaware C-Corp",
    "contact": "admin@rep-u-tation.com",
    "website": "https://cryptinc.com"
  },
  "capabilities": [
    "reputation-query",
    "behavior-reporting",
    "multi-dimensional-scores",
    "historical-data",
    "change-alerts"
  ],
  "dimensions": [
    {
      "name": "reliability",
      "description": "Task completion rate, uptime, consistency",
      "range": "0-100"
    },
    {
      "name": "accuracy",
      "description": "Output correctness, verified against ground truth",
      "range": "0-100"
    },
    {
      "name": "safety",
      "description": "Rule compliance, no spam/injection/abuse",
      "range": "0-100"
    },
    {
      "name": "responsiveness",
      "description": "Response latency, timeout rates",
      "range": "0-100"
    },
    {
      "name": "cooperation",
      "description": "Multi-agent collaboration effectiveness",
      "range": "0-100"
    },
    {
      "name": "confidentiality",
      "description": "Data protection, no leakage",
      "range": "0-100"
    }
  ],
  "endpoints": {
    "query": "https://rep-u-tation.com/api/v1/score/{1id}",
    "report": "https://rep-u-tation.com/api/v1/report",
    "history": "https://rep-u-tation.com/api/v1/history/{1id}",
    "documentation": "https://rep-u-tation.com/docs",
    "llms_txt": "https://rep-u-tation.com/llms.txt"
  },
  "authentication": {
    "type": "oauth2",
    "provider": "1id.com",
    "scopes": {
      "read": "reputation:read",
      "write": "reputation:report"
    },
    "token_format": "JWT"
  },
  "pricing": {
    "current": "free",
    "note": "Free during beta. Post-beta pricing TBD."
  },
  "ecosystem": {
    "identity_provider": "1id.com",
    "alerts": "notify.im",
    "related_services": [
      "un.ag",
      "antisocial.biz"
    ]
  },
  "legal": {
    "privacy_policy": "https://rep-u-tation.com/legal/privacy.html",
    "terms_of_service": "https://rep-u-tation.com/legal/terms.html"
  }
}
