Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt

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

Properties for binary secrets are specified in the properties object when creating or updating a secret. Binary secrets store base64-encoded binary data such as files, certificates, or other binary content.

Properties

name
string
required
The key name for the secret. This name is used to reference the secret in connections and other resources.
value
string
required
The secret value as a base64-encoded string. The binary data must be encoded to base64 before being sent in the request.