Create an Operator

How to Create an Operator with doable.sh

Creating an operator with doable.sh allows you to offload tasks to AI and integrate it seamlessly into your web application. Follow these steps to set up your operator:

Step 1: Create a New Operator

  1. Go to the Dashboard homepage.
  2. Click the Create New Operator button.
  3. In the popup window, enter the Name of your operator.
  4. Specify the Allowed Domains where the operator will be embedded. You can add up to three domains.

Step 2: Configure Your Operator

Once the operator is created, you will be redirected to the configuration page. Here, you can:

  • Model Selection: Choose the AI model for your assistant. You may select from available models (like GPT-4-mini) based on your subscription.
  • System Prompt: Add additional instructions for your assistant to guide responses.
  • Domains: Update the list of domains where the operator is allowed.
  • Strings: Customize the text responses and messages.
  • Quick Actions: Add predefined tasks that the assistant can perform.
  • Appearance: Customize the visual aspects of your operator.
  • Sessions: Monitor the interaction logs and track operator performance.

Step 3: Publish and Embed

  1. Once configuration is complete, click Review and Publish to finalize your setup.
  2. To embed the operator in your web app:
    • Click the Embed button.
    • Copy the code snippet.
    • Paste it into your web application and redeploy.

Congratulations! Your operator is now live and integrated into your application.