Endpoints at a glance
Reference
GET /api/v1/marketplace/agents
List marketplace agent templates
Parameters
Responses
Example
GET /api/v1/marketplace/agents/{id}
Get a marketplace agent template
Returns the full template — system prompt, voice config, attached tools and playbooks.
Parameters
Responses
Example
POST /api/v1/marketplace/agents/{id}/install
Install a marketplace template as a new agent
Creates a new agent in the caller’s account from the template, copying its prompts, voice config, attached playbooks and FAQs. Optionally renames it.
Parameters
Request body (
application/json)
Schema: handlers.InstallTemplateRequest. Server-set fields (id, created_at, updated_at, …) are ignored if supplied; only the user-settable fields are shown below.
Responses
Example
GET /api/v1/marketplace/categories
List marketplace categories
Returns the set of category labels that have at least one published marketplace template, with counts.
Responses
Example

