Install CoachPulse

Set up the CoachPulse CLI and SDK across your development environment in minutes.

npm

$npm install -g @coachpulse/cli

Requires Node.js 18+ and a valid API key from your dashboard. Set COACHPULSE_API_KEY in your environment.

coachpulse --version to verify.

pip

$pip install coachpulse-sdk

Python 3.9+ recommended. Install the CLI separately via pip install coachpulse-cli for full functionality.

python -m coachpulse version to verify.

Docker

$docker run --rm coachpulse/cli:latest init

Runs the CLI in an isolated container. Mount a volume for persistent configuration across sessions.

Verify Install

bash
```bash
coachpulse init
# Follow prompts for workspace path, API key, and default coach profile

coachpulse --version
# Expected output: coachpulse/1.2.3 linux-x64 node-v20.10.0
```

Initialize your first client workspace

Get Started