# Workspace

Object

A workspace represents a single brand or account within Archive.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `hashtags` | [`[Tag!]`](/api/v2/docs/types/tag) | Hashtags tracked for this workspace. |
| `id` | `ID!` | Unique identifier for the workspace (UUID format). |
| `integrations` | [`[Integration!]!`](/api/v2/docs/types/integration) | Connected social accounts for this workspace. Distinct from `mentions`, which lists tracked terms (the @-handles Archive monitors); this field lists connected accounts, one entry per integration. Multiple integrations may share the same handle, and each entry carries its own status. Includes disconnected and failed integrations so you can detect broken connections. |
| `keywords` | [`[Keyword!]`](/api/v2/docs/types/keyword) | Keywords tracked for this workspace (primarily YouTube). Distinct from `hashtags` and `mentions`, which surface Instagram/TikTok-style tags. |
| `mentions` | [`[Tag!]`](/api/v2/docs/types/tag) | User mentions tracked for this workspace. |
| `name` | `String!` | Human-readable name of the workspace. |
