context_save
Store temporary working state under a key with optional expiration, overwriting existing values. Scoped per app identity and backed by SOIL storage, eliminating Postgres dependencies.
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 |