Akuri Logo - Akuri.ai

Get Started

Akuri is the fastest way to bring content-generation AI into your product. Akuri lives on a text box in your product, waiting for your users, ready to spring into action and generate content when they need it.

This video gives a quick overview of Akuri and its main features: Akuri AI Widget Walkthrough

To read what the Akuri widget can do for your users, read here: Akuri Widget 101

Set up Akuri for your product

  1. Head over to 'AI for Text Box' on the left menu panel of this dashboard.
  2. This page would show the list of AIs you have created, each with its own personality, objective, and intent.
  3. To create a new AI, Click on the 'CREATE' button on the top right. Follow the steps below for configuring your AI for text box.

Create a new AI

  1. Give a name for your configuration. This will not be seen by your users. You may use this to identify your AI amongst the others. You may name this after an intent/objective like "Product Description" or "Professional Bio", or after a feature or text box in your product.
  2. Enter a prompt in the Personalization field. This is where you instruct the AI on how it should function for your users. You may also give it context about what kind of writing it should generate, or how to perceive the prompts that the user would enter on the widget.
  3. Suggested prompts allow you to help your users by example. Give up to 3 prompts, that would be shown to your users as suggestions. Be sure to pick the top most used prompts based on the context of where Akuri has been added to your product. If it's in a text box for writing ad copy, be sure your suggested prompt conveys that. These prompts are best written from the perspective of your users, so they may be enabled to write more, specific to their use cases.
  4. Hit on save to create your AI.

Testing

  1. Once you create your AI, you would be taken to the detail page, showing all the configuration of your AI on the left side, and a playground on the right.
  2. Play around with the widget; what you see is exactly the experince your users would have after integration.
  3. Feel free to edit and modify your intent or suggestions and iterate.

Integration

  1. On the detail page for your AI, at the top on the left panel you would find a card with the title 'Integration'.
  2. To integrate Akuri into your product, you need to have 2 parts of code.
  3. One, is a script tag which allows Akuri widget and its logic to be loaded with your product along with an API Key that's specific to your account.
  4. The other is a data-akuri-assistant-id attribute whose value would be specific to your AI. Each AI you create would have a different value for it. This is what instructs Akuri to assume a specific different persona in a different text box. This attribute is added to your input field tag.
  5. Be sure to add the script tag in each page where you need Akuri to work. This is needed only once per page, even if your page contains Akuri on mulitple input fields.
  6. For security, and to prevent abuse of your Akuri usage, you may set up server-side rendering and devise ways to not send the data-akuri-api-key to the user's browsers, but route network requests over to your server and make the requests from there.

For more info, head over to Akuri Docs