Integrations
Iris Identity access tokens
Access tokens authenticate the CLI, MCP server, and direct API calls to one Iris Identity workspace.
Create a token
- Sign in to Iris Identity.
- Open Dashboard → Settings.
- Select Create access token.
- Copy the token immediately; it is shown only once.
Use the token
humiris auth login --token hum_sk_live_...
# Or keep it in the process environment
export HUMIRIS_API_KEY=hum_sk_live_...
curl https://humiris.com/api/agents \
-H "Authorization: Bearer $HUMIRIS_API_KEY"Security model
- Iris Identity stores a one-way SHA-256 hash, not the raw access token.
- Tokens are scoped to the owner's workspace.
- Revoke unused or exposed tokens immediately from Settings.
- Never commit tokens, include them in URLs, or expose them to browser code.
Provider keys for OpenAI, Gemini, and media services are separate credentials and are managed in the Media API Keys section.