Atlassian · Capability

Atlassian workspaces/ — Workspaces

Atlassian workspaces/ — Workspaces. 43 operations. Lead operation: Atlassian Get a workspace. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianWorkspaces

What You Can Do

GET
Get — Atlassian Get a workspace
/v1/workspaces/{workspace}
GET
Get — Atlassian List webhooks for a workspace
/v1/workspaces/{workspace}/hooks
POST
Post — Atlassian Create a webhook for a workspace
/v1/workspaces/{workspace}/hooks
DELETE
Delete — Atlassian Delete a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
GET
Get — Atlassian Get a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
PUT
Put — Atlassian Update a webhook for a workspace
/v1/workspaces/{workspace}/hooks/{uid}
GET
Get — Atlassian List users in a workspace
/v1/workspaces/{workspace}/members
GET
Get — Atlassian Get user membership for a workspace
/v1/workspaces/{workspace}/members/{member}
GET
Get — Atlassian List user permissions in a workspace
/v1/workspaces/{workspace}/permissions
GET
Get — Atlassian List all repository permissions for a workspace
/v1/workspaces/{workspace}/permissions/repositories
GET
Get — Atlassian List a repository permissions for a workspace
/v1/workspaces/{workspace}/permissions/repositories/{repo-slug}
GET
Getoidcconfiguration — Atlassian Get OpenID configuration for OIDC in Pipelines
/v1/workspaces/{workspace}/pipelines-config/identity/oidc/well-known/openid-configuration
GET
Getoidckeys — Atlassian Get keys for OIDC in Pipelines
/v1/workspaces/{workspace}/pipelines-config/identity/oidc/keys-json
GET
Getpipelinevariablesforworkspace — Atlassian List variables for a workspace
/v1/workspaces/{workspace}/pipelines-config/variables
POST
Createpipelinevariableforworkspace — Atlassian Create a variable for a workspace
/v1/workspaces/{workspace}/pipelines-config/variables
GET
Getpipelinevariableforworkspace — Atlassian Get variable for a workspace
/v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
PUT
Updatepipelinevariableforworkspace — Atlassian Update variable for a workspace
/v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
DELETE
Deletepipelinevariableforworkspace — Atlassian Delete a variable for a workspace
/v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
GET
Get — Atlassian List projects in a workspace
/v1/workspaces/{workspace}/projects
POST
Post — Atlassian Create a project in a workspace
/v1/workspaces/{workspace}/projects
DELETE
Delete — Atlassian Delete a project for a workspace
/v1/workspaces/{workspace}/projects/{project-key}
GET
Get — Atlassian Get a project for a workspace
/v1/workspaces/{workspace}/projects/{project-key}
PUT
Put — Atlassian Update a project for a workspace
/v1/workspaces/{workspace}/projects/{project-key}
GET
Get — Atlassian Get the branching model for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model
GET
Get — Atlassian Get the branching model config for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
PUT
Put — Atlassian Update the branching model config for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
GET
Get — Atlassian List the default reviewers in a project
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers
DELETE
Delete — Atlassian Remove the specific user from the project's default reviewers
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
GET
Get — Atlassian Get a default reviewer
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
PUT
Put — Atlassian Add the specific user as a default reviewer for the project
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
GET
Get — Atlassian List project deploy keys
/v1/workspaces/{workspace}/projects/{project-key}/deploy-keys
POST
Post — Atlassian Create a project deploy key
/v1/workspaces/{workspace}/projects/{project-key}/deploy-keys
DELETE
Delete — Atlassian Delete a deploy key from a project
/v1/workspaces/{workspace}/projects/{project-key}/deploy-keys/{key-id}
GET
Get — Atlassian Get a project deploy key
/v1/workspaces/{workspace}/projects/{project-key}/deploy-keys/{key-id}
GET
Get — Atlassian List explicit group permissions for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups
DELETE
Delete — Atlassian Delete an explicit group permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
GET
Get — Atlassian Get an explicit group permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
PUT
Put — Atlassian Update an explicit group permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
GET
Get — Atlassian List explicit user permissions for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users
DELETE
Delete — Atlassian Delete an explicit user permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}
GET
Get — Atlassian Get an explicit user permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}
PUT
Put — Atlassian Update an explicit user permission for a project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}
GET
Searchworkspace — Atlassian Search for code in a workspace
/v1/workspaces/{workspace}/search/code

