Skip to main content
Beekeeper
Beekeeper
25 actions · 1 auth method
BetaMessaging

Authentication

API Key

Authenticate with a Beekeeper bot token generated from the Beekeeper Dashboard under Extensions > Bot Accounts.Guides: Connector Profile, Link Account
Actions
25 actions
Action
Description
List Comments
Return a list of comments from a specific post
Create Comment
Create a comment on a specific post
Update Comment
Edit an existing comment
Delete Comment
Delete a comment with a given ID
List Groups
Get the list of groups
Create Group
Create a group
Get Group
Get a group with the given ID
Update Group
Update a group with given ID
Delete Group
Delete a group with given ID
List Posts
Retrieves posts from all streams that the user has access to
Create Post
Creates a new post
Get Post
Get a post with a given id
Update Post
Update a post with a given id
Delete Post
Delete a post with a given id
List Streams
Get the list of streams
Get Stream
Get a stream via its ID
Create Stream
Create a stream
Update Stream
Update a stream
Delete Stream
Delete a stream with a specified ID
List Stream Posts
Retrieves posts from a given stream
List Users
List users
Create User
Create the user
Get Authenticated User
Get details of the currently authenticated user
Update User
Update the user
Delete User
Delete the user

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile

Beekeeper - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Beekeeper - API Key
4

Use Actions

Invoke actions using one of the methods below:
  • MCP – Model Context Protocol for AI assistants
  • A2A – Agent-to-Agent protocol
  • Agent SDK – TypeScript and Python SDKs for AI agents
  • Actions RPC – Direct API calls
  • Playground – Test actions in the dashboard