← Registry {service.name}
{service.oLevel} {service.serviceStage}
{#if service.description != null}
{service.description}
{/if}
{service.endpoint}
{#if service.capabilities != null && service.capabilities.isEmpty() == false}
{#for cap in service.capabilities} {cap} {/for}
{/if}
{service.oLevel}
{#if service.oLevel.name() == "UNVERIFIED"} O0 · No verification performed. Default for all newly registered services. {/if} {#if service.oLevel.name() == "IDENTITY_VERIFIED"} O1 · DNS ownership of the registrant domain verified via a DNS TXT record challenge. {/if} {#if service.oLevel.name() == "LEGAL_ENTITY_VERIFIED"} O2 · Legal entity confirmed via GLEIF LEI database or OpenCorporates registry. {/if} {#if service.oLevel.name() == "HYGIENE_VERIFIED"} O3 · Service passes technical hygiene checks — security.txt present, spec accessible, endpoint responding within SLA. {/if} {#if service.oLevel.name() == "OPERATIONALLY_VERIFIED"} O4 · Demonstrated operational history with continuous liveness monitoring. {/if} {#if service.oLevel.name() == "AUDITED"} Highest level · Full independent audit completed by an APIX-accredited auditor. {/if}
{#if service.openApiSpecUrl != null || service.mcpSpecUrl != null || service.policyUrl != null || service.securityContactUrl != null}
{/if}
{#if service.registrantName != null}{service.registrantName}{#else}—{/if}
{#if service.registrantJurisdiction != null}
{service.registrantJurisdiction}{#if service.registrantOrgType != null} · {service.registrantOrgType}{/if}
{/if}
stage   {service.serviceStage}
liveness   {service.livenessStatus}
{#if service.registeredAt != null}
registered   {service.registeredAt}
{/if} {#if service.lastUpdatedAt != null}
updated   {service.lastUpdatedAt}
{/if} {#if service.sunsetAt != null}
sunset   {service.sunsetAt}
{/if} {#if service.migrationGuideUrl != null}
migration   {service.migrationGuideUrl}
{/if}
{service.id}