How to use AI assistant to other platform?

I would like to ask everyone about creating an AI assistant. I have created and set up various settings and have trended files in order to use the assistant’s API… What do I need to do to use it on other platforms? Will the assistant have its own API and be able to be used right away, like a general API key? Thank you.

1 Like

i am assuming you setup you AI assistant in the playground. if so, check the Assistants API QuickStart and follow from Step 2. You will need your assistants ID, (e.g. asst_d5AhDw…) then create API key under the same project of your assistant with relevant permissions.

2 Likes

Hello and welcome to the community, there is many different way to use it on external platform. First you’ll have to figure out if you want to code or use a third party app.

If you choose to use a third party app to include your assistant on external website i will recommend using OpenAssistantGPT. You can easily import your assistant that you already created in this app and you can copy the few lines of html generated by the app to add it to your external website.

1 Like