Devices and Push Inboxes
Pair trusted devices, receive push notifications, and review Actions from ActionBox web and native clients.
ActionBox keeps the API as the authoritative state while web and native clients present the same Action inbox.
Safe operating model
- Sign in to each client with the same ActionBox account.
- Treat push notifications as alerts, not as the authoritative decision record.
- Open the Action to review its typed context before deciding.
- Re-check current state when a notification is delayed or duplicated.
- Remove devices you no longer control from account settings.
Push delivery can be delayed by operating-system policy, network state, or notification settings. Software should wait on the Action state or signed callback, not assume that notification delivery means a decision occurred.
For machine-side behavior, see the CLI, webhooks, and decisions and outcomes.