# Idempotency

> Safe retries with idempotency keys and stable external ids.

Product: Clad API
Source: https://docs.useclad.ai/api/idempotency

---

For issue creation, set `idempotencyKey` (or a stable `externalId`) on
`CreateIssueInput`. Retrying with the same key returns the **original** issue
instead of creating a duplicate — safe for at-least-once delivery from your
systems.
