Marketplace¶
Publish agents as packages, browse the catalog, rate, and install into your tenant.
UI¶
- Register or select an agent.
- Open Marketplace → Publish (public or private visibility).
- Other tenants see public packages; private packages stay tenant-scoped.
- Install creates a local agent from the package manifest (metadata is SSRF-sanitized).
API¶
| Method | Path | Purpose |
|---|---|---|
POST |
/api/v1/marketplace/publish |
Publish agent as package |
GET |
/api/v1/marketplace/packages |
List visible packages |
POST |
/api/v1/marketplace/packages/{id}/install |
Install into tenant |
POST |
/api/v1/marketplace/packages/{id}/reviews |
Rate / review |
Private packages of one tenant are not listable or installable by another.
See also: Agents · API Reference