engineering@ theseventeen

Series / Engineering

Building AgentSecrets

The complete account of how AgentSecrets was designed and built, from the problem that started it to the architecture that solved it. Each article covers a specific decision, what drove it, and what it cost. If you want to understand how a zero-knowledge credential system actually works at every layer, this is where to start.

Your Progress0 / 12
PartEpisode TitleStatus / Duration
Part 01The Credential Problem Nobody Solved for AI Agents5 min readPart 02Designing for Zero-Knowledge7 min readPart 03Why the Proxy Is Not the Product5 min readPart 04Building the Domain Allowlist as a Security Primitive4 min readPart 05The Go Implementation5 min readPart 06Zero-Knowledge Cloud Sync in Practice4 min readPart 07The env Command — Secrets Without the .env File4 min readPart 08Building the Python SDK with No get() Method5 min readPart 09The Zero-Knowledge MCP Template4 min readPart 10Agent Identity5 min readPart 11The Governance Log4 min readPart 12Transport Interception Without Monkey-PatchingIn Writing