US East 1 (AWS), and your event data is stored at rest in that infrastructure. You manage everything through Axiom’s Console at app.axiom.co regardless of which edge deployment you select.
This edge deployment model provides flexibility that isn’t possible with separate regional instances. As Axiom introduces additional edge deployments, you’ll be able to write event data to specific locations with ease while maintaining unified management and billing.
Available edge deployments
Axiom currently supports the following edge deployments:| Edge deployment | Base domain of ingest API endpoint |
|---|---|
US East 1 (AWS) | https://us-east-1.aws.edge.axiom.co |
EU Central 1 (AWS) | https://eu-central-1.aws.edge.axiom.co |
The base domain of all other API endpoints is
https://api.axiom.co.Current capabilities
Your organization’s default edge deployment determines where Axiom stores event data at rest. Axiom currently routes query results and account operations through its centralized US-based infrastructure. In the future, Axiom will route query results in the same edge deployment where your data is stored. See the table below for current and planned behavior:| Operation | Current behavior | Planned behavior |
|---|---|---|
| Data ingest | Selected edge deployment | – |
| Data storage | Selected edge deployment | – |
| Query execution | Selected edge deployment | – |
| Query results | US infrastructure | Selected edge deployment |
| Account data | US infrastructure | - |
Compliance considerations
Some data-sovereignty frameworks may accommodate this architecture when supported by appropriate transfer mechanisms (for example, SCCs). Strict public-sector or regulated-industry frameworks might not permit cross-border processing. This is typically because these frameworks require that both storage and processing of personal data take place entirely within the designated edge. Evaluate based on your specific requirements. If your compliance obligations prohibit query results from crossing regional boundaries, wait for complete within-edge query processing.Determine your organization’s edge deployment
The default edge deployment of your organization determines where Axiom stores your event data. You can’t change your default edge deployment after creating your organization. To determine your organization’s default edge deployment:- Click Settings > General.
- Find your organization’s default edge deployment in the Edge deployment section.
Roadmap for edge deployments
Axiom is evolving its edge deployment architecture to provide more flexibility and control.Integration support
Jan 2026
Integrations will be available for edge deployments other than US East 1 (AWS). The integrations will include edge deployment selection in their setup flows, automatically routing ingest to the correct edge endpoint based on your dataset configuration.
Complete within-edge query processing
Jan 2026
Query processing will move to regional edge deployments. For example, when you query data stored in an EU edge deployment, the entire operation, from query execution to results, will happen within EU infrastructure.
Multi-region organization
Q1 2026
You’ll be able to manage datasets across multiple edge deployments within a single organization. After selecting a default edge deployment, you can activate additional edge deployments and configure individual datasets to store data in any active edge deployment. This enables global operations without managing multiple Axiom organizations.
SDKs and edge deployments
Axiom SDKs will support edge deployments through environment variables. The SDKs will default toUS East 1 (AWS). Until Axiom updates all SDKs, configure ingest endpoints manually.
Legacy EU instance
Axiom had previously operated two completely separate infrastructures to support an EU region:| Instance | Console base domain | API endpoint base domain |
|---|---|---|
| US | https://app.axiom.co | https://api.axiom.co |
| EU | https://app.eu.axiom.co | https://api.eu.axiom.co |
Migration to edge deployments
If your organization currently uses the legacy EU instance, Axiom will contact you directly about migration after within-region query execution becomes available. The migration will move your data to the new unified model, keeping your data intact. Until migration, continue using your current EU instance endpoints. All API examples in Axiom’s documentation use thehttps://api.axiom.co base domain by default. If you’re on the legacy EU instance, replace this with the https://api.eu.axiom.co base domain in all API calls.