Skip to main content
POST
Set an instance cache value.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

application/json
key
string
required

Cache key.

Example:

"instance:feature:flags"

value
object
required

Structured or primitive cache value to store.

Example:
ttl
number

Optional TTL in seconds for the cached value.

Example:

3600

Response

OK.

Last modified on September 5, 2026