These files are "gist-ready" artifacts you can paste into a public GitHub Gist (or any raw-hosted URL) so ChatGPT Developer Tools can fetch your manifest and OpenAPI.
Instructions:
- Create a new public GitHub Gist: https://gist.github.com/
- Add two files in the gist with the exact contents of
chatgpt_tool_manifest.json
andopenapi.json
(from this folder). - After creating the Gist, click the file
openapi.json
in the Gist and copy the "Raw" URL. It will look like: https://gist.githubusercontent.com///raw/openapi.json - Edit the Gist's
chatgpt_tool_manifest.json
in-place and replace the placeholder valuePASTE_RAW_OPENAPI_JSON_URL_HERE
with that raw URL. Save the Gist. - Copy the raw URL for
chatgpt_tool_manifest.json
and paste it into the ChatGPT Developer Tools "Manifest URL" field when connecting a tool.