Dear OpenAI Support Team,
Hello! I am a beginner using the OpenAI Developer Platform, and I have encountered an issue while creating an application. I would greatly appreciate your assistance in resolving this.
I followed the steps to create a local test application through Advanced Settings → Developer Mode → Create Application in the platform.
After creating the application, I noticed that the new application link does not display on the page. I used developer tools (F12) to inspect the network requests.
Here is the response I received when creating the application link:
https://chatgpt.com/backend-api/aip/connectors/links/noauth
{
"id": "link_6948fc7886a88191ad95590dabed7b11",
"created_at": "2025-12-22T08:08:24.526205Z",
"connector_id": "connector_6948fc73b0608191b97b026164d7a6e2",
"name": "test33",
"actions": [
"hello-world",
"ai-generator",
"generate_image",
"check_job_status",
"generate_video"
],
"auth_type": "NONE",
"auth_status": "ACTIVE",
"visibility": "VISIBLE",
"connector_status": "ENABLED"
}
Despite successfully creating the application and the response showing its visibility as VISIBLE, the application link does not display on the page. I have tried refreshing the page multiple times and inspected the network requests using developer tools, but the issue persists.
As a new developer, I would like to ask the following questions:
-
Is there any limitation related to my account type (I am on a free plan) that might prevent me from seeing the newly created application link on the page?
-
Could this issue be due to a platform update delay, causing the new link not to display immediately?
-
If the issue is related to other configurations or settings, could you provide some guidance or solutions to resolve it?
I greatly appreciate your help and look forward to your advice and solutions.
Thank you for your time and support!