Folders
Create
Create folders
POST
/
api
/
v1
/
folders
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Body
application/json
workspaceId
string
requiredThe ID of the project to create the folder in.
environment
string
requiredThe slug of the environment to create the folder in.
name
string
requiredThe name of the folder to create.
path
string
default: /The path of the folder to create.
directory
string
default: /The directory of the folder to create. (Deprecated in favor of path)
Response
200 - application/json
folder
object
required