Skip to content

Overview

Workspace features control which major Plane capabilities are enabled for a workspace.

Learn more about using the Plane API

The Workspace Feature Object

Attributes

  • project_grouping boolean

    Project grouping.

  • initiatives boolean

    Initiatives.

  • teams boolean

    Teams.

  • customers boolean

    Customers.

  • wiki boolean

    Wiki.

  • pi boolean

    Pi.

Response200
json
{
  "project_grouping": true,
  "initiatives": true,
  "teams": true,
  "customers": true,
  "wiki": true,
  "pi": true
}