-
Notifications
You must be signed in to change notification settings - Fork 380
Description
Using the sample app. From chatGPT webpage, it made this call after I clicked create app: [POST] https://chatgpt.com/backend-api/aip/connectors/links/noauth
Response is below:
{
"id": "link_693baf4c3d408191904551d8af53c3fb",
"created_at": "2025-12-12T05:59:40.239409Z",
"connector_id": "connector_693baf491d688191a270622a3b31f40d",
"name": "test app",
"actions": [
"pizza-map",
"pizza-carousel",
"pizza-albums",
"pizza-list",
"pizza-shop"
],
"auth_type": "NONE",
"auth_secret": null,
"scopes": [],
"oauth_client_id": null,
"owners": [
{
"type": "USER",
"id": "user-xxxxxxxxxxxxxxxxxxx"
}
],
"access_list": [],
"link_params": null,
"action_param_schemas": null,
"labels": null,
"owner_profile": null,
"refreshing": null,
"auth_status": "ACTIVE",
"auth_status_updated_at": null,
"visibility": "VISIBLE",
"disable_auto_invocation": false,
"connector_status": null,
"connector_type": null,
"connector_name": null,
"connector_description": null,
"connector_supports_full_actions": false,
"tool_settings": {
"personalized": "UNSET"
}
}
Then it silently failed.