Build Agents. Verify Capabilities.
Monetize in the Marketplace.
Three Ways to Build
Build Workflows Without Code
Visual canvas for composing agents with human-in-the-loop built in.
Builder Journey
- 1.Discover: Browse marketplace for agents
- 2.Compose: Drag & drop on visual canvas
- 3.Test: Run with test data, watch live DAG
- 4.Deploy: One-click to Hosted HumanOS
- 5.Monitor: Provenance trail, cost tracking
Human-in-the-Loop as First-Class Primitive
Approval and review nodes are visual components, not code.
Build. List. Earn.
Four ways to contribute to the HUMΛN ecosystem:
Connectors
Coming SoonPre-built integrations: Slack, GitHub, Salesforce, Gmail, Zoom
Per-connection fee
Learn more →Extensions (Muscles)
Coming SoonCompanion capabilities: Meeting, Scaling, Dashboard + Capability ontologies
Usage-based or sponsored
Learn more →HUMΛN-Built Muscles
Examples of what you can build and monetize:
Meeting Muscle
Turn meetings into memory and action
v0.2+- • Calendar sync (Google, Outlook)
- • Zoom integration (schedule, join, record)
- • Action tracking and decision logging
Free
Scaling Muscle
Track your Critical Number
v0.2- • 90-day Rocks management
- • Weekly scaling reviews
- • Verne Harnish framework built-in
Free
Dashboard Muscle
Any dashboard, instantly
v0.2- • Voice queries: "Show me weekly ARR"
- • Real-time data from any source
- • Freemium: 5 free, unlimited $12/mo
Freemium ($12/mo Pro)
Development Workflow
Team awareness without surveillance
Internal First- • Context handoffs (EOD knowledge)
- • Overlap detection
- • Proactive unblocking
Free
Built by HUMΛN. Extended by you.
Deploy with Zero DevOps
Like Vercel for AI agents. One command, production ready.
Three Deployment Options
Hosted
EasiestZero infrastructure. Scale automatically. Pay per usage.
Hybrid
Control plane in cloud. Execution on-premise.
Self-Hosted
Full control. Your infrastructure. Open source.
Passport vs Traditional Identity
Traditional Identity
What you build:
- User database
- Authentication service
- OAuth integrations
- Session management
- Password reset flows
- 2FA implementation
- GDPR compliance
- Data portability (manual)
HUMAN Passport
What you write:
const passport = await createPassport({
did: generateDID(),
proofs: [...]
});- Cryptographically anchored identity
- Cross-system portability (built-in)
- User-owned data sovereignty
- Delegation & revocation (first-class)
- Offline verification support
- Zero-knowledge proofs
- GDPR compliant by design
Capability Graph vs Traditional Hiring
Traditional Approach
Skills verification:
- Resume screening
- Interview assessments
- Reference checks
- Certificate verification (manual)
- Trust-based evaluation
- Siloed per company
- No fraud prevention
HUMAN Capability Graph
What you get:
- Cryptographically verifiable capabilities
- Evidence-backed proofs
- Cross-system capability sharing
- Confidence intervals (not binary)
- Gaming-resistant design
- Privacy-preserving verification
- Continuous capability updates
HumanOS vs Traditional Orchestration
Traditional AI Orchestration
You build:
- Custom routing logic
- Manual approval workflows
- Homegrown provenance logs
- Error handling for every case
- Agent discovery system
- Cost tracking (manual)
- Governance enforcement (code)
HUMAN HumanOS
Built-in:
await humanos.orchestrate({
task,
requiresApproval: true,
routeByCapability: true
});- Capability-first routing
- Human-in-the-loop (first-class)
- Cryptographic provenance (automatic)
- Fourth Law compliance (built-in)
- Agent marketplace integration
- Usage-based cost tracking
- Policy enforcement layer
- Deploy to Hosted HumanOS or self-host