Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Open Beeper Desktop app

Deprecated
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.

object
chatID

Optional Beeper chat ID (or local chat ID) to focus after opening the app. If omitted, only opens/focuses the app.

string
Example
!NCdzlIaMjZUmvmvyHU:beeper.com
messageID

Optional message ID. Jumps to that message in the chat when opening.

string
draftText

Optional draft text to populate in the message input field.

string
draftAttachmentPath

Optional draft attachment path to populate in the message input field.

string

Tool executed successfully

Response indicating successful app opening.

object
success
required

Whether the app was successfully opened/focused.

boolean

Invalid request parameters

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Access token is missing or invalid

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Access token does not have the required scope

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Resource not found

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Unprocessable entity - validation error

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Too many requests - rate limit exceeded

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string

Internal server error

object
error
required

Error message

string
code

Error code

string
details

Additional error details

object
key
additional properties
string