---
title: "Get platform configuration"
method: GET
path: "/configuration"
tags: ["configurations"]
---

# Get platform configuration

`GET /configuration`

Returns global platform configuration including available regions, countries, continents, and private locations for deployment policies.

## Response `200`

Configuration of the control plane

- Configuration — Configuration
  - `continents` Continent[] — Continents
    - `displayName` string — Continent display name
    - `name` string — Continent code
  - `countries` Country[] — Countries
    - `displayName` string — Country display name
    - `name` string — Country code
  - `detectedRegion` string — Auto-detected closest region based on viewer geolocation (from CloudFront headers). Empty when geo headers are not available.
  - `privateLocations` PrivateLocation[] — Private locations managed with blaxel operator
    - `name` string — Location name
  - `regions` Region[] — Regions
    - `agentDrivePublicUrl` object — S3-compatible endpoint URL for drive storage in this region. Use {s3Endpoint}/{bucketName} to access drive contents.
    - `allowed` string — Region display name
    - `continent` string — Region display name
    - `country` string — Region display name
    - `drivesAvailable` boolean — Drives availability status - indicates if an S3 endpoint is configured for the region
    - `egressAvailable` boolean — Egress availability status - indicates if network plane URL is configured for the region
    - `infoGeneration` string — Region display name
    - `location` string — Region display name
    - `mk31Available` boolean — Whether this region supports mk3.1 (blaxel nodes). Required for Application and Job deployments.
    - `name` string — Region name
    - `proxyAvailable` boolean — Proxy availability status - indicates if the proxy plane is configured for the region

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
