BAEx Web Tools

Bridge API Exchange — Developer Utilities

Guide
Adding a Tool to This Index

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"
}

Type badges

  • tool — interactive HTML utilities (blue badge)
  • config — configuration files like JSON/YAML (amber badge)
  • data — reference data, CSVs, routing tables (green badge)
Save index_files.json and reload — the new card appears automatically. The page must be served over HTTP (not file://) for the fetch to work.