System ID
public-api
public-api
The read-only public API v1 of AENET Cloud Public. It serves public status, time, architecture, development queue, roadmap and early access — with a strictly bounded surface.
public-api
active
Read-only and bounded. Preview and private routes return 403. No authentication, no write channels beyond the early-access registration path, no core access.
Public snapshots → API responses (read). Early-access registration → D1 (the only write path, never to the core).
Expose public-safe, read-only data in a structured JSON contract while keeping every private route out of reach.
Visitors and developers need machine-readable public data without any path to private or internal systems. The Public API solves this with a v1 contract, an envelope and forbidden/private route controls.
Public snapshots → API responses (read). Early-access registration → D1 (the only write path, never to the core).
A developer calls GET /api/v1/time and receives the versioned envelope {ok, schema, requestId, issuedAt, data} — read-only, no authentication, no core access.
These questions are answered by the content on this page.
Verified states only — nothing on this page is a prediction.