Marketplace
Publish to the HUMΛN Marketplace
Ship a ConnectorManifest with trust metadata, brand icon, and docs — then submit through the Command Plane for automated review.
HUMΛN lists agents, connectors, workflows, and bundles with trust labels, deployment modes, and provenance — not a flat integration directory. This page explains how to qualify and what to submit; the actual upload happens in the Command Plane.
Certification tiers
- HUMΛN Built
- First-party or tightly reviewed assets with full manifest metadata, tests, and docs. Default for platform-published connectors using
humanConnectorMarketplaceMetaandtrust_tier: 'certified'. - HUMΛN Verified
- Partner or community submissions that pass automated review (scopes, declared actions, outbound policy, financial risk checks) plus documentation completeness.
- Community
- Experimental or narrower-scope listings. May require explicit org review before production use.
- Prototype
- Early previews; may lack full test coverage. Not recommended for production without your own validation.
Required manifest fields
Every connector package should ship a ConnectorManifest with at least:
kind,id,name,provider,version,descriptioncategory,tags,features,use_casestrust_tier,iconUrl(e.g.assets/icon.svg)deployment(supported modes, OAuth vs API key)long_description,access_level,vendor_docs_urlfor marketplace display- Declared
actionsmatchinginvoke()surface; no wildcard outbound calls beyond manifest.
Submission steps
- Implement
BaseConnectorwith a complete manifest and tests. - Run
pnpm connectors:ensure-iconssoassets/icon.svgexists (Simple Icons–backed where possible). - Run
pnpm connectors:copy-icons-websiteif you need marketing-site copies underpublic/icons/connectors/. - Open the Command Plane and use Marketplace → Submit to start review.