AWS Nitro Fortress SDK logo
AWS Nitro Fortress SDK

AWS Nitro Fortress SDK

A playful security product for the marketplace: secrets are framed as enclave-only inputs, the soldier carries a 0G TEE badge, and every attack or recovery event is journaled into 0G Storage memory.

NF1
AWS Nitro Enclave

The sensitive runtime is framed as an enclave-only execution path that keeps operator access outside the secret boundary.

NF2
0G TEE Badge

Each response includes a TEE-style badge summary so the caller can inspect enclave identity and verdict metadata.

NF3
0G Storage Incident Journal

Attack attempts, seal events, and recovery events are written into a persistent incident journal reference.

NF4
Recovery Replay

The fortress can replay its state after a simulated destruct event and return a recovery message with the incident digest.

The fun part

Click the attack button, try to “kill” the soldier, and the playground answers with a bunker-style recovery story: Nitro keeps the soul sealed, 0G TEE keeps the badge visible, and 0G Storage keeps the memory alive.

Playground endpoint
/api/dev/store/aws-nitro-fortress/demo
Live demo lane
Protected perimeter
Anti-Sybil throttle active
Alibaba behavior fingerprint active when configured
Visitor/IP abuse checks active before enclave entry
Each Nitro action is allowed once per IP and once per visitor in 24h
Protocol package is required for unrestricted Nitro SDK access
Visitor lane: nitro-visitor-local
Public requests use the live demo lane. Free, Builder, and Pro do not unlock the Nitro SDK endpoint. The paid Protocol SDK stays at /api/dev/store/aws-nitro-fortress.
Fortress status
Soldier online inside the enclave
Secure

The soldier claims the soul lives in AWS Nitro, the badge comes from 0G TEE, and the memory lives in 0G Storage.

cURL
curl -X POST https://dev.yieldboostai.xyz/api/dev/store/aws-nitro-fortress/demo \
  -H "Content-Type: application/json" \
  -d '{"operation":"seal_secret","secret":"arb route alpha","operator":"public-demo-visitor","visitorId":"nitro-visitor-local"}'