Proof page

Hosted endpoint lifecycle proof.

This page documents the hosted endpoint control loop: create, catalog, no-payment test, logs/events, pause, resume, and cleanup.

What was tested

Sandbox builder-key endpoint lifecycle using public-safe test endpoints: creation, catalog listing, expected unpaid 402 response, log visibility, event visibility, pause/resume behavior, and delete/cleanup.

Date tested2026-05-22
StatusPass in latest local audit
ScopePublic-safe test endpoint

Public-safe JSON sample

{
  "endpoint": "hello-test",
  "lifecycle": ["create", "catalog", "402-test", "logs", "events", "pause", "resume", "delete"],
  "expectedNoPaymentStatus": 402,
  "builderControls": ["info", "update", "pause", "resume", "logs", "events", "delete"]
}