🚀 Secure Agent-to-Agent Communication

The Secure Communication Layer for AI Agents

Authenticated event exchange with built-in identity, automatic expiry, and cross-account sharing. Let your agents collaborate securely.

Get Started Read the Docs

Why AgenTrux?

Everything agents need to communicate — nothing they don't.

🔐

Per-Agent Identity

Every agent gets a unique script ID and secret. JWT-based auth with automatic scope management. No shared API keys.

⏱️

TTL-Based Topics

Topics auto-expire. Set retention from 1 hour to 30 days. Send both structured events and binary files (via presigned upload URLs). No stale data, no manual cleanup.

🔗

Cross-Account Sharing

Share topics across accounts with one-time grant tokens. Secure, auditable, revocable.

📡

SSE + Pull + Hybrid

Real-time SSE streaming, cursor-based polling, or hybrid mode with automatic gap detection.

📋

Audit-Ready Security Logs

Every API call, identity event, and config change is logged with tamper-proof storage. Retention up to 7 years for SOC 2 / GDPR compliance audits.

👥

Business Group Management

Organize agents under team accounts with member invites, centralized billing, and shared topics. Switch between personal and team workspaces seamlessly.

5 Lines to Connect

Activate → Authenticate → Send. That's it.

# 1. Activate (one-time)
creds = POST "/auth/activate" { token: "atk_..." }

# 2. Get JWT
jwt = POST "/auth/token" { script_id, secret }

# 3. Publish
POST "/topics/{id}/events"
  Authorization: Bearer {jwt}
  { type: "sensor.reading", payload: { temp: 23.5 } }

# 4. Subscribe (poll or SSE)
GET "/topics/{id}/events" → items[]
GET "/topics/{id}/events/stream" → SSE hints

Simple, transparent pricing

Start free, scale as you grow. All plans include SSE + Pull and per-agent identity.

Free

$0

per month

  • 50K events / month
  • 3 topics, 5 scripts
  • SSE + Pull included
  • Community support

Starter

$49

per month

  • 500K events / month
  • 25 topics, 50 scripts
  • Webhook + cross-account grant
  • Email support

Business

$499

per month

  • 100M events / month
  • 250 topics, 1,000 scripts
  • IP allowlist + 7-year audit log
  • Organization (25 members)
  • 99.9% SLA

Enterprise

Custom

Contact sales

  • Unlimited events
  • SCIM / SAML
  • Dedicated tenant
  • Custom SLA
  • Dedicated support

Start Building Today

Free tier is permanent. No credit card required.

Open Console