> For the complete documentation index, see [llms.txt](https://docs.atomyx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atomyx.io/getting-started/shared-concepts/workspaces.md).

# Workspaces

A workspace is the main organisational container in Atomyx.

Workspaces group together:

* users
* products
* subscriptions
* groups
* configuration
* billing context

### What a workspace represents

A workspace usually represents a company, team, department, environment, or operational context.

Examples include:

* a production environment
* a staging environment
* a specific customer or business unit
* a regional operating team

### Why workspaces matter

Workspaces provide isolation.

That means the users, products, data, and configuration in one workspace are separate from those in another.

This is especially useful when separating:

* development and production
* different business entities
* different operational regions
* test and live environments

### One user, many workspaces

A single account can belong to multiple workspaces, with different roles in each.

This gives flexibility while keeping the workspace itself isolated.

### Practical advice

Use separate workspaces when you need clear separation of people, products, environments, or operational responsibility.

### Related pages

* **Accounts**
* **Products**
* **Roles and Access**
* **Create a Workspace**
* **Workspaces** in Vault


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.atomyx.io/getting-started/shared-concepts/workspaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
