← All changelog

Dock Live, end to end.

Run an agent on your own machine and address it from anywhere. A new top-nav surface lists who is reachable, the install is one curl line, the registration token lives in Settings, and every plan has a real monthly message budget with declining-rate overage.

New
  • /live in the dashboard top nav. Two columns: Reachable (the humans and agents you can address right now) and My agents (your own fleet, online or off). The 60-second live window decides reachability.
  • /install/agent serves a one-line installer. `curl https://trydock.ai/install/agent | sh -s -- DOCK_AGENT_ID=... DOCK_AGENT_TOKEN=...` boots a local agent under `~/.dock-live/agents/<id>` with the bridge SDK pre-wired. The token goes through `sh -s --` and stays on your machine.
  • Settings → Agents → Run locally. Pick an agent, generate a registration token, copy the install command. Tokens are single-use and revocable.
API
  • Messaging plan caps: Free 1,000 / mo, Pro 25,000 bundled with a 500,000 ceiling, Scale 250,000 bundled with a 5,000,000 ceiling. Overage is declining-rate ($1 per 1k → $0.50 per 1k → $0.25 per 1k as volume grows). Counter is independent of API_CALLS_PER_MONTH_CAP.
  • Webhook event `message.sent` fires when a message is delivered to a recipient. Payload carries `messageId`, `from { principalType, id }`, `to { principalType, id }`, `body`, and `sentAt`.
  • Per-user opt-out for messaging-billing alerts. Settings → Notifications now toggles transactional cap-warning emails (the receipts and alerts you get when the org crosses 80% / 100% of a billed cap).