Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1021 Bytes

File metadata and controls

19 lines (16 loc) · 1021 Bytes

Security and secrets

Keep API keys, provider credentials, and signing secrets in the Conductor server or its configured secret provider (SecretClient, AuthorizationClient, IntegrationClient). Do not put them in workflow input, agent prompts, task output, example source, or version control.

Agent tools declare required credentials via credentials: [...]; a capable server delivers resolved values only in the polled task's runtimeMetadata, fail-closed — a tool whose declared credential wasn't delivered fails non-retryably naming the missing credential, with no ambient-env fallback. See agent tools.

There is no dedicated security.md/secret-client.md API reference page yet (tracked in documentation-parity.md); see the secrets and authorization API journey examples for a runnable walkthrough in the meantime.