Read the full MCP Agent Mail technical corpus with fast search, category filters, and an optimized split-pane reader built for real implementation work.
Documents
12
Categories
6
Hotkeys
/ + Esc
An at-a-glance reference for every tool cluster, resource URI, TUI screen, and robot command track in Agent Mail.
Tool Clusters
Infrastructure
Bootstrap project context, health checks, and server lifecycle visibility.
Identity
Create or update persistent agent identities and profile metadata.
Messaging
Coordinate work asynchronously with durable, threaded, auditable messages.
Contacts
Control who can message whom across teams and projects.
File Reservations
Advertise file ownership intent and avoid stepping on parallel edits.
Search
Recover context rapidly from message history and thread archives.
Macros
Collapse common multi-step workflows into one predictable tool call.
Product Bus
Link multiple repos under one product-level coordination surface.
Build Slots
Throttle expensive builds/tests to prevent CI or machine contention.
Resource URIs
resource://inbox/{agent}Read latest inbox messages without issuing tool calls.
resource://thread/{thread_id}Retrieve thread history in one structured snapshot.
resource://agents/{project_key}Enumerate known agents and their contactable identities.
resource://file_reservations/{project_key}Inspect active lease ownership and expiry windows.
resource://contacts/{agent}Show contact graph and approval state.
resource://metrics/{project_key}Expose throughput/error/latency telemetry snapshots.
resource://healthReport service readiness and degraded-mode signals.
TUI Screens
Dashboard
Is the system healthy and active right now?
Inbox Browser
What requires my immediate response?
Thread Explorer
How did this decision evolve over time?
Agent Roster
Who is online and what are they doing?
Reservation Manager
Where are file ownership conflicts emerging?
Unified Search
Where is the prior context for this topic?
Contact Graph
Can this agent message that agent right now?
Macro Inspector
Which high-level workflows are available and safe?
Build Slots
Are build leases saturating shared infrastructure?
Product Bus
How are projects linked under shared products?
Audit Timeline
What happened and when?
System Health
Which subsystem is degraded?
Human Overseer
How can an operator redirect execution quickly?
Tool Metrics
Which tools are hot or failing?
Theme + Session Status
Is this session readable and context-aligned?
Robot Command Tracks
Situational Awareness
Get fast status before taking action.
am robot status --format toonam robot health --format jsonMessage Triage
Prioritize and acknowledge inbound coordination tasks.
am robot inbox --format json --agent GreenCastleam robot thread --format md bd-123History Retrieval
Recover past decisions before proposing changes.
am robot search --format json "auth refactor"am robot thread --format md bd-123Edit Safety
Inspect ownership and avoid reservation collisions.
am robot reservations --format jsonam robot health --format jsonOperator Reporting
Produce machine-readable snapshots for automation and dashboards.
am robot status --format json > status.snapshot.jsonam robot health --format json > health.snapshot.json