Communication15 toolsPaste one API key
Pushbullet integration for AI agents
Push notifications, links, and files across devices
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Pushbullet once and call the same tools from all of them.
Setup
Connect Pushbullet through ClawLink's hosted setup to push notifications, links, and files across your devices.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Pushbullet exposes 15 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
pushbullet_get_user | Retrieve the currently authenticated user's profile | Read |
pushbullet_list_chats | List all chat objects for the current user | Read |
pushbullet_list_devices | List all registered devices for the current user | Read |
pushbullet_list_pushes | List pushes with optional filtering and pagination | Read |
pushbullet_create_chat | Create a new chat with the specified email address | Write |
pushbullet_create_device | Register a new device under the current user's account | Write |
pushbullet_create_push | Send a new push (note, link, or file) to a device, user, channel, or client | Write |
pushbullet_update_chat | Mute or unmute an existing chat | Write |
pushbullet_update_device | Update metadata for a device by its identifier | Write |
pushbullet_update_push | Update a push (dismiss or modify list items) by its identifier | Write |
pushbullet_upload_request | Obtain a signed upload URL for a file before pushing | Write |