Git permission layer that makes repositories safe for AI agents.
EVM keys, a git shim, and a .repobox/config.yml file that stands between your agents and your codebase. One config file. Per-agent permissions. Enforced before anything touches your repo.
# .repobox/config.ymlresolver: onchaingroups: founders: - ens:0xfran.eth agents: - evm:0xDbbA...2048 # deep-blue-kraken - evm:0x8224...fA09 # yolo-shipperpermissions: default: deny rules: - founders own >main - agents push >feature/** - agents read >* - agents not edit .repobox/config.ymlOne command. Secure your first repo in under a minute.