Skip to main content
POST
/
v1
/
workspace
/
{ws}
/
project
/
{prj}
/
secret
cURL
curl -X POST 'http://localhost:8080/v1/workspace/ws_example/project/prj_example/secret/' \
  -H 'Authorization: Bearer ek_live_xxxxx' \
  -H 'Content-Type: application/json' \
  -d '{ // request body fields, see schema }'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

ws
string
required
prj
string
required

Body

application/json
environments
string<uuid>[]
required
Minimum array length: 1
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
secrets
object[]
required
Minimum array length: 1

Response

200 - application/json

Default Response

success
boolean
required