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

# Create Workspace

> Creates a workspace in a Google Tag Manager container for editing tags, triggers, and variables before versioning and publishing

Creates a workspace in a Google Tag Manager container for editing tags, triggers, and variables before versioning and publishing.

|                       |                        |
| --------------------- | ---------------------- |
| **App**               | Google Tag Manager     |
| **Operation ID**      | `gtm_create_workspace` |
| **Type**              | Action                 |
| **Connection**        | `gtm` (required)       |
| **Credits per run**   | 1                      |
| **Agent / MCP tool**  | Yes                    |
| **Requires approval** | Yes (write operation)  |

## Inputs

| Field         | Type           | Required | Default | Description                                        |
| ------------- | -------------- | -------- | ------- | -------------------------------------------------- |
| `account`     | DynamicAccount | Yes      | -       | Select the Google Tag Manager account.             |
| `container`   | DynamicAccount | Yes      | -       | Select the container to create the workspace in.   |
| `name`        | string         | Yes      | -       | Name for the new workspace.                        |
| `description` | string         | No       | -       | Optional description of what the workspace is for. |

## Output

**Type**: `Dict`

Returns the created workspace as provided by the Tag Manager API, including its workspaceId.
