GPT Actions with same domain but with different auths

Hi all,

I am creating a GPT that connects to two external APIs hosted on the same domain. One API endpoint requires a user access token, while the other works without one. Given this, I want users to sign in for the API that requires the access token using OAuth, and for the other, I want to use an API key mechanism.

However, it seems this isn’t possible because the authentication strategy in custom GPTs is applied per action configuration. And if you want to configure a different action with a different authentication strategy, it appears you need to have each action on a different domain.

1 Like

I divided between Post and Get so I can get.
Then you can divide by : having a variable that change and when you catch it on you API you divide between 2
Doesn’t solve but help …
Hope someone have the solution