๐Ÿค–

Team Dashboard

See your team's real-time file coordination from any browser.

Easiest way to connect
Run this on any machine with AgentCollision:
ac team dashboard
Opens this dashboard with your credentials pre-filled. No copy-pasting needed.
or paste token manually
Token stored in browser session only. Cleared when you close the tab.
๐Ÿค–

AgentCollision

Team Dashboard
Team
Settings
connecting

Team Overview

Real-time coordination across your team's machines.
Online
Active leases
Members
🔒 File paths are encrypted. Enable decryption to see real paths, or run ac team dashboard which does it automatically.
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).