By creating a secret key and integrating it across different platforms, users can access AI broadly, right? However, I have several custom assistants with different functions. How can I direct access to a specific assistant in my OpenAI account?
You could delegate tasks to certain assistants, but that needs to be done in code. You canât assign an assistant an API key to use in settings. The API Key you have (Iâm assuming your âsecret keyâ) is meant to be account-wide, not assistant-wide.
This is very helpful especially with an increasing number of organization members.
I tested the following solution in the OpenAI Platform Playground.
As an owner of an organization, you can create a custom project and assign specific members.
Every organization comes with a âDefault projectâ.
Hover on the project name on the left-corner of the page and select Create project.
Add the member here, where ID is your project ID: https://platform.openai.com/settings/{ID}/members
I can confirm that in the OpenAI Platform Playground, uninvited members donât see the the Custom project and that uninvited members donât see the corresponding custom assistants.