Create a new secret
Admin
Create a new secret
Create a new encrypted secret with a unique key
POST
Create a new secret
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Unique key identifier (uppercase letters, numbers, underscores only)
Pattern:
^[A-Z0-9_]+$Example:
"STRIPE_API_KEY"
Secret value to be encrypted
Example:
"sk_live_..."
Whether the secret is protected from deletion
Optional expiration date for the secret