POST
/
api
/
v2
/
workspace

Authorizations

Authorization
string
headerrequired

An access token in Infisical

Body

application/json
projectName
string
required

The name of the project to create.

projectDescription
string

An optional description label for the project.

slug
string

An optional slug for the project.

Required string length: 5 - 36
kmsKeyId
string
template
string
default: default

The name of the project template, if specified, to apply to this project.

Required string length: 1 - 64
type
enum<string>
default: secret-manager
Available options:
secret-manager,
cert-manager,
kms,
ssh

Response

200 - application/json
project
object
required

Was this page helpful?