Skip to content

Secrets[]

.halguru.yamlSecrets

Represents a collection of key-value pairs used to securely store sensitive information within an agent's configuration.

Secrets:
  - Key: MySecretKey
    Secret: adsiuequwy!1323ad

Properties#

Name Type Required Description
Key Text ✔️ The name of the secret key.
Secret Password ✔️ The value of the secret key.

Technical Information#

Property Value
Path Secrets[]
Internal Type AgentModels.AgentSecret
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0