Skip to main content
Glama

Infisical MCP Server

Official
by Infisical

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Infisical/infisical-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server