• [GitHub](https://github.com/aiagenta2z/awesome-chatgpt-apps) | [Website](https://www.deepnlp.org/store/chatgpt-app)In this blog, I will introduce you step by step on how to submit your First ChatGPT Apps.ChatGPT Apps are just like the Apple App Store and WeChat Mini Apps, in which developers implement their features as 'tool' and UIas "resources", and render back the results to ChatGPT and display in the Chat Interface. In this blog, we will use a simple Bill Agentwhich help you track daily bills and generate expenses summary report as an example of how to submit your AI Apps/Agents to ChatGPT.Required:0. App Icon Format: SVG (64 × 64 px)1. A Valid MCP Server URL: This is the core part of an ChatGPT Apps, you can test if the tools are resources are rendered correcly. I tried cursor, DeepNLP Agent Router(https://www.agent.deepnlp.org)2. Domain Verification. You will need to put a verification code under your root domain to verify ownership, the address is 3. 5 Test Cases and 3 negative cases: Which Allow ChatGPT to know when to call and not to call your tools.4. Screenshot Sizes: ### submit address https://platform.openai.com/apps-manage### guideline: https://developers.openai.com/apps-sdk/app-submission-guidelinesWe have wrapped up a simple add bill payment agent which you can add a bill by typing something like "xxxx"https://agent.deepnlp.org/container/aiagenta2z/a2z_bill_agent/mcpStep 1. App InfoThis is the place where you add your App name, Subtitle, Description of your App and choose category.Step 2. MCP Server This is the place where you let ChatGPT to connect to your MCP server and get tools/ resources. You also need to provide some information about the MCP field justification such as why the tool is not read only (In our case, we are adding a bill record to MCP server DB), etc.Domain VerificationIn this like the Google search console, you have to put the code under the relative path so that website can read the file and know you own the domain. https://{your_domain}/.well-known/openai-apps-challengeStep 3. TestingThis is the step which takes the most time to complete.In this step, you need to fill in form of providing 5 positive cases and 3 negative cases to ChatGPT so that they can use it as system prompts to let ChatGPT properly chose tools. Step 4. ScreenShotsThis step is easy, just prepare 4 images of the required sizes.Changes these 3 files to At least 1 screenshot is required at 2x (retina-quality); 4 screenshots max.Requirements:PNG fileWidth: 706pxMin height: 400pxMax height: 860px (Recommended)Step 5. GlobalChoose CoutriesStep 6. Submit Submit and consend to a lot of options, easy steps.

  • Does anyone have free OpenAI access key that is available to use their latest ChatGPT AI Agent feature? I have not upgraded my OpenAI plan but still want to just have a try using temporary access keys. Any tips will be greatly appreciated!

  • Hi, I am a developer who have some basic knowledge of AI Agent, RAG and Multi-Agent Dialogues. Now I have a small project on hand, which I need to build a AI Agent on the finance industry to give some realtime information to my clients. When I am choosing different AI Agent platforms, I have some difficulties. Right now, I am comparing among Google Vertex AI Agent Builder, Microsoft Azure AI Agents and Salesforce AI Agents. Any suggestions or some free AI Agent Builder recommendations?I am actually cost-sensitive, for example, Google Vertex AI Agent builders have price is $12 per 1,000 queries, and Vertex AI search is $2 per 1,000 queries, which is a little bit above my budget limit.