Skip to main content

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.

The env command displays environment and diagnostics information.

Usage

praisonai env [OPTIONS] COMMAND [ARGS]...

Commands

CommandDescription
showShow environment variables
checkCheck environment configuration

Examples

Show environment

praisonai env show

Check configuration

praisonai env check
PraisonAI supports several environment variables for configuration and security:
VariablePurpose
PRAISONAI_ALLOW_LOCAL_TOOLSEnable local tools.py file loading
PRAISONAI_ALLOW_JOB_WORKFLOWSEnable job workflow execution
PRAISONAI_BROWSER_ALLOW_REMOTEEnable remote browser access
PRAISONAI_RUN_SYNC_TIMEOUTDefault timeout for async operations (seconds)
For complete details and security implications, see Security Environment Variables.

See Also