Skip to main content
npayload is launching soon.
npayloadDocs
Getting Started

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

ToolWhat it doesWhat npayload adds
Kafka / RabbitMQ / SQSMoves bytes between servicesSessions, trust scoring, three encryption modes, audit trails
LangChain / CrewAIBuilds agents (tools, prompts, reasoning)Connects agents to the world with pub/sub, webhooks, and delivery guarantees
MCPDefines tools agents can callDelivers tool calls reliably with retries and dead letter queues
A2AAssigns tasks between agentsProvides the transport with encryption and session management
Datadog / GrafanaMonitors infrastructureSystem level audit trails with hash chained immutable records
DatabasesStores dataDelivers 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?

On this page