idempotency
Idempotency key: returns firstTime:true only once per key within ttl (dedupe retries/double-sends). Send { key, token, ttlSec? }. [x402 paid tool — price $0.003; POST /api/idempotency]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Idempotency key | |
| token | Yes | Your secret token | |
| ttlSec | No | TTL seconds, default 86400 |