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

# Env

> Environment and diagnostics information

The `env` command displays environment and diagnostics information.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai env [OPTIONS] COMMAND [ARGS]...
```

## Commands

| Command | Description                     |
| ------- | ------------------------------- |
| `show`  | Show environment variables      |
| `check` | Check environment configuration |

## Examples

### Show environment

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai env show
```

### Check configuration

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai env check
```

## Related Environment Variables

PraisonAI supports several environment variables for configuration and security:

| Variable                         | Purpose                                        |
| -------------------------------- | ---------------------------------------------- |
| `PRAISONAI_ALLOW_LOCAL_TOOLS`    | Enable local tools.py file loading             |
| `PRAISONAI_ALLOW_JOB_WORKFLOWS`  | Enable job workflow execution                  |
| `PRAISONAI_BROWSER_ALLOW_REMOTE` | Enable remote browser access                   |
| `PRAISONAI_RUN_SYNC_TIMEOUT`     | Default timeout for async operations (seconds) |

For complete details and security implications, see [Security Environment Variables](/docs/features/security-environment-variables).

## See Also

* [Config](/docs/cli/config) - Configuration management
* [Doctor](/docs/cli/doctor) - Health checks
