How can I target exclusive access to a specific custom assistant in my OpenAI account?

Hello! I need your help.

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?

Hey there and welcome to the community!

Are you looking for something like retrieving the assistant id? https://platform.openai.com/docs/api-reference/assistants/listAssistants

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.

1 Like

Essentially, you will need to create an app on top of your assistants and then provide access to this.

I can recommend several tools that make it easier - just let me know.

1 Like