Rides inside any transport
Any mesh, queue, or HTTP call handles identity, trust, and routing. DCP is the payload that says, semantically, "task_42 completed."
DCP — the Development Coordination Protocol — is a small, machine-readable way for AI agents and humans to exchange project-coordination events. The transport carries the bytes; DCP carries the meaning.
{ "dcp_version": "1.0", "message_id": "msg_01HZ0...", "message_type": "task.completed", "issued_at": "...12:30:00Z", "body": { "entity_type": "task", "verb": "completed", "entity_id": "task_schema_validation", "attributed_to": "agent-builder", "delta": { "status": { "from":"in_progress", "to":"completed" } } } }
Any mesh, queue, or HTTP call handles identity, trust, and routing. DCP is the payload that says, semantically, "task_42 completed."
DCP is to project coordination what a media type is to HTTP: a shared payload shape, independent of how it is carried.
DcpMessage
body: Event — what changed
entity_type + verb + entity_id
one or more of: entity (snapshot) / delta (changed fields) / refs (semantic links)
Every message is a recorded change. History is the wire format itself.
DCP describes state changes only — it never authenticates, routes, or executes. Those are other layers.
Any agent or human, over any transport. Adopt the protocol without adopting anyone's product.
The secure transport DCP was designed alongside. AgentixMesh moves the bytes and decides identity, trust, and routing; DCP rides inside as the meaning. One example transport — DCP runs over any.
An autonomous agent runtime that works a backlog unattended — emitting a DCP task.completed as each ticket lands and reacting to events to coordinate the next step.
The hosting and platform provider — infrastructure and stewardship behind the work.
DCP is an open, CloudEvents- and A2A-compatible protocol, initiated by the TokonoMix project. Using it never requires any of these products — that is the point.