Haldir / Quickstart
One click. One script. Real governance on a real agent.
No signup. No email. Just a key.
Save this key — it won't be shown again.
python3 -m venv haldir-env && source haldir-env/bin/activate pip install haldir httpx
The copy button chains both commands so you can paste and run in one go.
This script creates a session, checks permissions, stores a secret, authorizes a payment, logs to the audit trail, verifies the hash chain, and revokes the session. All live against haldir.xyz.
Every action was scoped to a session with permissions and a spend limit. The secret was AES-256-GCM encrypted. The payment was authorized against the session budget. Every action was logged to a hash-chained, tamper-evident audit trail. And when you revoked the session, the agent lost all access instantly.
That's Haldir. Read the full docs or view the source.
Full API docs at haldir.xyz/docs · Blog · GitHub