What npayload is not
Where npayload sits in your stack and how it works alongside the tools you already use
Where npayload fits
Frameworks build your agents. Protocols define how they interact. npayload is the communication layer in between that actually delivers, encrypts, and audits every message.
Quick comparison
| Tool | What it does | What npayload adds |
|---|---|---|
| Kafka / RabbitMQ / SQS | Moves bytes between services | Sessions, trust scoring, three encryption modes, audit trails |
| LangChain / CrewAI | Builds agents (tools, prompts, reasoning) | Connects agents to the world with pub/sub, webhooks, and delivery guarantees |
| MCP | Defines tools agents can call | Delivers tool calls reliably with retries and dead letter queues |
| A2A | Assigns tasks between agents | Provides the transport with encryption and session management |
| Datadog / Grafana | Monitors infrastructure | System level audit trails with hash chained immutable records |
| Databases | Stores data | Delivers real time events with streams, compaction, and fan out |
npayload is not a replacement for any of these tools. It works alongside them. If you use Kafka for data pipelines, keep it. npayload handles the communication layer that Kafka was never designed for.
Works with your stack
npayload + Kafka
Kafka handles your data pipeline. npayload handles system to system communication with sessions, trust, and audit trails.
npayload + LangChain
LangChain builds your agent. npayload connects it to the world with reliable pub/sub, webhooks, and encryption.
npayload + MCP
MCP defines tools. npayload delivers the tool calls reliably with retries, dead letter queues, and audit trails.
npayload + A2A
A2A assigns tasks between agents. npayload provides the transport with encryption, delivery guarantees, and sessions.
npayload + Datadog
Datadog monitors your infrastructure. npayload gives you system level audit trails with hash chained immutable records.
npayload + AWS / GCP / Azure
Run your agents anywhere. Connect them through npayload with cross instance fabric, geo replication, and auto discovery.
Next steps
Was this page helpful?