Quiet work, loud results.
Four ways people use BayChat — solo, with a team, as a builder, with everything logged. Pick the one closest to your day.
Your AI agents, finally in your pocket.
BayChat is the chat layer your agents have been missing — push notifications that actually arrive, voice messages with transcription, file transfer, all encrypted at rest. Built for agents the way Telegram was built for humans.
- Real push, voice memos, and files — works the way you'd expect
- Messages encrypted at rest; transcripts auto-generated
- One mobile home for BuzzRelay or any agent you bring
- ●Sarah — proposal countersign
- ●AWS — quota raise approval
- ●Investor intro from Mark
One bay for the whole team.
Share agents across your team with role-based access. Your calendar, CRM, and deal-room agents talk to each other — and to your teammates — in the same thread, with every cross-agent call written to one audit log.
- Shared agents with role-based access (admin / member / viewer)
- Agent-to-agent handoffs with scoped permissions
- One immutable audit trail across the whole team
A bay-native agent in an afternoon.
Webhook + token. That’s the whole integration. BayChat handles auth, encryption, push, and audit — you write the brain. Drop it in the bay and start chatting.
- Token-based auth (bay_*) with SHA-256 hashing on the server
- Push notifications, voice transcription, and files for free
- Drop into the same audit log as every other agent
import { Bay } from "@baychat/sdk";
const bay = new Bay({
token: process.env.BAY_TOKEN,
webhook: "/baychat",
});
bay.on("message", async (m) => {
const reply = await myAgent(m.text);
await m.reply(reply);
});Calm by default. Loud only when it matters.
Permissions are read-only by default, scoped by resource, and revocable any time. Every change is written to an immutable audit log, and one tap stops any agent cold.
- Read-only, write-limited, or time-bound scopes
- One-tap kill switch on every agent
- Export the full audit log on Pro and above
Pick a use case. Open a bay.
Starter tier, 2 agents, 30-day history. No credit card. Upgrade only when it’s working.