Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Add vers whoami command #182

Description

@AlephNotation

Feature request

There's no way to check the current authentication state, user identity, or organization from the CLI. A vers whoami command would help with debugging and orientation.

Suggestion

$ vers whoami
User:    tynan
Org:     hdresearch
API Key: vers_...4f2b (valid)
API URL: https://api.vers.dev

$ vers whoami --format json
{
  "user": "tynan",
  "org": "hdresearch",
  "api_key_prefix": "vers_...4f2b",
  "api_url": "https://api.vers.dev"
}

Impact

Useful for agents to verify auth is configured correctly before running a workflow, and for debugging when operations fail with auth errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions