description: |- 1. Open up the `Settings` dropdown and select `General Settings` 2. Copy the `Space ID` 3. Open up the `Settings` dropdown again and select `CMA tokens` 4. Create a new personal access token, copy the access token 5. Open up the `Settings` dropdown one last time and select `Environments` 6. Copy any `Environment ID`. The value for this will most likely be `master` format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object properties: accessToken: type: string description: Access token for Content Management API (CMA). environment: type: string description: Environment (e.g. master). spaceId: type: string description: Unique identifier of the space. required: - accessToken - environment - spaceId