Skip to main content

create-project

Create a workspace project
1 min read

Create a project to group deployments and applications under a workspace-scoped slug. The slug is a stable handle and must be unique within your workspace.

Usage#

Flags#

--namestringrequired#
Human-readable name for this project. Use a descriptive name like 'Payments Service'.
--slugstringrequired#
Stable project slug.

Global Flags#

FlagTypeDescription
--root-keystringOverride root key ($UNKEY_ROOT_KEY)
--api-urlstringOverride API base URL (default: https://api.unkey.com)
--configstringPath to config file (default: ~/.unkey/config.toml)
--outputstringOutput format. Use json for raw JSON
--bodystringSend this JSON string as the request body. You cannot combine it with request-building flags.

Examples#

See the API reference.