Skip to main content

culvii whoami

Print the currently authenticated identity and active context.

Synopsis

culvii whoami [--json]

Description

Calls GET /auth/me live to confirm the session is valid, then displays your identity and active context. The x-org-id header ensures the response reflects the currently active org even if you belong to multiple orgs.

Requires an active OAuth session.

Flags

FlagDescription
--jsonOutput machine-readable JSON instead of the formatted display.

Output

tenant: culvii-dev | workspace: dev-culvii-dev | env: dev
User: Alice Smith (alice@culvii.com)
Org: Culvii Dev (culvii-dev)
Roles: owner
Workspace: dev-culvii-dev
Env: dev

culvii login, culvii switch