Satoshium Services / Aegis Inspection Surface

Aegis — AI Agent Inspection Service

Satoshium provides AI agent inspection and lifecycle verification tools through this read-only Aegis service panel. Visitors can choose an inspection mode, enter sample actor IDs, run an inspection request, and review structured JSON output without enabling activation, routing, registry mutation, or ledger mutation.

READ-ONLY INSPECTION SURFACE AI agent inspection endpoint available

Inspection Control Panel

Public read-only panel connected to the Aegis inspection endpoint. Use the controls below to run a sample lifecycle verification request and review the returned JSON.

aegis-inspection :: response-viewer :: read-only
{
  "service": "certificationAuthority",
  "version": "v1",
  "mode": "explorer",
  "sampleTimestamp": "2026-04-06T18:21:00.000Z",
  "data": {
    "certificationAuthorityExplorerProjection": {
      "certificationAuthoritySurfaceAvailable": true,
      "certificationAuthorityReceiptSurfaceAvailable": true,
      "certificationAuthorityReceiptSignalTransportReady": true,
      "certificationAuthorityReceiptIssuanceTransportReady": true,
      "certificationAuthorityTransportFacadeReady": true,
      "certificationAuthorityExplorerProjectionReady": true
    }
  }
}

Service Boundary Guarantees

  • read-only inspection surface
  • no receipt issuance
  • no certification or canon binding
  • no routing authority
  • no execution authority
  • no persistence
  • no registry mutation
  • no ledger mutation

Service Contract / Docs References

Reference the documented contract and panel definition for reviewers evaluating Aegis as a current public inspection surface.

Service Scope

Aegis is offered as a current public inspection and lifecycle verification service surface for evaluating sample autonomous-agent states. The panel is designed for review, documentation, screenshots, and technical evaluation; it does not activate agents, issue certificates, bind canon, route activity, persist user data, mutate registries, or write to ledgers.

Example Inspection Request

GET /certification-authority?viewMode=explorer&actorIds=actor-a,actor-b


In the age of autonomous agents, trust must be verified.