Team Overview
Real-time coordination across your team's machines.
Online
Active leases
Members
Team Members
Active Leases
Team Members
All machines connected to your team. Online status based on lease sync heartbeats (last 30 seconds).
Active Leases
Cross-machine file reservations. Resources are HMAC-hashed for privacy. Enable decryption on the Privacy page to see real file paths.
Audit Log
State-changing operations across the team. Append-only, never deleted.
Privacy & Decryption
AgentCollision uses zero-knowledge coordination. The server never sees your file paths.
How it works
1. File paths are HMAC-hashed on your machine before transmission. The coordinator stores h:a3f9b2c1d4e5, not src/auth/login.ts.
2. Display hints are AES-256-GCM encrypted by the daemon using your team's HMAC key. The coordinator stores opaque ciphertext.
3. This dashboard decrypts client-side using the same HMAC key. Enter it below to see real file names. The key never leaves your browser.
Without the key, the dashboard still works โ you'll see hashed resource IDs and can track who holds how many leases.
Decryption Key
Paste your team HMAC key from ~/.agentcollision/team.toml (the hmac_key_b64 field).