Install the CLI
The installer selects a binary for your operating system and architecture, verifies it, and configures the current Nyas API.
sh
curl -LsSf https://app.stage.nyas.io/install.sh | shAuthenticate
Run nyas login. A browser authorization flow opens when available, with a device-code fallback for headless environments.
sh
nyas loginCreate your first project
nyas start creates a project, waits for PostgreSQL to become ready, and prints its connection URI and first psql command.
sh
nyas startConnect
Use the returned URI with any PostgreSQL client. Recover credentials later with nyas project <project-id>.