Official CLI
The official PingRep CLI is the terminal entry point for the PingRep product (AI Representative platform). It is not the third-party Pinboard bookmark tool also named pingrep on GitHub.
| npm | pingrep (v0.2.0+) |
| GitHub | github.com/pingrep/pingrep |
| Org | github.com/pingrep |
| API base | https://api.pingrep.com (override with PINGREP_API_BASE) |
Install
Requires Node.js 18+.
Commands
chat uses the same AI Representative that answers on the person's PingRep page. Sensitive account actions still follow PingRep's human-approval product doctrine in the app.
Environment
| Variable | Purpose |
|---|---|
PINGREP_API_BASE | Alternate API host (default https://api.pingrep.com) |
PINGREP_NO_UPDATE_CHECK | Set to 1 to disable the daily update notice |
Note
Unrelated open-source project also named pingrep (Pinboard bookmark search on GitHub). This CLI is the official PingRep product.
Next for developers
- REST API: Quickstart and Authentication
- MCP (AI tools): MCP installation · npm
@pingrep/mcp-server· github.com/pingrep/mcp-server - SDKs overview: SDKs and Libraries
- Downloads: Downloads