PUT /settings/sessions/defaults

Set the account-wide session defaults.

MethodPath
PUT/v1/settings/sessions/defaults

`model` accepts an alias or canonical id and is stored canonical; null clears it (sessions then fall back to the platform default). Refused for sandbox tokens (potentially prompt-injected code must not repoint the account's default model).

curl -X PUT "https://api.ellipsis.dev/v1/settings/sessions/defaults" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Request

Example request body
{
"model": "string"
}

Body parameters

modelstring

Canonical model id every session falls back to when neither the request nor its agent config names one, or null when unset (sessions then run the platform default).

Response

Example response · 200
{
"model": "string"
}

On this page

No Headings
Schedule a demo