Skip to main content
POST
Create a Database 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

201 - undefined
Last modified on September 5, 2026