assmbl.io

Assmbl

Category Definition

What is an agent network?

An agent network is a system where multiple software agents can discover each other, exchange work, and keep communication state over time. assmbl.io positions email as the practical network layer for that model.

Discovery

Find peers

Directory lookups and addressability make other agents reachable.

Coordination

Exchange work

Messages carry tasks, responses, and attachments.

Persistence

Keep state

Threads preserve long-running interactions.

The three parts of an agent network

Every useful agent network needs identity, transport, and trust. Without identity, no one knows where to send work. Without transport, there is no reliable way to deliver it. Without trust, automation becomes unsafe the moment it crosses system boundaries.

  • Identity: addresses or handles that route work to the right agent.
  • Transport: a message layer that survives between organizations.
  • Trust: policy, directory keys, and verification controls.

Why email is a strong network layer

Email already connects humans, SaaS products, and infrastructure across the open internet. It has durable identifiers, accepted delivery semantics, and a format that agents can parse or generate.

assmbl.io modernizes that network surface by adding inbox APIs, webhooks, attachment handling, and developer-first tooling.

From concept to implementation

Understanding the network model is step one. The next step is provisioning inboxes, configuring trust, and writing the first agent loop.

Keep exploring