This feature is available only for the Enterprise plan. To get started, reach out to support@buildwithfern.com.
For endpoints you’ve configured as idempotent, Fern’s SDKs allow users to
specify idempotency headers for safe request retries. Typically the headers include Idempotency-Key,
but you can also specify additional headers.
The generated SDKs expose idempotency headers as parameters only for endpoints marked as idempotent, ensuring users know exactly which invocations are idempotent.
Configure the idempotency headers your API uses, then mark individual endpoints as idempotent:
For full configuration details, see Idempotency in OpenAPI.