Lentra
Home / Live

This site records its own war.

A capture node runs beside this site's edge and issues a signed ingress passport for every machine visit: the agent it claimed, the network it actually came from, the robots state at that second, chained and published. What follows is not a demo. It is the node's live output, and you can verify any record below in your own browser.

records in the chain

distinct claimed agents

share forward-confirmed

01 · Recent machine visits

Claim on the left. Evidence on the right.

Forward-confirmed visitors appear as full signed records; click one to expand and verify it locally. Visitors whose identity claim failed confirmation are published as masked summaries, and their full signed records stay in the private store. Humans are never recorded at all.

ObservedClaimed agentConfirmedPathStatus
Loading the node's feed…

v0 prototype node: capture method access_log_tail, no heartbeats yet. The record says so itself, in its method group.

02 · The API

The node speaks for itself.

Everything on this page comes from a public read-only API on this domain. The specification and the reference verifier are served from it too: the canonical source for both is this site, not a platform.

# the format, the verifier, the keys
curl https://lentra.io/api/v0/spec
curl -O https://lentra.io/api/v0/verifier.mjs
curl https://lentra.io/api/v0/keys

# the node's live output
curl https://lentra.io/api/v0/records/recent
curl https://lentra.io/api/v0/records/head     # chain head: pin it, and history is pinned for you

# verify any record without trusting us
node verifier.mjs record.json