Installation

Get HUMΛN up and running in minutes

Prerequisites

API Key

Sign up at human.sh/signup to get your free API key

Runtime

Node.js 18+, Python 3.9+, or Go 1.19+

Package Manager

npm, yarn, pnpm, pip, poetry, or go modules

Install the SDK

TypeScript / JavaScript

>
SDK:

Python

>
SDK:

Go

>
SDK:

Configure Environment

Set your API key and other configuration options via environment variables:

>
SDK:

Security Warning

Never commit your API key to version control. Use environment variables or a secure secrets manager.

Verify Installation

Test your installation with a simple script:

>
SDK:

Success!

If you see "✅ Connected to HUMΛN!", your installation is working correctly.

Local Development (Optional)

For offline development or testing, run a local HUMΛN instance using Docker:

>
SDK:

Note: Local development mode is great for testing, but for production use, we recommend deploying to the cloud or using our managed service at human.sh.

You're All Set! 🎉

Now that you've installed HUMΛN, it's time to build your first agent.