10-second demo
Run the 10-second demo
Start locally, trigger a protected action, watch the gate decide, and inspect the resulting proof flow.
What happens when you run it
1The local service starts.
2Execution without a token fails, then AEK evaluates the request and AEG Gate issues a one-time token.
3The protected deploy and proof checks run, then the proof packet can be inspected on the local service.
Commands
pnpm install
pnpm start:local
pnpm demo:10s
The demo shows the protected path, the runtime decision, and the emitted proof flow.
Secondary link:
See the protected deploy exampleExpected local result
DEMO_10S_PASS
TASK_ID=<TASK_ID>
DECISION_ID=<DECISION_ID>
EXECUTION_TOKEN_ID=<EXECUTION_TOKEN_ID>
PROOF_PACKET_ID=<PROOF_PACKET_ID>
PROOF_URL=http://localhost/:<PORT>/proof/packets/<PROOF_PACKET_ID>
MESSAGE=AI can suggest anything. It can only execute if AEG gives it a one-time token. Every action leaves proof.
You should see a local pass state, a task, a decision, an execution token, and an inspectable proof packet URL.
What a cold visitor should understand
Boundary before execution
Human decision path
Proof left behind