Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.96 KB

File metadata and controls

31 lines (22 loc) · 1.96 KB

Tutorials

Start by signing a local demo configuration and testing what happens when it changes. Then choose the guide for the boundary you need to enforce.

The first-manifest example supplies the record, keys, and approved inputs used by several follow-up guides. Those pages say where to append their code. Hardware and cMCP integration guidance identifies additional setup and verification requirements.


Getting started

Tutorial What you'll build
Your first manifest A signed Agent Manifest from scratch with Ed25519 key generation and CLI verification
CI/CD signing Signing and verification scripts, plus a workflow triggered by manifest changes on main
cMCP session binding Configuration guidance and the meaning of the gateway's identity evidence

Development

Tutorial What you'll build
Server-side manifest verification A local request gate tested with accepted, missing, unknown, and mismatched inputs
A2A delegation chains A two-hop delegation chain with scope narrowing and chain verification
HITL approval workflows A synthetic approval signed with a software key, with missing and altered approval rejection
Revocation and key rotation A signed revocation, explicit reader refresh, untrusted-signer rejection, and rotation guidance
Hardware attestation A runnable software binding example, hardware provider selection, and evidence appraisal boundaries

Operations

Tutorial What you'll build
Run a verification service A local HTTP verifier with startup-loaded trust and signed revocations, plus container packaging