Loads a plaintext value from trusted application configuration.
Prefer a real secret manager for production. This provider is useful in tests, local notebooks, and places where the caller already fetched the secret through another trusted path.
secrets: [
API_TOKEN: {:static, token}
]