$ npm install -g https://humiris.com/downloads/humiris-0.3.0.tgz
humiris.com/skill.md
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.
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
$ 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 --jsonAgentMail 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.
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"] );