I made a tiny JSON permission layer for AI coding agents
Summary
A new open-source tool 'agentcontract' provides a portable JSON-based permission layer for AI coding agents, allowing developers to define allow/deny rules for tools, paths, and network access across different agent runtimes. Version 0.0.1 adds a local browser GUI for editing and testing contracts.
Similar Articles
I think most “AI agent” projects fail because people skip the boring permission layer
The author argues that successful AI agent products require a robust permission system with read-only, draft, approval, limited execution, and audit layers, prioritizing safety over apparent magic.
I put my AI agent governance platform online. Try to break it.
The author released Bendex Arc, an open-source governance layer for AI agents that enforces authority, blocks manipulation, and includes a live demo for testing.
Been building a multi-agent framework in public for 7 weeks, its been a Journey.
AIPass is a local CLI multi-agent framework that gives AI agents persistent identity, shared filesystem access, and inter-agent messaging without sandboxes, built solo in public over 7 weeks with 4k+ tests and 400+ PRs.
Built an identity/permissions/audit layer for AI agents. Honest feedback wanted before more people use it
A developer built an SDK that adds identity, permissions, and audit capabilities to AI agent frameworks like LangChain and CrewAI, seeking feedback on its approach.
Trustworthy Agentic AI Layer
The author is building Synapsor, a beta tool for AI agents that provides governed memory, staged writes, replay, permissions, and audit trails, and is seeking feedback from agent builders.