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

# Workspace

> A workspace entity representing a workspace

Manage your workspace settings and configuration. These endpoints allow you to retrieve and update workspace details, manage the agency whitelabel domain, and transfer workspace ownership.

## Related schemas

* [Workspace](/api-reference/schemas/workspace) — field reference for workspace objects

## Endpoints

| Method | Endpoint                                       | Description                                         |
| ------ | ---------------------------------------------- | --------------------------------------------------- |
| GET    | `/api/v2/workspaces/current`                   | Get workspace                                       |
| PATCH  | `/api/v2/workspaces/current`                   | Patch workspace                                     |
| POST   | `/api/v2/workspaces/current/whitelabel-domain` | Set the agency domain for the workspace             |
| GET    | `/api/v2/workspaces/current/whitelabel-domain` | Get organization verified agency domain information |
| DELETE | `/api/v2/workspaces/current/whitelabel-domain` | Delete organization agency domain                   |
| POST   | `/api/v2/workspaces/current/change-owner`      | Change workspace owner                              |
