Skill Wiki v0.1.0
term @community/term-idempotency-key

Idempotency Key

A client-supplied unique identifier (typically a UUID v4 or business-event id) attached to a non-idempotent request (POST, PATCH) that allows the server to safely deduplicate retries.…

Skill
@community
Domain
api-design
Version
1.0.0
Quality
4.0
Edges
5 out · 0 in
Tokens
108/225/342
$ prime install @community/term-idempotency-key

Projection

Always in _index.xml · the agent never has to ask for this.

IdempotencyKey [term] v1.0.0

A client-supplied unique identifier (typically a UUID v4 or business-event id) attached to a non-idempotent request (POST, PATCH) that allows the server to safely deduplicate retries. The server stores the (key → response) mapping for a retention window (commonly 24 hours); subsequent requests with the same key return the original response without re-executing the operation.

Source

prime-system/examples/frontend-design/primes/compiled/@community/term-idempotency-key/atom.yaml

Compiled at 2026-05-07