Documentation

Learn how to integrate MEHSS Labs into your infrastructure and orchestrate autonomous agents at scale.

Quickstart

The fastest way to get started with MEHSS Labs is through our CLI. It allows you to scaffold a new agent environment, manage your API keys, and deploy to our global edge network in seconds.

1. Install the CLI

Install the global CLI package via npm or yarn.

npm install -g mehss-cli

2. Authenticate

Login to your MEHSS Labs account to authorize your local environment.

mehss login

3. Initialize a new project

Create a new agent directory with standard boilerplate.

mehss init my-first-agent
cd my-first-agent

4. Deploy to the Edge

Push your agent configuration to the edge network. It will be live globally in under 5 seconds.

mehss deploy --production