Back to Knowledge Directory
Database & Vector
Redis Agent State
Ultra-fast in-memory data store for agent session state, rate limiting, pub/sub channels, and memory caching.
65 API Actions AvailableWebsite ↗
Available API Actions (1)
Structured function definitions and payload specifications for AI agent tool execution.
POSTset_session_state
Store transient agent conversation state with TTL expiration.
PARAMETERS SCHEMA
| Param Name | Type | Required | Description |
|---|---|---|---|
| key | string | Yes | Session key |
| value | string | Yes | Serialized state |
| ttlSeconds | number | Optional | Expiry time in seconds |