Install the CLI
The StratoNext CLI provides commands to manage your projects, tasks, environments, agents, and approvals from the terminal. It is the recommended approach if you are comfortable on the command line, want to automate workflows, or want to connect a local AI agent.
Install
Section titled “Install”The CLI is distributed on PyPI as stratonext. Install it with uv:
uv tool install stratonextor with pip:
pip install stratonextVerify the installation:
stratonext --helpConfigure
Section titled “Configure”Point the CLI at the StratoNext production platform (one-time setup):
stratonext config set STRATONEXT_AUTH_AUTHORITY "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_26SWBDh3Q"stratonext config set STRATONEXT_AUTH_CLIENT_ID "60evptk8ab01298r41na2et8p8"stratonext config set STRATONEXT_AUTH_AUDIENCE "https://platform.prod.stratonext.com"stratonext config set STRATONEXT_API_URL "https://api.prod.stratonext.com/v1/graphql"Settings are stored in ~/.stratonext/settings.
Log in
Section titled “Log in”Authenticate with a browser-based OAuth2 login:
stratonext loginYour browser opens to complete the login; tokens are cached in ~/.stratonext/credentials.
Verify who you are logged in as:
stratonext whoamiTokens expire daily. Run stratonext login again to refresh them.
Next steps
Section titled “Next steps”- Install the agent skill to drive StratoNext from Claude Code, Codex, or any coding agent.
- Connect an AWS account to unlock resource discovery and delegated operations.