Skip to main content
GET
Browse Agent Templates

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

limit
integer

Page size (1-200, default 100).

Required range: 1 <= x <= 200
offset
integer | null

Zero-based offset into the flat catalog.

Required range: x >= 0
category
string

Filter to a single category id.

Minimum string length: 1

Search term matched (case-insensitive substring) against agent name, description, agent_id, and category_label. Matched against the catalog cache, so edits to template projects surface within ~60s.

Required string length: 1 - 200
Example:

"support"

sort_by
enum<string>

Sort field. Defaults to "name".

Available options:
name,
agent_id,
category_label
Example:

"name"

sort_order
enum<string>

Sort order. Defaults to "asc".

Available options:
asc,
desc
Example:

"asc"

Response

Paginated agent template catalog

items
object[]
required
total
integer
required
has_more
boolean
required
next_offset
integer | null
required