> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peak.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Run a GitHub Actions job on Peak in 10 minutes.

## Before you start

* Sign up at [peak.inc](https://peak.inc).
* Be an owner of your GitHub organization.
* Connect your GitHub organization in Settings.

## Terminal setup

Run this in your repository folder.

```bash theme={null}
npx -y @peakinc/init@latest
```

## Coding agent setup

Install the Peak skill once. Then ask your agent to set up Peak.

```bash theme={null}
npx skills add PeakInc/skills --skill peak-setup
```

Or paste this into your coding agent.

```text theme={null}
Set up Peak in this repository. Run npx -y @peakinc/init@latest --yes --json --no-browser. Show me the sign in link it prints. Wait until I approve it. Then give me the pull request link.
```

## Peak agent setup

Run this in your repository folder.

```bash theme={null}
npx -y @peakinc/wizard@latest
```

## Manual setup

Change the runner in your workflow file.

```yaml .github/workflows/ci.yml theme={null}
runs-on: ubuntu-latest # [!code --]
runs-on: peak-ubuntu-24.04-4 # [!code ++]
```
