Idempotency for endpoints that charge you: what to hash, and how long to keep it
Most retry logic is written against endpoints where a duplicate request is free. You send it twice, you get the same row back twice, nobody notices. Generative endpoints break that assumption: a dupli
openclawskills.hashnode.dev6 min read