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 text secrets are specified in the properties object when creating or updating a secret. Text secrets store plain text values such as API keys, service account JSON, or other string-based credentials.

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 plain text string. For service account keys, this should be the complete JSON string.