create-project
Create a new project in Infisical by specifying its name and type, with optional slug, description, KMS key, and template.
Instructions
Create a new project in Infisical
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The slug of the project to create | |
| type | Yes | The type of project to create (required). If not specified by the user, ask them to confirm the type they want to use. | |
| kmsKeyId | No | The ID of the KMS key to use for the project. Defaults to Infisical's default KMS | |
| description | No | The description of the project to create | |
| projectName | Yes | The name of the project to create (required) | |
| projectTemplate | No | The template of the project to create |