{
  "name": "VERA Registry resolve door",
  "description": "Resolver descriptor for SITP (SI Trust Protocol), formerly AITP. An ordinary HTTP GET lookup: resolve a domain to its signed, expiring VERA record before you buy, cite or recommend. Cache only: a lookup never triggers a verification. This is not an A2A agent interface.",
  "standard": "SITP",
  "standard_name": "SI Trust Protocol",
  "formerly": "AITP",
  "provider": {
    "organization": "Stealth Grid Corp, VERA Registry steward",
    "url": "https://veraregistry.com"
  },
  "documentationUrl": "https://sitrustprotocol.com/#api",
  "resolve": {
    "method": "GET",
    "url": "https://veraregistry.com/api/vera/public/resolve",
    "query": { "domain": "the domain to resolve" },
    "example": "https://veraregistry.com/api/vera/public/resolve?domain=veragraph.ai",
    "responseType": "application/json",
    "response": "ES256 signed envelope with four independent status axes (record, recognition, verification, claimed). Absence is also signed."
  },
  "verificationKey": "https://sitrustprotocol.com/api/resolve/meta",
  "acceptedStandards": ["SITP", "AITP"],
  "formerlyAcceptedUntil": "2027-03-31"
}
