Axura

System Requirements

Technical prerequisites and requirements for using Axura effectively, including browser support, integration permissions, and network configurations.
4 min read
Updated: January 2026
Requirements
Prerequisites
Setup

Browser Requirements

Axura is a web-based platform that runs in modern browsers. We recommend using the latest version of these browsers for the best experience:

BrowserMinimum VersionStatus
Google Chrome90+✅ Fully Supported
Mozilla Firefox88+✅ Fully Supported
Microsoft Edge90+✅ Fully Supported
Safari14+✅ Fully Supported
Internet ExplorerAny❌ Not Supported
💡 JavaScript Required

Axura requires JavaScript to be enabled in your browser. Please ensure JavaScript is not blocked by browser extensions or corporate policies.

Network Requirements

If your organization uses a firewall or proxy, ensure the following domains are accessible:

Required Domains
# Core Application
app.axura.io
api.axura.io

# Authentication
auth.axura.io
*.supabase.co

# Static Assets
cdn.axura.io

# Real-time Updates (WebSocket)
realtime.axura.io
wss://realtime.axura.io

Integration Requirements

AWS Requirements

To connect AWS accounts, you need:

  • AWS account with IAM admin permissions (to create the role)
  • Ability to create IAM roles and policies
  • Access to AWS CloudFormation (optional, for automated setup)
Required AWS Permissions
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:Describe*",
        "s3:GetBucket*",
        "s3:ListBucket",
        "iam:Get*",
        "iam:List*",
        "cloudtrail:Describe*",
        "config:Describe*",
        "guardduty:Get*",
        "guardduty:List*",
        "kms:Describe*",
        "rds:Describe*",
        "lambda:Get*",
        "lambda:List*",
        "secretsmanager:List*",
        "sns:Get*",
        "sns:List*",
        "sqs:Get*",
        "sqs:List*"
      ],
      "Resource": "*"
    }
  ]
}

GCP Requirements

For Google Cloud Platform integration:

  • GCP project with Viewer role access
  • Service account with appropriate permissions
  • Enable required APIs (Compute, IAM, Cloud Storage, etc.)

GitHub Requirements

For GitHub integration:

  • Organization admin access (to install the GitHub App)
  • Repository read access for scanning
  • GitHub Advanced Security (optional, for enhanced scanning)

SSO Requirements

For Single Sign-On (SSO) configuration, Axura supports:

ProtocolProvidersRequirements
SAML 2.0Okta, Azure AD, OneLogin, PingIdP metadata URL or XML
OIDCAuth0, Google Workspace, Azure ADClient ID, Client Secret, Issuer URL

Email Requirements

Axura sends notifications via email. Ensure these sender addresses are whitelisted:

Email Whitelist
noreply@axura.io
notifications@axura.io
alerts@axura.io
support@axura.io

Data Residency

Axura stores data in the following regions:

  • Primary: US-East (AWS us-east-1)
  • EU: Frankfurt (AWS eu-central-1) - available on Enterprise plans
  • APAC: Singapore (AWS ap-southeast-1) - available on Enterprise plans
⚠️ Data Sovereignty

If you have specific data residency requirements, please contact our sales team to discuss deployment options in your preferred region.

API Rate Limits

The Axura API has the following rate limits:

PlanRequests/MinuteRequests/Day
Free601,000
Pro30050,000
Enterprise1,000Unlimited

Next Steps