Introducing Axon Fabric 3.0 — Now GA

Infrastructure that moves at the speed of now.

Axon Fabric delivers a globally distributed edge network with sub-10ms P99 latency, intelligent traffic routing, and full-stack observability — without the complexity.

No credit card required  ·  Free tier includes 50GB egress/mo  ·  SOC 2 Type II certified

axon / control-plane / live
All systems operational
3.1ms
P50 latency
7.4ms
P99 latency
99.99%
Uptime 30d
🇺🇸 us-east-1 · Ashburn 2.8ms
🇩🇪 eu-central-1 · Frankfurt 4.1ms
🇸🇬 ap-southeast-1 · Singapore 6.7ms
🇯🇵 ap-northeast-1 · Tokyo 5.9ms

Trusted by engineering teams at

Parallax AI Meridian Health Vortex Commerce Strata Financial Luminary Labs Crestline Media Ironclad Robotics Zenith Health
180+
Global PoPs

Across 6 continents

99.999%
SLA Uptime

Financially-backed guarantee

<5ms
P99 Latency

Global median edge-to-client

2.4Tbps
Network Capacity

With burst-to-10x headroom

One fabric. Four capabilities.

Everything your infrastructure needs — unified under a single control plane, observable in real time.

axon.fabric

Fabric

The core distributed mesh. Deploy workloads to any edge node globally and let Fabric handle failover, load balancing, and traffic shaping automatically.

Anycast routing with BGP failover Auto-scaling edge compute nodes mTLS between all mesh nodes Zero-downtime deploys
Explore Fabric
axon.gateway

Gateway

A programmable API gateway at the edge. Rate limiting, authentication, request transformation, and canary routing — configured as code.

JWT / OAuth2 / API-key auth Per-route rate limiting & quotas Request/response transformation Canary and shadow routing
Explore Gateway
axon.observe

Observe

Full-stack infrastructure observability. Metrics, traces, and logs in a single pane — with intelligent anomaly detection and SLO tracking.

OpenTelemetry-native ingestion Distributed trace correlation SLO / error-budget dashboards PagerDuty & Slack alerting
Explore Observe
axon.route

Route

Intelligent traffic management. Geo-aware routing, latency-based failover, and weighted load balancing — with policy-as-code configuration.

Latency-based global routing Weighted & blue/green routing Health-check aware failover Declarative YAML policy files
Explore Route
typescript
import { AxonClient } from '@axon/sdk';

// Initialize with your project token
const axon = new AxonClient({
  projectId: 'proj_k8xm2n9p',
  token:     process.env.AXON_TOKEN,
});

// Deploy a route with geo-aware routing
const route = await axon.route.create({
  name:    'api-prod',
  origins: [
    { region: 'us-east-1', weight: 60 },
    { region: 'eu-west-1', weight: 30 },
    { region: 'ap-se-1',   weight: 10 },
  ],
  routing: 'latency',
  healthCheck: { path: '/health', interval: 10 },
});

console.log(`Route deployed: ${route.endpoint}`);
// → Route deployed: api-prod.axon.network

Built API-first. From day one.

Every capability in Axon is available via our TypeScript, Python, and Go SDKs — and our REST API. What you can do in the dashboard, you can automate.

SDKs for TypeScript, Python, Go, Rust
OpenAPI 3.1 spec — importable into any client
Terraform & Pulumi providers available
Webhooks for every platform event

Security baked in, not bolted on.

Every connection in Axon Fabric is encrypted with mTLS. Identity is verified at every hop. Your traffic never leaves the Axon backbone unencrypted.

mTLS everywhere

Mutual TLS between all nodes, no exceptions

Secret rotation

Automatic credential rotation with zero downtime

SOC 2 Type II & ISO 27001

Audited annually. Reports available on request

Security overview

NETWORK SECURITY POSTURE

Encryption in transit TLS 1.3
Encryption at rest AES-256
Identity & access OIDC / SAML
DDoS protection Layer 3/4/7
Compliance SOC 2 · ISO 27001 · GDPR

Ready for your most demanding workloads.

Axon Enterprise includes private network peering, dedicated edge nodes, custom SLAs, and 24/7 human support.

Private Peering

Bring your own ASN and peer directly with Axon's backbone. Guaranteed bandwidth with no shared contention.

Dedicated Infrastructure

Dedicated edge nodes in your region of choice. Single-tenant isolation with FIPS 140-2 validated hardware.

24/7 Expert Support

A named Technical Account Manager, 15-minute SLA on P1 incidents, and direct access to our network engineering team.

Your infrastructure, reimagined.

Join 2,400+ engineering teams building on Axon. Free tier, no credit card required.