> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt
> Use this file to discover all available pages before exploring further.

# The Workspace object

> A tenant. Holds users and courses.

```json Example theme={null}
{
  "id": "wks_01HX9N5AB3M0R6P02RT9QZSF8K",
  "object": "workspace",
  "name": "Acme University",
  "domain": "acme.example",
  "metadata": { "billing_id": "cus_..." },
  "created_at": "2026-05-10T12:00:00Z"
}
```

## Attributes

<ResponseField name="id" type="string">Prefix `wks_`.</ResponseField>

<ResponseField name="name" type="string" />

<ResponseField name="domain" type="string | null">Custom domain pointed at the workspace, if any.</ResponseField>

<ResponseField name="metadata" type="object" />

<ResponseField name="created_at" type="string" />
