Skip to main content
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 humanConnectorMarketplaceMeta and trust_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, description
  • category, tags, features, use_cases
  • trust_tier, iconUrl (e.g. assets/icon.svg)
  • deployment (supported modes, OAuth vs API key)
  • long_description, access_level, vendor_docs_url for marketplace display
  • Declared actions matching invoke() surface; no wildcard outbound calls beyond manifest.

Submission steps

  1. Implement BaseConnector with a complete manifest and tests.
  2. Run pnpm connectors:ensure-icons so assets/icon.svg exists (Simple Icons–backed where possible).
  3. Run pnpm connectors:copy-icons-website if you need marketing-site copies under public/icons/connectors/.
  4. Open the Command Plane and use Marketplace → Submit to start review.
Open Console submitDeveloper publishing guide← Marketplace home