---
title: "Bootstrap Account Session"
method: GET
path: "/api/session/account"
tags: ["runtime-session"]
---

# Bootstrap Account Session

`GET /api/session/account`

Issue runtime cookies for account-level routes without picking a workspace.

The workspace picker lists and manages workspaces before one is open, so
the response names no workspace and the client loads none. The default
workspace row is still ensured, as every bootstrap does, so a first-time
account has something to pick. Routes guarded by ``require_runtime_user``
alone accept the resulting cookies; workspace-scoped routes still need a
workspace header.

## Response `200`

Successful Response

- unknown

## Changes

- **2026-09-18** `abf76937a751` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/session/account/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d61e2ec5a271?raw)
