Install
Configure
Set the human root DID, the Arsenal broker URL, and a signing key for the process creating agents..env
Create and call
What happens behind the scenes
Identity creation
An Ed25519 keypair is generated. The public key becomes your agent’s
did:oas:l1fe:agent:*. The private key never leaves your process.Lineage proof
A
AgentLineageProof2025 is signed by the parent HMR, binding this agent to its human root. Offline-verifiable, zero network calls.Capability issuance
Arsenal issues a short-lived Agent Capability Token (ACT) scoped to
openai:chat:completions. TTL defaults to 5 minutes.Expected result
The agent call returns the upstream service response, and the SDK keeps the identity and authorization trail available for logs, audit, and AEGIS verification.Core concepts
DIDs, lineage, ACTs — the vocabulary.
Pick a language
Seven SDKs, one reference implementation.