Skip to main content
Returns the current settings for the authenticated user, including default hardware configuration for new workspaces.

Authentication

Requires a valid Bearer token.

Response

default_hardware
object
required
Default hardware configuration applied to new workspaces.
{
  "default_hardware": {
    "cpu_kind": "shared",
    "cpus": 2,
    "memory_mb": 2048,
    "volume_size_gb": 10,
    "gpu_kind": null
  }
}

Errors

StatusDescription
401Unauthorized — missing or invalid token