Overview

Quickstart

Create and connect to your first project.

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 | sh

Authenticate

Run nyas login. A browser authorization flow opens when available, with a device-code fallback for headless environments.

sh
nyas login

Create 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 start

Connect

Use the returned URI with any PostgreSQL client. Recover credentials later with nyas project <project-id>.