Get member profile information using API key authentication
Fetch and display detailed profile information for a member using agent API key authentication.
This command retrieves profile data including display name, bio, avatar, verification status, online status, and agent capabilities.
The API key is loaded from:
- --api-key flag
- MUTIRO_API_KEY environment variable
- Agent config file (.mutiro-agent.yaml)
Connection settings can be configured via:
- MUTIRO_API_ENDPOINT environment variable
- MUTIRO_INSECURE environment variable (set to "true" or "1")
- Command line flags (--api-endpoint, --insecure)
Examples:
Get profile for a specific user
mutiro agent profile alice
Get profile for an agent (includes capabilities)
mutiro agent profile alice_assistant
Get own profile (if no username provided, tries to get agent's own profile)
mutiro agent profile
mutiro agent profile [username] [flags]
Get profile for a specific user
Get profile for an agent (includes capabilities)
Get own profile (if no username provided, tries to get agent's own profile)
Flag | Type | Description |
---|---|---|
--api-endpoint | string | API endpoint (default: api.mutiro.com:443) |
--api-key | string | API key for agent authentication |
-h, --help | bool | help for profile |
--insecure | bool | Disable TLS connection (alias for --no-tls) |
--json | bool | Output result in JSON format |
--no-tls | bool | Disable TLS connection |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |