{% extends "base.html" %} {% block title %}Projects — Agent Mail{% endblock %} {% block content %}
Multi-Agent Collaboration Platform

Your Projects

Orchestrate, coordinate, and empower AI agents to collaborate seamlessly

Total Projects

{{ projects|length }}

Currently active

Active Agents

Metrics coming soon

Total Messages

Metrics coming soon

{% if projects %}

Active Projects

{{ projects|length }} project{{ 's' if projects|length != 1 else '' }} in total

{% for p in projects %}
Active

{{ p.human_key }}

{{ p.slug }}
{{ p.created_at }}
0 agents • 0 msgs
Open
{% if p.confirmed_siblings or p.suggested_siblings %}

Related Projects

{% if p.suggested_siblings %}
Why Link Projects?

Confirming related projects helps agents discover relevant context across your workspace. When projects are linked, agents can:

  • Find dependencies: Discover related code and shared components
  • Coordinate work: Connect with agents working on related systems
  • Maintain consistency: Keep shared patterns and conventions aligned
{% endif %} {% if p.confirmed_siblings %}
{% for sibling in p.confirmed_siblings %} {% endfor %}
{% else %} {% endif %} {% if p.suggested_siblings %}
{% for sibling in p.suggested_siblings %}
{{ sibling.peer.human_key }}

Suggested sibling project

{{ sibling.peer.human_key }}
{{ (((sibling.score or 0) * 100)|round(0)|int) }}% match
{% if sibling.rationale %}

"{{ sibling.rationale }}"

{% endif %}
{% endfor %}
{% else %} {% endif %}
{% endif %}
{% endfor %}

No matching projects

No project names or slugs match your search query. Try different keywords or clear the search to see all projects.

{% else %}

Ready to get started?

Create your first project to enable seamless multi-agent collaboration and coordination.

Agent Messaging

Enable agents to communicate and share context

File Reservations

Signal editing intent to coordinate between agents

Full History

Track all interactions with Git-backed storage

{% endif %}
{% endblock %}