Linking multiple plugins to the same domain

Is it possible to link multiple plugins to the same domain?

For example one will gather manifest from
www.abc.com/first-plugin/.well-known/ai-plugin.json
And the second from
www.abc.com/second-plugin/.well-known/ai-plugin.json

2 Likes

No, this is not possible, the .well-known folder needs to live at the root URL, but if you have multiple websites, like api.abc.com and abc.com, then it would work.

I think you can implement this by using either several methods or a single method with some sort of key that routes the call internally to a different method.