@ishitgami/agentping
v0.1.0
Published
Mobile approval inbox for AI coding agents (Claude Code, Codex, Antigravity)
Maintainers
Readme
AgentPing CLI
Mobile approval inbox and notifications for AI coding agents (Claude Code, Codex, Antigravity).
Receive permission prompts and agent alerts on your phone. Tap Allow or Deny anywhere.
Quick Start
Option A: Zero-install via npx
npx @ishitgami/agentping pairOption B: Global Install via npm
npm install -g @ishitgami/agentpingOnce installed, pair your mobile device using the agentping command:
agentping pairCommands
agentping pair: Display terminal QR code to pair your phone.agentping install: Automatically install approval hooks for Claude Code, Codex, and Antigravity.agentping doctor: Check local configuration and cloud backend connectivity.agentping status: Show paired phone and machine details.agentping test-notification: Send a test notification to your phone.agentping unpair: Disconnect machine from phone.
Configuration
AgentPing automatically configures ~/.agentping/config.json pointing to your production cloud endpoint:
{
"apiBaseUrl": "https://agentping-api-sfqcjaurna-uc.a.run.app"
}To use a custom backend or local emulator, set AGENTPING_API_URL:
export AGENTPING_API_URL="https://your-custom-backend.run.app"