Skip to main content
GET
List Agent Presets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string
required

Slug of the workspace the request acts in

Maximum string length: 120
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

Successful Response

id
string
required
name
string
required
skills
PresetSkillResponse · object[]
required
tools
(CodeToolConfig · object | McpToolConfig · object | AgentToolConfig · object | OpenApiToolConfig · object)[]
required
triggers
TriggerSpec · object[]
required
description
string | null
instruction
string
default:""
preferred_models
string[]
unavailable_skills
string[]
Last modified on September 26, 2026