ZELIC GuardIntent contracts for autonomous systems
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
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
0 eventsDeterministic audit timeline
No audit events yet.
DEVELOPER INTEGRATION
Integrate in three requests
ZOD VALIDATEDSERVER ENFORCEDFAIL CLOSED
- 01
POST /api/compileNatural language → validated intent contract - 02
POST /api/approveProposed contract → fingerprinted authority - 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"}'