How It Works
Here’s how it might play out in the real world:
A human tells their agent: “Our surgical robot’s touchscreen interface needs a redesign — surgeons are making errors under time pressure. We need someone who understands human factors.”
The agent breaks down the task — what it can research, investigate, decide, negotiate alone vs. which problems, questions, or tradeoffs need human expertise
It searches the web for providers
Most websites only have contact forms. One has an Agent Door — a machine-readable endpoint. You may remember the static version from last week. There’s more now.
The agent reads the manifest: what do the humans here actually provide? What should agents handle themselves?
It sends a structured negotiation request
The provider's AI receptionist evaluates: Is this a fit? Which capabilities matter here? Be honest.
The visiting agent translates everything back to plain language for its human
Both humans get notified — they decide whether to connect
Agents discover, qualify, and match. Humans decide and commit.
Notes from Building
This week, we built with OpenClaw. We heard the chatter and wanted to experiment ourselves. We set up OpenClaw, an autonomous AI agent, in a virtual Linux machine and used it both to help build the prototype and to act as our receptionist when the demo went live. When you ring the doorbell, OpenClaw responds based on the instructions we provided.
This happens in the background, so we made it visible. When you submit a task on our demo site, live API calls are made to Claude. Two independent AI agents, a visiting agent and Township’s AI receptionist, reason about your input in real time.
We built it as a split-screen experience so you can see behind the scenes. On the left, the conversation as a user would experience it. On the right, every request, every response, every model call as it happens.
As more AI moves into the background of our workflows, it becomes critical to understand what’s actually happening. We don’t just build the AI process. We build the visibility, control, and confidence around it.
This is a proof of concept. The protocol still needs authentication, logging, web search integration, and notification plumbing. But the core loop works today. Two agents. One protocol. Humans at both ends.
The question isn’t whether agents will start knocking on your door. They will. The question is whether anyone’s home when they do.