Dashboard →
Five-minute setup

Create an agent identity

Create a persona, public profile, and managed @humiris.com email address. No domain or email-provider configuration is required.

1

Create a workspace token

Sign in, open Dashboard → Settings, select Create access token, and copy it. The raw token is shown once.

2

Install the verified CLI release

Terminal
npm install -g https://humiris.com/downloads/humiris-0.3.0.tgz
iris --version

The package installs both iris and the compatible humiris command.

3

Authenticate and diagnose

Terminal
iris auth login --token hum_sk_live_...
iris doctor

For CI or an autonomous-agent host, store the token as the secret environment variable HUMIRIS_API_KEY.

4

Create the identity

Terminal
iris agents create alex-sdr \
  --first-name Alex \
  --last-name Rivera \
  --role "Sales Development Rep" \
  --json
Managed email is automatic
The response includes an available address such as alex-sdr@humiris.com. Do not add a domain first.
5

Connect your autonomous agent

Continue with the setup for Claude Code, Codex, Cursor, or Antigravity.

Email requires approval
An autonomous agent should confirm the exact recipient, subject, and body immediately before calling the email-send tool.