agentuity-cli-auth-whoami

star 4

Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials

agentuity By agentuity schedule Updated 1/23/2026

name: agentuity-cli-auth-whoami description: Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity auth whoami" tags: "read-only fast requires-auth"

Auth Whoami

Display information about the currently authenticated user

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity auth whoami

Examples

Show current user:

bunx @agentuity/cli auth whoami

Show output in JSON format:

bunx @agentuity/cli --json auth whoami

Output

Returns JSON object:

{
  "userId": "string",
  "firstName": "string",
  "lastName": "string",
  "organizations": "array"
}
Field Type Description
userId string Unique user identifier
firstName string User first name
lastName string User last name
organizations array Organizations the user belongs to
Install via CLI
npx skills add https://github.com/agentuity/docs --skill agentuity-cli-auth-whoami
Repository Details
star Stars 4
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator