Infisical MCP Server

Official

create-environment

Set up new environments in Infisical by specifying project ID, name, and slug. This tool facilitates organized secret management within defined project structures.

Instructions

Create a new environment in Infisical

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the environment to create (required)
positionNoThe position of the environment to create
projectIdYesThe ID of the project to create the environment in (required)
slugYesThe slug of the environment to create (required)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the environment to create (required)", "type": "string" }, "position": { "description": "The position of the environment to create", "type": "number" }, "projectId": { "description": "The ID of the project to create the environment in (required)", "type": "string" }, "slug": { "description": "The slug of the environment to create (required)", "type": "string" } }, "required": [ "projectId", "name", "slug" ], "type": "object" }

You must be authenticated.

Other Tools from Infisical MCP Server

Related Tools

ID: 09hrd7ngqm