Emailfor ai agents

@humiris.com

Powering automated browser agents with verified email and seamless auth handlers.

Installation
$ npm install -g https://humiris.com/downloads/humiris-0.3.0.tgz
humiris.com/skill.md
GitHub repo →CLI guide →
How it works

One authenticated identity API.

Persona, profile, address, outbound email.

Phone, card, and wallet sandbox records.

CLI + local MCP server + portable skill.

Workspace-scoped, revocable access tokens.

Connect to any agent

Use the same authenticated Iris Identity client from Claude, Codex, ChatGPT, or your own agent through the CLI, local MCP server, portable skill, or REST API.

CLI
Installable Node.js command line
MCP
Local stdio MCP server
Skill
Portable agent instructions
REST API
Bearer-authenticated endpoints
Works withClaude CodeClaude CoworkChatGPTCodexPerplexityGeminiLangChainLlamaIndexCrewAIYour own agent
One identity, every platform
# CLI
$ iris agents create alex-sdr --first-name Alex --last-name Rivera

# MCP server for Claude Code
$ claude mcp add iris-identity \
    --env IRIS_IDENTITY_API_KEY=hum_sk_live_... \
    -- npx -y https://humiris.com/downloads/humiris-0.3.0.tgz mcp

# Inspect the authenticated workspace
$ iris agents list --json
terminal[x]
$ humiris create alex-sdr --full
> persona: Alex Rivera, SDR at Acme Corp
> avatar: 8 AI headshot variants generated
> email: alex@acme.humiris.com (DKIM verified)
> phone: sandbox record (non-operational)
> wallet: 7xKp...9mZt (Solana)
> face-id: biometric template registered
> profile: humiris.com/p/alex-rivera
> 22 primitives ready in 1.2s
_

Making Agents Believable.

AgentMail and mails.dev give you an email. We give you a complete human persona. This layer ensures that when someone Googles your agent, they see a digital worker, not a script.

Persona Schema
CREATE TABLE agent_personas (
  id UUID PRIMARY KEY,
  job_title TEXT, -- "Sales Development Rep"
  tone TEXT,      -- "professional, witty"
  bio TEXT,       -- Short bio for LinkedIn
  location TEXT,  -- "San Francisco"
  interests TEXT[] -- ["B2B SaaS", "AI"]
);