Infisical MCP Server

Official

create-folder

Create and organize folders in Infisical for structured secret management. Specify folder name, project ID, environment, optional path, and description for efficient organization.

Instructions

Create a new folder in Infisical

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the folder to create
environmentYesThe environment to create the folder in (required)
nameYesThe name of the folder to create (required)
pathNoThe path to create the folder in (Defaults to /)
projectIdYesThe project to create the folder in (required)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the folder to create", "type": "string" }, "environment": { "description": "The environment to create the folder in (required)", "type": "string" }, "name": { "description": "The name of the folder to create (required)", "type": "string" }, "path": { "description": "The path to create the folder in (Defaults to /)", "type": "string" }, "projectId": { "description": "The project to create the folder in (required)", "type": "string" } }, "required": [ "name", "projectId", "environment" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm