Open Beeper Desktop app
POST /v0/open-app
Open Beeper Desktop and optionally navigate to a specific chat, message, or pre-fill draft text and attachment. Use POST /v1/focus
instead.
Request Body
Section titled “Request Body ”object
Optional Beeper chat ID (or local chat ID) to focus after opening the app. If omitted, only opens/focuses the app.
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
Optional message ID. Jumps to that message in the chat when opening.
Optional draft text to populate in the message input field.
Optional draft attachment path to populate in the message input field.
Responses
Section titled “ Responses ”Tool executed successfully
Response indicating successful app opening.
object
Whether the app was successfully opened/focused.
Invalid request parameters
object
Error message
Error code
Additional error details
object
Access token is missing or invalid
object
Error message
Error code
Additional error details
object
Access token does not have the required scope
object
Error message
Error code
Additional error details
object
Resource not found
object
Error message
Error code
Additional error details
object
Unprocessable entity - validation error
object
Error message
Error code
Additional error details
object
Too many requests - rate limit exceeded
object
Error message
Error code
Additional error details
object
Internal server error
object
Error message
Error code
Additional error details