Hanzo AI
OpenapiAgents

List presets

Returns the preset catalog: each entry's id, its description and whether it is server-executing — the flag that decides if a preset's tool calls run here…

GET /v1/agents/chat/presets

Addresshttps://api.hanzo.ai/v1/agents/chat/presets
MethodGET
Operationget_agents_chat_presets
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the preset catalog: each entry's id, its description and whether it is server-executing — the flag that decides if a preset's tool calls run here or come back for the client to apply. The ids are what the round accepts in preset.

The catalog is compiled into the build, identical for every caller, and this is the one read in the group that needs no principal.

Request

GET /v1/agents/chat/presets takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo agents chat presets

Agents API · All Hanzo APIs · Interactive reference

How is this guide?

On this page