MCP Tools

atlassian-get-workspace

Atlassian Get a workspace

read-only idempotent
atlassian-list-webhooks-workspace

Atlassian List webhooks for a workspace

read-only idempotent
atlassian-create-webhook-workspace

Atlassian Create a webhook for a workspace

atlassian-delete-webhook-workspace

Atlassian Delete a webhook for a workspace

idempotent
atlassian-get-webhook-workspace

Atlassian Get a webhook for a workspace

read-only idempotent
atlassian-update-webhook-workspace

Atlassian Update a webhook for a workspace

idempotent
atlassian-list-users-workspace

Atlassian List users in a workspace

read-only idempotent
atlassian-get-user-membership-workspace

Atlassian Get user membership for a workspace

read-only idempotent
atlassian-list-user-permissions-workspace

Atlassian List user permissions in a workspace

read-only idempotent
atlassian-list-all-repository-permissions

Atlassian List all repository permissions for a workspace

read-only idempotent
atlassian-list-repository-permissions-workspace

Atlassian List a repository permissions for a workspace

read-only idempotent
atlassian-get-openid-configuration-oidc

Atlassian Get OpenID configuration for OIDC in Pipelines

read-only idempotent
atlassian-get-keys-oidc-pipelines

Atlassian Get keys for OIDC in Pipelines

read-only idempotent
atlassian-list-variables-workspace

Atlassian List variables for a workspace

read-only idempotent
atlassian-create-variable-workspace

Atlassian Create a variable for a workspace

atlassian-get-variable-workspace

Atlassian Get variable for a workspace

read-only idempotent
atlassian-update-variable-workspace

Atlassian Update variable for a workspace

idempotent
atlassian-delete-variable-workspace

Atlassian Delete a variable for a workspace

idempotent
atlassian-list-projects-workspace

Atlassian List projects in a workspace

read-only idempotent
atlassian-create-project-workspace

Atlassian Create a project in a workspace

atlassian-delete-project-workspace

Atlassian Delete a project for a workspace

idempotent
atlassian-get-project-workspace

Atlassian Get a project for a workspace

read-only idempotent
atlassian-update-project-workspace

Atlassian Update a project for a workspace

idempotent
atlassian-get-branching-model-project

Atlassian Get the branching model for a project

read-only idempotent
atlassian-get-branching-model-config

Atlassian Get the branching model config for a project

read-only idempotent
atlassian-update-branching-model-config

Atlassian Update the branching model config for a project

idempotent
atlassian-list-default-reviewers-project

Atlassian List the default reviewers in a project

read-only idempotent
atlassian-remove-specific-user-project-s

Atlassian Remove the specific user from the project's default reviewers

idempotent
atlassian-get-default-reviewer

Atlassian Get a default reviewer

read-only idempotent
atlassian-add-specific-user-default

Atlassian Add the specific user as a default reviewer for the project

idempotent
atlassian-list-project-deploy-keys

Atlassian List project deploy keys

read-only idempotent
atlassian-create-project-deploy-key

Atlassian Create a project deploy key

atlassian-delete-deploy-key-project

Atlassian Delete a deploy key from a project

idempotent
atlassian-get-project-deploy-key

Atlassian Get a project deploy key

read-only idempotent
atlassian-list-explicit-group-permissions

Atlassian List explicit group permissions for a project

read-only idempotent
atlassian-delete-explicit-group-permission

Atlassian Delete an explicit group permission for a project

idempotent
atlassian-get-explicit-group-permission

Atlassian Get an explicit group permission for a project

read-only idempotent
atlassian-update-explicit-group-permission

Atlassian Update an explicit group permission for a project

idempotent
atlassian-list-explicit-user-permissions

Atlassian List explicit user permissions for a project

read-only idempotent
atlassian-delete-explicit-user-permission

Atlassian Delete an explicit user permission for a project

idempotent
atlassian-get-explicit-user-permission

Atlassian Get an explicit user permission for a project

read-only idempotent
atlassian-update-explicit-user-permission

Atlassian Update an explicit user permission for a project

idempotent
atlassian-search-code-workspace

Atlassian Search for code in a workspace

read-only idempotent

Capability Spec

