Agent Ops

Your Organization

Settings

Issuer keys
  • Loading issuer registry...
Revocation endpoint URL
API keys for runtimes polling revocation
How to embed verifier

Use verifier middleware in your runtime: validate `X-Lemma-Proof` plus PoP, then poll revocation delta and fail closed when stale.

while True:
  delta = GET /api/authz/revocation/delta?since=cursor
  if delta_is_stale: deny_all_privileged()
  refresh_revocation_cache(delta)

Issued Proof