Skip to main content
The workspace group surfaces metadata about the workspace tied to your current API key.

geogen workspace

Show workspace usage, plan, limits, and credit balance. Equivalent to the GET /v1/workspace endpoint.
Example output:

geogen workspace members

List all active team members. Maps to GET /v1/workspace/members.
Columns: email, name, role, joined.

geogen workspace tags

List workspace tags used to organize prompts. Maps to GET /v1/workspace/tags.
Use the returned tag IDs with --tags filters on commands like geogen prompts list or geogen trends visibility.