> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evolvingmachines.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# evolve auth

> Identity, API keys, and your organizations.

```bash theme={null}
evolve auth <command> [options]
```

## auth status

```bash theme={null}
evolve auth status
```

Who am I: the caller and the API key in use.

## auth org list

```bash theme={null}
evolve auth org list [options]
```

List the organizations you belong to.

<ParamField path="--search" type="text">
  Free-text filter over slug, display name and role.
</ParamField>

<ParamField path="--columns" type="keys | all | help">
  Choose and order columns, comma-separated. `help` lists the keys.
</ParamField>

<ParamField path="-q, --quiet">
  Print only slugs, one per line, for piping.
</ParamField>

<ParamField path="--no-trunc">
  Full cell content instead of one-line truncation.
</ParamField>

<ParamField path="--no-headers">
  Omit the header row in piped (TSV) output.
</ParamField>

## auth org show

```bash theme={null}
evolve auth org show <slug>
```

Show one organization: your role, its members, its quota and live usage.

```bash theme={null}
evolve auth org show acme
```

## Global options

<ParamField path="--json">
  Machine-readable JSON output.
</ParamField>

<ParamField path="--api-key" type="key">
  API key. Defaults to `$EVOLVE_API_KEY`.
</ParamField>

<ParamField path="--base-url" type="url">
  API base URL. Defaults to the Evolve dashboard API.
</ParamField>
