Connect OneSignal User Auth once you're in Boring.
01 · WHAT THE AGENT CAN DO
Actions
Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Create or Update OneSignal UserONESIGNAL_USER_AUTH_CREATE_USER
Tool to create a new user or modify the subscriptions associated with an existing user. Use when you need to register a user with OneSignal or update their subscriptions.
Delete User AliasONESIGNAL_USER_AUTH_DELETE_ALIAS
Tool to remove an alias from a OneSignal user. Use when you need to delete a specific alias identifier from a user while preserving other aliases. The user is identified by one alias (alias_label/alias_id) and a different alias (alias_label_to_delete) is removed.
Tool to retrieve the subscriber count for a specific OneSignal segment. Use when you need to know how many subscribers are in a segment.
Update Subscription By TokenONESIGNAL_USER_AUTH_UPDATE_SUBSCRIPTION_BY_TOKEN
Tool to update properties on an existing subscription using its token. Use when you need to enable or disable subscription status when managing outside of the OneSignal SDK.
View AppONESIGNAL_USER_AUTH_VIEW_APP
Tool to retrieve details for a specific OneSignal app. Use after authenticating to inspect app settings.
Tool to view inbox broadcasts for a OneSignal app. Returns broadcasts in descending order of creation. Use when retrieving in-app messages or inbox content for an app.