> ## 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.

# Binary

> API properties for binary secrets

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

<ParamField body="name" type="string" required>
  The key name for the secret. This name is used to reference the secret in connections and other
  resources.
</ParamField>

<ParamField body="value" type="string" required>
  The secret value as a base64-encoded string. The binary data must be encoded to base64 before
  being sent in the request.
</ParamField>
