context_save
Save temporary working data under a key with optional expiration, scoped to your app. No Postgres required.
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 |