Dashboard·5 min read

Publishing & Installing on HiveStore

Share a bot with others on HiveStore, or install a ready-made one into your own workspace in a click.

Publishing & Installing on HiveStore

HiveStore is Bothive's marketplace of bots. You can install bots others have shared, or publish your own.

Install a bot

  1. Open HiveStore in the dashboard.
  2. Browse or search for a bot that fits your need.
  3. Click Install — it's added to your workspace, ready to test and call like a bot you built yourself.

Installed bots respect their creator's setup, but run under your account and quota when you use them.

Publish your own

Built something useful? Share it:

  1. Open the bot and choose Publish.
  2. Add a clear name, description, and what it does.
  3. Submit — once live, others can discover and install it.

Make it good to share

  • Write instructions that don't assume your private context — a published bot runs for strangers.
  • If it needs an integration, say so in the description so installers know to connect it.
  • Keep the scope tight and the value obvious.

Next steps

Quick tip

Use the test pane to iterate quickly. Every change you make is live — no need to save first.

Important

API keys are shown only once. Store them securely and never commit them to version control.

Best practice

Test your bot with edge cases before deployment. Try empty inputs, long messages, and special characters.

Pro tip

Chain multiple specialized bots in a workflow for better results than one general-purpose bot.

Publishing & Installing on HiveStore