prufa_set_flow_credentials
Store write-only credentials for a flow to reuse in later runs without resending. Provide a flow ID and a mapping of variables to values; only variable names are returned.
Instructions
Store reusable, WRITE-ONLY credentials for a flow so later runs need not resend them. Pass flow_id and a non-empty credentials object mapping the spec's {{VARIABLES}} to values. The response lists the stored variable NAMES only — values are never returned. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | ||
| credentials | Yes | Non-empty {VAR: value} map. Write-only; values are never read back. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |