Skip to main content
PATCH
Update context settings

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Query Parameters

account_id
string

Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.

Body

application/json
profile_description
object
interests
string[]
Maximum array length: 30
Maximum string length: 50
rules
string | null
Maximum string length: 500
reply
object
voice
object
style_guide
object
account_id
string

Response

The full updated context document. If the save landed but the read-back failed, data is null and note says to fetch GET /v1/context for the updated document.

data
object | null

The account's Context settings - the background SuperX's AI uses when writing for the account. style_guide.generated is read-only.

note
string

Present only when data is null (save succeeded, read-back failed).