context_save
Save transient key-value state under a specified key with optional TTL expiry, scoped per app identity. Uses SOIL store to avoid Postgres setup, enabling quick ephemeral state management.
Instructions
Save ephemeral working state under key, optionally expiring after
ttl_seconds (0 = never). Overwrites an existing key. Per-identity — scoped
to your app_id. Backed by the SOIL store, so no Postgres is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| app_id | Yes | ||
| ttl_seconds | No |