Description
OpenAI Assistant Manager is a WordPress plugin designed to simplify and accelerate the integration of OpenAI Assistants into your admin dashboard and website theme.
Each OpenAI Assistant Manager license comes with a Live Assistant Manager license. Please note, you will need to provide your own OpenAI API key for integration.
Whether you are managing AI assistants for personal use or delivering AI-powered experiences to your users, this plugin provides the tools you need for seamless implementation.
Key Features
- IMPORT ASSISTANT – Easily import your existing OpenAI assistants into the Assistant Manager.
- CREATE ASSISTANT – Build new AI assistants directly from your WordPress admin dashboard.
- ADMIN THREADS – Start conversations with your assistant from within the admin panel.
- USER THREADS – Let users interact with an AI assistant via a public URL.
- COMMENT STYLE – Match the assistant’s conversation display with your theme’s comment section.
- CODE PARSER – Automatically parse scripts using the Prism.js library for improved readability.
- AUTHORIZED ROLES – Define who can access and use the assistant, including guest users.
Note: When the assistant is set to allow non-logged-in guest users to interact, a session cookie is used to identify each user.
Use Cases
- Provide instant AI-powered support on your website.
- Enhance user engagement with AI-driven conversations.
- Offer a chatbot-like experience that blends seamlessly with your theme.
Effortlessly integrate AI into your WordPress site with OpenAI Assistant Manager and take automation, support, and user interaction to the next level.
Advance Integration
Use the following hooks to implement a custom licensing logic to access the assistant:
add_filter('lam_assistant_can_assist',function($can,$assistant,$user_id){
// add your logic using $user_id
return $can;
},10,3);
add_filter('lam_user_can_post',function($can,$user_id,$assistant,$thread){
// add your logic using $user_id
return $can;
},10,4);
Reviews
There are no reviews yet.