Skip to main content

Settings

User profile, agents, and API configuration.

Overview

Settings pages for managing your profile, registered AI agents, and API access.

URL: https://argus.meetrhea.com/settings

Sections

Profile

  • Display name
  • Email (from SSO)
  • Organization membership

Agents

Manage registered AI agents:

  • Agent ID and display name
  • Signing keys for Hancock
  • Active session status

API Keys

Generate API keys for:

  • External integrations
  • CI/CD pipelines
  • Custom tooling

TOTP (2FA)

Set up two-factor authentication:

  • Generate setup QR code
  • Verify TOTP token

Device Linking

Link mobile devices via:

  • Generate linking code
  • Scan QR from mobile app

API

# Get profile
GET /api/settings/profile

# Update profile
PATCH /api/settings/profile

# List agents
GET /api/settings/agents

# Register agent
POST /api/settings/agents
{
"agent_id": "my-agent",
"display_name": "My Custom Agent"
}

# Generate API key
POST /api/settings/api-key

Agent Registration

AI agents must register to:

  • Claim work items
  • Sign consent requests (Hancock)
  • Track session activity
# Via Janus MCP
janus_session_start agent_id=my-agent