Skip to content

Instantly share code, notes, and snippets.

{
"schema_version": "v1",
"name_for_human": "ECHO Bridge",
"name_for_model": "echo_bridge",
"description_for_human": "Suchen, Abrufen, und Generieren auf deiner ECHO-Wissensbasis.",
"description_for_model": "Tools: /ingest, /search, /fetch, /generate (Groq-backed). Use search→fetch to build context, then call generate.",
"auth": {
"type": "none"
},
"api": {

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:

  1. Create a new public GitHub Gist: https://gist.github.com/
  2. Add two files in the gist with the exact contents of chatgpt_tool_manifest.json and openapi.json (from this folder).
  3. 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
  4. Edit the Gist's chatgpt_tool_manifest.json in-place and replace the placeholder value PASTE_RAW_OPENAPI_JSON_URL_HERE with that raw URL. Save the Gist.
  5. Copy the raw URL for chatgpt_tool_manifest.json and paste it into the ChatGPT Developer Tools "Manifest URL" field when connecting a tool.