Bridge API Exchange — Developer Utilities
Open index_files.json (same folder) and append a new object to the array:
{
"name": "My New Tool",
"file": "my-tool.html",
"description": "One or two sentences describing what it does.",
"type": "tool",
"ext": "html"
}
tool — interactive HTML utilities (blue badge)config — configuration files like JSON/YAML (amber badge)data — reference data, CSVs, routing tables (green badge)index_files.json and reload — the new card appears automatically. The page must be served over HTTP (not file://) for the fetch to work.