sandbox/presets.upsert
Type: mutation
Module: convex/sandbox/presets.ts
Arguments
Section titled “Arguments”{ presetId: Id<"sandboxPresets"> /* optional */, orgId: string, name: string, editorType: presetEditorTypeValidator, ttlMinutes: number, envVarOverrides: envVarOverrideValidator /* optional */[], mcpServerOverrides: string /* optional */[], isDefault: boolean /* optional */, scope: presetScopeValidator /* optional */, }Create or update a sandbox preset with editor, runtime, and tool settings.