Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.
A preset with its currently designated version.

Fields

FieldTypeRequiredDescriptionExample
created_atstr:heavy_check_mark:N/A
creator_user_idNullable[str]:heavy_check_mark:N/A
descriptionNullable[str]:heavy_check_mark:N/A
designated_versionNullable[components.PresetDesignatedVersion]:heavy_check_mark:A specific version of a preset, containing config and optional system prompt.{"config": {"model": "openai/gpt-4o","temperature": 0.7},
“created_at”: “2026-04-20T10:00:00Z”,
“creator_id”: “user_2dHFtVWx2n56w6HkM0000000000”,
“id”: “550e8400-e29b-41d4-a716-446655440000”,
“preset_id”: “650e8400-e29b-41d4-a716-446655440001”,
“system_prompt”: “You are a helpful assistant.”,
“updated_at”: “2026-04-20T10:00:00Z”,
“version”: 1<br/>}
designated_version_idNullable[str]:heavy_check_mark:N/A
idstr:heavy_check_mark:N/A
namestr:heavy_check_mark:N/A
slugstr:heavy_check_mark:N/A
statuscomponents.PresetWithDesignatedVersionStatus:heavy_check_mark:N/A
status_updated_atNullable[str]:heavy_check_mark:N/A
updated_atstr:heavy_check_mark:N/A
workspace_idNullable[str]:heavy_check_mark:N/A