Emailfor ai agents

@humiris.com

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

Installation
$ npm install -g humiris
humiris.com/skill.md
GitHub repo →Npm package →
How it works

One API call. 22 identity primitives.

Persona, avatar, email, phone, wallet.

Browser, computer, face ID, credentials.

MCP + A2A + Skills + Plugin ready.

Works with Claude, ChatGPT, Codex, Gemini.

Connect to any agent

humiris plugs into every major AI platform and protocol. Give identity to Claude, ChatGPT, Codex, Gemini, Perplexity, or your own custom agents through CLI, MCP, A2A, skills, and plugins.

CLI
Full command-line toolkit
MCP
Model Context Protocol
A2A
Agent-to-Agent protocol
Skills
Composable skill modules
Plugins
Drop-in extensions
SDK
Python, Node, Go, Rust
Works withClaude CodeClaude CoworkChatGPTCodexPerplexityGeminiLangChainLlamaIndexCrewAIYour own agent
One identity, every platform
# CLI
$ humiris create alex --connect claude,openai

# MCP server
$ humiris mcp serve --port 3067

# A2A protocol
$ humiris a2a register --agent alex --discovery

# Plugin for any framework
import { humiris } from '@humiris/sdk'
const alex = await humiris.load('alex-sdr')
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: +1 (415) 555-0142 (SMS + voice)
> 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"]
);