What is Lanyard KV?
mainLanyard KV is a dynamic, real-time key-value store integrated into the user API response. When a KV pair is updated, a PRESENCE_UPDATE event is emitted through the Lanyard WebSocket.
Constraints:
- Keys and values must be strings.
- Maximum value length: 30,000 characters.
- Key format: Letters, numbers, and underscores (
a-zA-Z0-9_) only. Max 255 characters. - Maximum pairs per user: 512.