workspaces--workspaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian workspaces/ — Workspaces
  description: 'Atlassian workspaces/ — Workspaces. 43 operations. Lead operation: Atlassian Get a workspace. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Workspaces
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: workspaces--workspaces
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian workspaces/ — Workspaces business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace
      path: /workspaces/{workspace}
      operations:
      - name: get
        method: GET
        description: Atlassian Get a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-hooks
      path: /workspaces/{workspace}/hooks
      operations:
      - name: get
        method: GET
        description: Atlassian List webhooks for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Atlassian Create a webhook for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-hooks-uid
      path: /workspaces/{workspace}/hooks/{uid}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Delete a webhook for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get a webhook for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Update a webhook for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-members
      path: /workspaces/{workspace}/members
      operations:
      - name: get
        method: GET
        description: Atlassian List users in a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-members-member
      path: /workspaces/{workspace}/members/{member}
      operations:
      - name: get
        method: GET
        description: Atlassian Get user membership for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-permissions
      path: /workspaces/{workspace}/permissions
      operations:
      - name: get
        method: GET
        description: Atlassian List user permissions in a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Query string to narrow down the response as per
    - name: workspaces-workspace-permissions-repositories
      path: /workspaces/{workspace}/permissions/repositories
      operations:
      - name: get
        method: GET
        description: Atlassian List all repository permissions for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Query string to narrow down the response as per
        - name: sort
          in: query
          type: string
          description: Name of a response property sort the result by as per
    - name: workspaces-workspace-permissions-repositories-repo_slug
      path: /workspaces/{workspace}/permissions/repositories/{repo_slug}
      operations:
      - name: get
        method: GET
        description: Atlassian List a repository permissions for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Query string to narrow down the response as per
        - name: sort
          in: query
          type: string
          description: Name of a response property sort the result by as per
    - name: workspaces-workspace-pipelines-config-identity-oidc-.well-known-openid-configura
      path: /workspaces/{workspace}/pipelines-config/identity/oidc/.well-known/openid-configuration
      operations:
      - name: getoidcconfiguration
        method: GET
        description: Atlassian Get OpenID configuration for OIDC in Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
    - name: workspaces-workspace-pipelines-config-identity-oidc-keys.json
      path: /workspaces/{workspace}/pipelines-config/identity/oidc/keys.json
      operations:
      - name: getoidckeys
        method: GET
        description: Atlassian Get keys for OIDC in Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
    - name: workspaces-workspace-pipelines-config-variables
      path: /workspaces/{workspace}/pipelines-config/variables
      operations:
      - name: getpipelinevariablesforworkspace
        method: GET
        description: Atlassian List variables for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
      - name: createpipelinevariableforworkspace
        method: POST
        description: Atlassian Create a variable for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspace-pipelines-config-variables-variable_uuid
      path: /workspaces/{workspace}/pipelines-config/variables/{variable_uuid}
      operations:
      - name: getpipelinevariableforworkspace
        method: GET
        description: Atlassian Get variable for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: variable_uuid
          in: path
          type: string
          description: The UUID of the variable to retrieve.
          required: true
      - name: updatepipelinevariableforworkspace
        method: PUT
        description: Atlassian Update variable for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: variable_uuid
          in: path
          type: string
          description: The UUID of the variable.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletepipelinevariableforworkspace
        method: DELETE
        description: Atlassian Delete a variable for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: variable_uuid
          in: path
          type: string
          description: The UUID of the variable to delete.
          required: true
    - name: workspaces-workspace-projects
      path: /workspaces/{workspace}/projects
      operations:
      - name: get
        method: GET
        description: Atlassian List projects in a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Atlassian Create a project in a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspace-projects-project_key
      path: /workspaces/{workspace}/projects/{project_key}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Delete a project for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get a project for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Update a project for a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspace-projects-project_key-branching-model
      path: /workspaces/{workspace}/projects/{project_key}/branching-model
      operations:
      - name: get
        method: GET
        description: Atlassian Get the branching model for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-branching-model-settings
      path: /workspaces/{workspace}/projects/{project_key}/branching-model/settings
      operations:
      - name: get
        method: GET
        description: Atlassian Get the branching model config for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Update the branching model config for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-default-reviewers
      path: /workspaces/{workspace}/projects/{project_key}/default-reviewers
      operations:
      - name: get
        method: GET
        description: Atlassian List the default reviewers in a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-default-reviewers-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Remove the specific user from the project's default reviewers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get a default reviewer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Add the specific user as a default reviewer for the project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-deploy-keys
      path: /workspaces/{workspace}/projects/{project_key}/deploy-keys
      operations:
      - name: get
        method: GET
        description: Atlassian List project deploy keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Atlassian Create a project deploy key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-deploy-keys-key_id
      path: /workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Delete a deploy key from a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get a project deploy key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-groups
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/groups
      operations:
      - name: get
        method: GET
        description: Atlassian List explicit group permissions for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-groups-group_slug
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Delete an explicit group permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get an explicit group permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Update an explicit group permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspace-projects-project_key-permissions-config-users
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/users
      operations:
      - name: get
        method: GET
        description: Atlassian List explicit user permissions for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-users-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}
      operations:
      - name: delete
        method: DELETE
        description: Atlassian Delete an explicit user permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get
        method: GET
        description: Atlassian Get an explicit user permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put
        method: PUT
        description: Atlassian Update an explicit user permission for a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: workspaces-workspace-search-code
      path: /workspaces/{workspace}/search/code
      operations:
      - name: searchworkspace
        method: GET
        description: Atlassian Search for code in a workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The workspace to search in; either the slug or the UUID in curly braces
          required: true
        - name: search_query
          in: query
          type: string
          description: The search query
          required: true
        - name: page
          in: query
          type: integer
          description: Which page of the search results to retrieve
        - name: pagelen
          in: query
          type: integer
          description: How many search results to retrieve per page
  exposes:
  - type: rest
    namespace: workspaces--workspaces-rest
    port: 8080
    description: REST adapter for Atlassian workspaces/ — Workspaces. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace}
      name: workspaces-workspace
      description: REST surface for workspaces-workspace.
      operations:
      - method: GET
        name: get
        description: Atlassian Get a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/hooks
      name: workspaces-workspace-hooks
      description: REST surface for workspaces-workspace-hooks.
      operations:
      - method: GET
        name: get
        description: Atlassian List webhooks for a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Atlassian Create a webhook for a workspace
        call: workspaces--workspaces.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/hooks/{uid}
      name: workspaces-workspace-hooks-uid
      description: REST surface for workspaces-workspace-hooks-uid.
      operations:
      - method: DELETE
        name: delete
        description: Atlassian Delete a webhook for a workspace
        call: workspaces--workspaces.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Atlassian Get a webhook for a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Atlassian Update a webhook for a workspace
        call: workspaces--workspaces.put
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/members
      name: workspaces-workspace-members
      description: REST surface for workspaces-workspace-members.
      operations:
      - method: GET
        name: get
        description: Atlassian List users in a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/members/{member}
      name: workspaces-workspace-members-member
      description: REST surface for workspaces-workspace-members-member.
      operations:
      - method: GET
        name: get
        description: Atlassian Get user membership for a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/permissions
      name: workspaces-workspace-permissions
      description: REST surface for workspaces-workspace-permissions.
      operations:
      - method: GET
        name: get
        description: Atlassian List user permissions in a workspace
        call: workspaces--workspaces.get
        with:
          q: rest.q
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/permissions/repositories
      name: workspaces-workspace-permissions-repositories
      description: REST surface for workspaces-workspace-permissions-repositories.
      operations:
      - method: GET
        name: get
        description: Atlassian List all repository permissions for a workspace
        call: workspaces--workspaces.get
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/permissions/repositories/{repo-slug}
      name: workspaces-workspace-permissions-repositories-repo-slug
      description: REST surface for workspaces-workspace-permissions-repositories-repo_slug.
      operations:
      - method: GET
        name: get
        description: Atlassian List a repository permissions for a workspace
        call: workspaces--workspaces.get
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/identity/oidc/well-known/openid-configuration
      name: workspaces-workspace-pipelines-config-identity-oidc-well-known-openid-configura
      description: REST surface for workspaces-workspace-pipelines-config-identity-oidc-.well-known-openid-configura.
      operations:
      - method: GET
        name: getoidcconfiguration
        description: Atlassian Get OpenID configuration for OIDC in Pipelines
        call: workspaces--workspaces.getoidcconfiguration
        with:
          workspace: rest.workspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/identity/oidc/keys-json
      name: workspaces-workspace-pipelines-config-identity-oidc-keys-json
      description: REST surface for workspaces-workspace-pipelines-config-identity-oidc-keys.json.
      operations:
      - method: GET
        name: getoidckeys
        description: Atlassian Get keys for OIDC in Pipelines
        call: workspaces--workspaces.getoidckeys
        with:
          workspace: rest.workspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/variables
      name: workspaces-workspace-pipelines-config-variables
      description: REST surface for workspaces-workspace-pipelines-config-variables.
      operations:
      - method: GET
        name: getpipelinevariablesforworkspace
        description: Atlassian List variables for a workspace
        call: workspaces--workspaces.getpipelinevariablesforworkspace
        with:
          workspace: rest.workspace
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpipelinevariableforworkspace
        description: Atlassian Create a variable for a workspace
        call: workspaces--workspaces.createpipelinevariableforworkspace
        with:
          workspace: rest.workspace
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
      name: workspaces-workspace-pipelines-config-variables-variable-uuid
      description: REST surface for workspaces-workspace-pipelines-config-variables-variable_uuid.
      operations:
      - method: GET
        name: getpipelinevariableforworkspace
        description: Atlassian Get variable for a workspace
        call: workspaces--workspaces.getpipelinevariableforworkspace
        with:
          workspace: rest.workspace
          variable_uuid: rest.variable_uuid
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatepipelinevariableforworkspace
        description: Atlassian Update variable for a workspace
        call: workspaces--workspaces.updatepipelinevariableforworkspace
        with:
          workspace: rest.workspace
          variable_uuid: rest.variable_uuid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletepipelinevariableforworkspace
        description: Atlassian Delete a variable for a workspace
        call: workspaces--workspaces.deletepipelinevariableforworkspace
        with:
          workspace: rest.workspace
          variable_uuid: rest.variable_uuid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects
      name: workspaces-workspace-projects
      description: REST surface for workspaces-workspace-projects.
      operations:
      - method: GET
        name: get
        description: Atlassian List projects in a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Atlassian Create a project in a workspace
        call: workspaces--workspaces.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}
      name: workspaces-workspace-projects-project-key
      description: REST surface for workspaces-workspace-projects-project_key.
      operations:
      - method: DELETE
        name: delete
        description: Atlassian Delete a project for a workspace
        call: workspaces--workspaces.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Atlassian Get a project for a workspace
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Atlassian Update a project for a workspace
        call: workspaces--workspaces.put
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/branching-model
      name: workspaces-workspace-projects-project-key-branching-model
      description: REST surface for workspaces-workspace-projects-project_key-branching-model.
      operations:
      - method: GET
        name: get
        description: Atlassian Get the branching model for a project
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
      name: workspaces-workspace-projects-project-key-branching-model-settings
      description: REST surface for workspaces-workspace-projects-project_key-branching-model-settings.
      operations:
      - method: GET
        name: get
        description: Atlassian Get the branching model config for a project
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Atlassian Update the branching model config for a project
        call: workspaces--workspaces.put
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/default-reviewers
      name: workspaces-workspace-projects-project-key-default-reviewers
      description: REST surface for workspaces-workspace-projects-project_key-default-reviewers.
      operations:
      - method: GET
        name: get
        description: Atlassian List the default reviewers in a project
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
      name: workspaces-workspace-projects-project-key-default-reviewers-selected-user
      description: REST surface for workspaces-workspace-projects-project_key-default-reviewers-selected_user.
      operations:
      - method: DELETE
        name: delete
        description: Atlassian Remove the specific user from the project's default reviewers
        call: workspaces--workspaces.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Atlassian Get a default reviewer
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Atlassian Add the specific user as a default reviewer for the project
        call: workspaces--workspaces.put
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/deploy-keys
      name: workspaces-workspace-projects-project-key-deploy-keys
      description: REST surface for workspaces-workspace-projects-project_key-deploy-keys.
      operations:
      - method: GET
        name: get
        description: Atlassian List project deploy keys
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Atlassian Create a project deploy key
        call: workspaces--workspaces.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/deploy-keys/{key-id}
      name: workspaces-workspace-projects-project-key-deploy-keys-key-id
      description: REST surface for workspaces-workspace-projects-project_key-deploy-keys-key_id.
      operations:
      - method: DELETE
        name: delete
        description: Atlassian Delete a deploy key from a project
        call: workspaces--workspaces.delete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: get
        description: Atlassian Get a project deploy key
        call: workspaces--workspaces.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups
      name: workspaces-workspace-projects-project-key-permissions-confi

# --- truncated at 32 KB (49 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/atlassian/refs/heads/main/capabilities/workspaces--workspaces.yaml