What are https://chat.openai.com/g/* links?

Stumbled upon the https://chat.openai.com/.well-known/apple-app-site-association

{
    "applinks": {
        "details": [
            {
               "appIDs": [ "2DC432GLL2.com.openai.chat"],
               "components": [
                {
                    "/": "/share/*",
                    "comment": "Matches shared links."
                },
                {
                    "/": "/g/*",
                    "comment": "Matches shared g links."
                }
              ]
            }
        ]
    }
}

What is /g/* link?

Ref docs: App Search Programming Guide: Support Universal Links

1 Like

https://chat.openai.com/g/ links are for GPT’s.

2 Likes

Well, there’s an official ChatGPT Apple App, so Custom GPTs should be available via the app too… maybe the .well-known was needed to get them to work?

1 Like

Sure thing it comes for iOS official app, I tried to craft a /g/… link from a shared conversation link and it didn’t work. I see now that /g/ is for GPTs and it works great, thanks @grandell1234 and @PaulBellow!

I only wish if something like /voice/… could also appear as a universal link for the app…

1 Like