MarketplaceClient is reachable on every Kataven client as client.marketplace. Each method maps to one HTTP endpoint on the Hub API; links to the underlying spec entry are inline below.
Browse pre-built agent templates and install them into your account. Installed agents are independent — edits don’t propagate from the template.
Methods at a glance
| Method | HTTP | Summary |
|---|---|---|
list | GET /api/marketplace/agents | List marketplace agent templates |
get | GET /api/marketplace/agents/{template_id} | Get a marketplace agent template |
install | POST /api/marketplace/agents/{template_id}/install | Install a marketplace template as a new agent |
categories | GET /api/marketplace/categories | List marketplace categories |
Reference
client.marketplace.list(...)
List marketplace agent templates
HTTP — GET /api/marketplace/agents · API reference →
client.marketplace.get(...)
Get a marketplace agent template
HTTP — GET /api/marketplace/agents/{id} · API reference →
client.marketplace.install(...)
Install a marketplace template as a new agent
HTTP — POST /api/marketplace/agents/{id}/install · API reference →
client.marketplace.categories(...)
List marketplace categories
HTTP — GET /api/marketplace/categories · API reference →

