List Templates
GET/suts/templates
Return all built-in adapter templates with their default configs.
Templates are static, built-in defaults (e.g. openai_chat, cv_detection) rather than
workspace-scoped data, so this endpoint carries no filtering and no authorization beyond a
valid principal. Each entry's mapping_config is the base a caller can override field-by-field
when calling POST /suts/{sut_id}/connections/{connection_id}/adapter with the same
template_name.
Request
Responses
- 200
- 422
Successful Response
Validation Error