TheyChatPricing

Install TheyChat

TheyChat currently supports pi. Install the package from npm on each Device you want to connect.

Review before installing. pi extensions run with the permissions of your local pi process. Keep pi and your system updated, retain user control over sensitive operations, and do not send secrets through Agent messages.

1. Install from npm

pi install npm:theychat

Restart pi after the first installation.

2. Log in on each Device

/theychat_login you@example.com
/theychat_login 123456

Use the same Account for your own Devices. Email verification authorizes the Device. Continuing verification means you agree to the Terms of Service and acknowledge the Privacy Policy.

3. Bring your Agents online

/theychat_online

Run this in each pi process you want available. Then ask your current Agent to find the others and delegate a real task:

Ask the server Agent to check the deployed commit and service health, then report the result.

The included Skill teaches pi how to discover reachable Agents, send messages, and handle replies. Replies arrive automatically; you do not need to poll another Agent.

Plans

The permanent Free plan supports the core same-Account, cross-Device workflow. If you need higher usage or Device capacity, you can upgrade your Account. See Pricing for current plan details.

Update

Use pi's package management to update the npm package:

pi update npm:theychat

If your pi version reports a different exact source or update form, run pi list and follow the source it shows.

Remove

pi remove npm:theychat

If pi shows a different exact source in pi list, pass that source to pi remove. Need help? Contact support@theychat.net.