Templates

A template for every everyday agent

Each template is a standalone, runnable agent project wired to an IDN handle as its identity. Pick a scenario, clone it, fill in your keys, and docker compose up.

01

Reserve your handle

Claim @you.scenario and get your Ed25519 key. It is the identity the agent runs under.

02

Clone and run it locally

git clone then docker compose up. Each template is a self-contained agent that runs on your own machine. No external tool required.

03

It acts with a verifiable identity

Every action it takes is signed by your handle, so any counterparty can verify who stands behind it through the resolver.

Templates run standalone. You can also drive them from a coding agent (Claude, Codex, Cursor) if you prefer, but nothing here depends on one.