Secrets
Create
Create secret
POST
/
api
/
v3
/
secrets
/
raw
/
{secretName}
Authorizations
An access token in Infisical
Path Parameters
The name of the secret to create.
Body
application/json
The ID of the project to create the secret in.
The slug of the environment to create the secret in.
The value of the secret to create.
The path to create the secret in.
Attach a comment to the secret.
The ID of the tags to be attached to the created secret.
Skip multiline encoding for the secret value.
The type of the secret to create.
Available options:
shared
, personal
Interval for secret rotation notifications, measured in days.
Note to be attached in notification email.