Create secret

Creates a secret in a store. Requires scope: secret-store.write.

Authentication

AuthorizationBearer

IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.

Path parameters

store_idstringRequired
Secret store ID.

Query parameters

workspace_idstringRequiredformat: "^[1-9][0-9]*$">=1 character

The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.

Request

This endpoint expects an object.
secret_namestringRequiredformat: "^[a-z0-9][a-z0-9-]{1,63}$"2-64 characters
Unique name for the secret within the store. Lowercase alphanumeric and hyphens only.
valuemap from strings to anyRequired

Key-value pairs containing the secret data.

Response

Secret created successfully.
idstringOptional
organization_idstringOptional
workspace_idstringOptional
store_idstringOptional
store_keystringOptional
secret_namestringOptional
statusenumOptional
created_atdatetimeOptional
updated_atdatetimeOptional

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error