For Builders

Build Agents. Verify Capabilities.
Monetize in the Marketplace.

Write code, compose visually, or install from marketplace. You choose your path.

Three Ways to Build

Code

Full control. Write TypeScript, Python, or Go.

Start coding →
Q2 2026

Visual Composer

Drag & drop. No-code workflow builder.

Learn more →
In Development

Marketplace

Browse. Install. Configure with Companion.

Explore marketplace →
Q2 2026

Build Workflows Without Code

Visual canvas for composing agents with human-in-the-loop built in.

Invoice Processing Workflow
Start
Extract Data
Agent: OCR Scanner
Review
Human Approval
Required: Manager
Process Payment
Agent: Stripe Connector
Complete
3 Agents
1 Human Step
2 Connectors
Est. Cost: $0.15/run

Builder Journey

  1. 1.
    Discover: Browse marketplace for agents
  2. 2.
    Compose: Drag & drop on visual canvas
  3. 3.
    Test: Run with test data, watch live DAG
  4. 4.
    Deploy: One-click to Hosted HumanOS
  5. 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:

Agents

In Development

Autonomous agents that solve specific tasks

70/30 revenue split

Learn more →

Workflows

Coming Soon

Reusable workflow templates for Workflow Builder

Usage-based pricing

Learn more →

Connectors

Coming Soon

Pre-built integrations: Slack, GitHub, Salesforce, Gmail, Zoom

Per-connection fee

Learn more →

Extensions (Muscles)

Coming Soon

Companion 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.

>
SDK:

Three Deployment Options

Hosted

Easiest

Zero 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

Build Your First Agent in 5 Minutes