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

# Workspace

When you first sign up for Plane, we create a `Workspace` for you and your company.
All workers, payments, and other entities are associated with your `Workspace`.

Most endpoints will not require that you provide a Workspace ID because it can be inferred
from the API key you are using to authenticate your request.

### Attributes

<ResponseField name="id" type="string">
  Unique identifier for the workspace, e.g. `wsp_4kW3GnQCo1CQ49`.
</ResponseField>

<ResponseField name="name" type="string">
  The name of your workspace, e.g. `Apple`. We’ll generally refer to your company by the name of
  your workspace, unless your legal business name is needed, in which case we will use the `Entity`
  name.
</ResponseField>
