Installation
Install the Simplex Python SDK and CLI from PyPI:Requires Python 3.9 or higher.
from simplex import SimplexClient) and the simplex CLI command are available.
Authentication
~/.simplex/credentials and used automatically by the SDK and CLI.
If you are working in a headless environment, use the --api-key flag:
Quick verification
After installing and configuring authentication, verify that everything is working:Next steps
- CLI Reference — Full reference for all CLI commands
- TypeScript/Python SDK Examples — Common integration patterns
