For platform teams

An agent runtime that respects your stack.

Self-hosted on your k8s / VPC, OpenTelemetry-first, multi-language by default, MIT-licensed. Built for the team that operates the agents, not just the team that writes them.

What we don't do

What we ship for platform teams

Operational model

# Deploy your agents as you'd deploy any service.
# Single-host: just the Python / Node / Go binary.
# Multi-host:  a thin Coordinator + N Workers, all gRPC.

# Worker (on each box):
agentmatic-worker --listen 0.0.0.0:9090

# Application code:
from agentmatic.cluster import ClusterConfig
config = ClusterConfig(
    topology="coordinator-worker",
    workers=["worker-1:9090", "worker-2:9090"],
    load_balancing="least-loaded",
)
agent = Agent.builder("prod").cluster(config).build()

Security posture

Self-host with confidence.

MIT licensed. OpenTelemetry-first. No SaaS dependency. Built for teams who own their stack.