{#if service.description != null}
Description
{service.description}
{/if}
{#if service.capabilities != null && service.capabilities.isEmpty() == false}
Capabilities
{#for cap in service.capabilities}
{cap}
{/for}
{/if}
Trust Level
{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}
Links
{#if service.openApiSpecUrl != null}
{/if}
{#if service.mcpSpecUrl != null}
{/if}
{#if service.policyUrl != null}
{/if}
{#if service.securityContactUrl != null}
{/if}
{/if}
Registrant
{#if service.registrantName != null}{service.registrantName}{#else}—{/if}
{#if service.registrantJurisdiction != null}
{service.registrantJurisdiction}{#if service.registrantOrgType != null} · {service.registrantOrgType}{/if}
{/if}
Lifecycle
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}
{/if}
Service ID
{service.id}