Save and reuse named request configurations — model, parameters, and system prompt — across your work.
A preset is a named bundle of request defaults: model parameters (temperature, top-p, max tokens, …) and a system prompt. Presets live in your account.
Available now in the dashboard. Go to Settings → Presets (/dashboard/settings/presets) to save your current Chat parameters and system prompt as a named preset, then Apply it to load those settings into the chat in one click. You can keep several presets and delete any of them.
Without presets, every session carries the full configuration:
With a preset named support-agent, you set that configuration once and apply it whenever you need it. Change the model or tweak the system prompt once in the preset — every session using it picks up the update immediately.
Presets are managed from Settings → Presets: open Chat, set the parameters and system prompt you want, then save them under a name from the Presets page. Apply loads a preset back into the chat.
| Field | Type | Description |
|---|---|---|
name | string | Unique name within your account (lowercase, hyphens allowed) |
model | string | Default model slug, e.g. anthropic/claude-sonnet-5 |
system | string | Default system prompt |
temperature | number | 0–2 |
top_p | number | 0–1 |
max_tokens | integer | Maximum output tokens |
Not yet available. A
"preset": "<name>"request field — expanded server-side so your code carries only the preset name while explicit request values win — is tracked to be built. Until it ships, the field is ignored: keep sending full request configuration from your code.
support-ar, summariser-short, code-review-strict rather than preset-1.