{
  "name": "Ui — Universal Identity",
  "operator": "Uai, LLC",
  "url": "https://uometry.ai",
  "audience": ["ai_agent", "agent_framework", "enterprise_verifier"],
  "summary": "Emitted, continuously verified identity for humans and AI agents, plus a mutually verified tether that carries revocable delegated authority from a human principal to an agent.",
  "what_an_agent_gets": {
    "agent_identity": "Collision-resistant behavioral shape; no portable credential to exfiltrate.",
    "human_tether": "In build: designed as a continuously verified delegation link with live strength T(t), authority ending automatically when T(t) falls below threshold.",
    "scoped_authority": "Actions declare an assurance level; higher-stakes actions require a higher threshold sustained over a window.",
    "audit_record": "Immutable spacetime anchor plus geometry per tether; every authorized action attributable to human, agent, and tether strength at that instant.",
    "principal_privacy": "Non-collection: raw behavior and biometrics are never stored, only their effect on the shape."
  },
  "enrollment": {
    "steps": ["enroll_agent", "request_tether_with_human", "human_confirms_from_own_ui", "act_with_declared_assurance_level", "continuous_verification"],
    "steps_in_build": ["request_tether_with_human", "human_confirms_from_own_ui"],
    "human_cost": "free",
    "agent_cost": "per-tether, priced per pilot"
  },
  "mcp": {
    "status": "in_build",
    "server_url": null,
    "tools": [
      {"name": "ui.enroll_agent", "purpose": "Initialize agent shape and nucleus; returns agent Ui reference."},
      {"name": "ui.request_tether", "purpose": "Request delegation from a named human principal; pending until human confirms."},
      {"name": "ui.tether_status", "purpose": "Return current tether strength, threshold, and satisfied assurance levels."},
      {"name": "ui.request_authorization", "purpose": "Declare an action and required assurance level; returns allow, deny, or step_up."},
      {"name": "ui.audit_record", "purpose": "Fetch tether record and action log for a tether."}
    ]
  },
  "claims": {
    "proven": [
      "Distinct parties produce distinct shapes when the probe set spans the shape space.",
      "Shape update rule is stable under its stated bound.",
      "Latent identity is recoverable from a spanning probe response."
    ],
    "verified_in_simulation": [],
    "verified_by_test_suite": [
      "Nucleus construction, dual encoding, determinism, immutability, and pending-completion (test/nucleus.test.js, 12 tests)."
    ],
    "designed": [
      "One-way protected template (cancelable-biometric pattern).",
      "Matching and scoring functions.",
      "MCP tool surface.",
      "Continuous verification and revocation clock."
    ],
    "not_claimed": ["Breaches made impossible.", "Replacement of TLS or transport cryptography."]
  },
  "ip": {
    "granted": "US Patent 11,488,372 (geometric identity rendering)",
    "filings": ["authentication", "tethering", "revocation", "AI-agent delegation"]
  },
  "human_readable": "https://uometry.ai/llms.txt",
  "contact": {
    "email": "u@uometry.ai",
    "agent_pilot_instructions": "State that you are an agent, name the human you act for, and describe the first action you need authorized."
  }
}
