Installing a recipe
Installing a recipe is how you add a ready-made setup to your account. When you install, Sosyabot makes a copy of that recipe inside your workspace as a brand-new AI agent — already connected to your brand and your channels. The copy arrives switched off, so nothing happens until you review it and turn it on yourself.
It takes one click, and it's free.
It always starts off
A freshly installed agent is inactive — switched OFF. It will not post, schedule, or generate anything until you enable it. Take your time looking it over first. You are always in control.
Install in a few clicks
Open a recipe
Browse the catalog and click the recipe you like to open its details. You'll see what it posts about, how often, and in what style.
Click Install
Press the Install button. Sosyabot instantly copies the recipe into your workspace as a new AI agent. No payment, no order — it's free.
It lands switched off
The new agent appears in your workspace turned off, already bound to your brand and your connected channels. Nothing is posted yet.
Open it and check the settings
Open the new agent and look over its settings — the topics it posts about, its schedule, and which channels it will use. Adjust anything you want.
Turn it on when you're ready
When the settings look right, flip the switch to on. From that moment the agent starts working on the schedule you reviewed.
Good to know
- Nothing posts until you enable it. Installing only adds the agent — it stays off until you turn it on.
- It's free. Installing never costs anything. There are no prices, orders, or payments.
- Install as many as you like. You can install lots of recipes and try them out.
- Connected to your own setup. Each installed agent uses your brand and your connected channels, not the original creator's.
- Delete any time. If a recipe isn't for you, delete the installed agent whenever you want.
- Needs a paid plan with AI agents. Installing requires an active subscription that includes the AI agents feature. See Upgrade your plan.
Related
For developers
Installing calls POST /api/v1/catalog/agent-recipes/:id/install. It clones the recipe into a new, inactive agent in the caller's workspace, bound to their brand and connected accounts. The endpoint requires authentication, a workspace context, an active subscription, and the ai.agents feature. The cloned agent stays switched off until the user enables it.