Credential boundary
A Queue API credential belongs to exactly one Queue Unit and can be restricted by operation scope, Location, and service Category. It cannot access another Queue Unit. Use the secret only from a trusted server:Mutation replay protection
POST /tickets additionally requires:
- Timestamp must be within five minutes of Platform time.
- Nonce must be unique, 12–160 characters, and is remembered for ten minutes.
- Idempotency Key is required and at most 160 characters.
- Request body is limited to 16 KB.
POST /tickets.
Correlation ID
Optionally sendX-Correlation-ID using 1–120 letters, digits, _, ., :, or -. Layarva generates one when the supplied value is absent or invalid.
Secret handling
- Store the key in a server-side secret manager.
- Never embed it in a browser, Kiosk theme, Studio Design, or screenshot.
- Rotate or revoke the credential immediately after suspected exposure.
- Branch on stable error codes; do not parse human-readable messages.

