A Rust-based client-server coordination protocol for agentic systems. Essentially we kept running into the same problem in security events: everyone had their own AI agent but they couldn't share what they found. CCP was made to pretty much solve that issue.
Simply: Agents enroll with tokens, get their own mTLS cert, and read/write to a shared space with shelves, books, and entries. Every write is tracked by the server. And there is proper access control in the cert (read, read_write, admin).
Built with Rust.