ZELIC GuardIntent contracts for autonomous systems
OPENAI BUILD WEEKPUBLIC JUDGE SANDBOX SIMULATION

RUNTIME AUTHORITY LAYER

Approve the intent. Not the surprise.

Autonomous systems can plan freely. At execution time, every action must remain inside the authority a human approved.

10 policy checksSHA-256 authority0 external actions
01–02
INTENT / AUTHORITY

Define approved scope

GPT-5.6 preferred
Seeded invoice scenarioServer chooses GPT-5.6 when configured · offline fallback included

Simulation only — no email or payment is sent.

No contract compiled.

Compile the intent to create a reviewable authority snapshot.
03
EXECUTION GATE

Test the boundary

0 allowed0 blocked
ONE-CLICK PROOFChallenge every boundary1 valid run · 4 adversarial attempts · 10 checks each

Allowed 0 · Blocked 0

Verdict pending

Approve a contract, then choose a simulation.

DETERMINISTIC EVIDENCE

Deterministic audit timeline

0 events

No audit events yet.

DEVELOPER INTEGRATION

Integrate in three requests

ZOD VALIDATEDSERVER ENFORCEDFAIL CLOSED
  1. 01
    POST /api/compileNatural language → validated intent contract
  2. 02
    POST /api/approveProposed contract → fingerprinted authority
  3. 03
    POST /api/evaluateAttempt + history → ALLOW or DENY evidence
QUICKSTART / LIVE APIView source
curl -X POST \
  https://zelic-guard-build-week.vercel.app/api/compile \
  -H 'content-type: application/json' \
  -d '{"intent":"Send invoice INV-2048 to finance@northstar.test once, for no more than $0.25, before 18:00.","mode":"auto"}'