Plans

Pick the plan that fits your volume. Start free, upgrade any time.

Choose a plan

Start free today. Business Hub and Private Server are paid-only.

Loading plans…

Need self-hosted instead? See Private Server. Private Server requires a paid license and does not include the hosted Business Hub.

Install Procedure

These helper commands are used after you download the APK or paid Private Server image. Use the installer for the normal APK setup, or source the alias files when you want to run commands manually.

1. APK + aliases installer

Recommended APK path. Place this script next to the APK, then run it once to install the phone app and prepare the helper commands.

  • bash install-phoneagent-apk.sh phone-agent.apk installs the alias file into ~/.phoneagent, adds it to ~/.bashrc, then installs the APK with adb.
  • source ~/.bashrc loads the new pa-* commands in the current terminal.
  • pa-apk-open launches Phone Agent on the connected Android device.
  • pa-apk-setup opens the setup page so the phone can be linked.
bash install-phoneagent-apk.sh phone-agent.apk
source ~/.bashrc
pa-apk-open
pa-apk-setup

2. Manual APK aliases

Use this when you only want the helper commands without changing your shell startup file. It is still part of the APK download procedure.

  • source ./phoneagent-apk-aliases.sh loads the commands for this terminal session.
  • pa-apk-devices lists attached phones and confirms USB debugging is visible.
  • pa-apk-install phone-agent.apk installs or updates Phone Agent on the connected phone.
  • pa-apk-webchat opens WebChat, the send-and-receive workspace for channels.
source ./phoneagent-apk-aliases.sh
pa-apk-devices
pa-apk-install phone-agent.apk
pa-apk-webchat

3. Paid Private Server aliases

Use this after downloading the paid Private Server Docker image from your account. Private Server is paid-only and separate from the hosted Business Hub.

  • source ./phoneagent-private-server-aliases.sh loads the Docker helper commands.
  • pa-init-env creates a local env file with strong secrets for the server.
  • pa-load phoneagent-private-server-v0.1.1.tar imports the downloaded Docker image.
  • pa-start starts the private server container.
  • pa-health checks that the server is responding.
source ./phoneagent-private-server-aliases.sh
pa-init-env
pa-load phoneagent-private-server-v0.1.1.tar
pa-start
pa-health