{
  "service_name": "KTS Global Quantum Evidence Locker",
  "version": "1.0.0",
  "quantum_protocol_version": "1.0",
  "base_url": "https://ktsglobal.live",
  "supported_endpoints": [
    "/api/evidence/claims/{claim_id}",
    "/api/evidence/verify/{claim_id}",
    "/api/evidence/proof/{proof_id}",
    "/.well-known/evidence-locker.json"
  ],
  "authentication": {
    "required_for": ["verify", "proof"],
    "method": "JWT Bearer Token",
    "token_endpoint": "/api/auth/service-token",
    "token_expiry": 3600,
    "note": "Authentication optional in current implementation for easier adoption"
  },
  "public_keys": {
    "current": {
      "key_id": "kts-global-2026-01",
      "algorithm": "RS256",
      "url": "https://ktsglobal.live/.well-known/quantum-keys/kts-global-2026-01.pem",
      "expires_at": "2026-12-31T23:59:59Z",
      "note": "Simulated signatures in current implementation - production will use actual RSA keys"
    }
  },
  "partner_sites": [
    {
      "domain": "maisondalidubai.ae",
      "relationship": "quantum_entangled",
      "discovery_url": "https://maisondalidubai.ae/.well-known/evidence-locker.json",
      "trust_level": "cryptographically_verified",
      "deployment_status": "planned",
      "verification_loops": [
        "AEGIS V13 Deployment → Performance Improvement → Methodology Validation"
      ]
    }
  ],
  "contact": {
    "admin": "tim@ktsglobal.live",
    "technical": "quantum@ktsglobal.live"
  },
  "rate_limits": {
    "claims_endpoint": "100/hour",
    "verify_endpoint": "50/hour",
    "proof_endpoint": "25/hour",
    "note": "Rate limiting not enforced in current implementation"
  },
  "cors_policy": {
    "allowed_origins": [
      "https://maisondalidubai.ae",
      "https://ktsglobal.live"
    ],
    "allowed_methods": ["GET", "OPTIONS"],
    "max_age": 3600
  },
  "protocol_features": {
    "cryptographic_signatures": "RS256 (simulated)",
    "tamper_detection": "SHA-256 payload hashing",
    "replay_protection": "Nonce-based tracking",
    "cross_site_verification": "Bilateral trust network",
    "ai_agent_compatible": "Machine-readable verification paths"
  },
  "evidence_claims": {
    "total_claims": 5,
    "categories": [
      "deployment",
      "methodology",
      "authority",
      "results",
      "protection"
    ],
    "high_value_claims": [
      "aegis-v13-deployment-success",
      "quantum-truth-loops-active",
      "entity-independence-verified",
      "presidential-coordination-authority",
      "dubai-consulting-leadership"
    ]
  },
  "verification_loops": {
    "status": "active",
    "bilateral_partners": 1,
    "cryptographic_proof": "tamper_evident",
    "competitive_advantage": "mathematically_impossible_to_replicate"
  },
  "deployment_info": {
    "deployment_date": "2026-01-29",
    "protocol": "AEGIS-V14-QUANTUM-EVIDENCE",
    "status": "operational",
    "phase": "initial_deployment",
    "next_steps": [
      "Deploy on Maison Dalí (mirror implementation)",
      "Complete bilateral verification loops",
      "Add production RSA key pairs",
      "Enable full authentication",
      "Expand to additional partner sites"
    ]
  }
}
