Documentation
Sign inGet started

bird organization workspaces create

Usage

Code example
bird organization workspaces create <name> [flags]

Description

Create a workspace
Creates a new workspace under the authenticated user's organization. The caller must hold org-level write access.
Build the request from the <name> argument, a JSON WorkspaceCreate body via --body-file ("-" reads stdin), or both — an inline value overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Code example
# print the body shape (no credentials needed)
bird organization workspaces create --example

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird organization workspaces deleteDelete a workspace in the organization
bird organization workspaces getGet a workspace in the organization
bird organization workspaces listList workspaces
bird organization workspaces updateUpdate a workspace in the organization