Finding where an API is used

I haven’t seen this mentioned before but I recently accidentally broke my site which is ultimately user error brought on by less-than-stellar usability.

The situation: I was replacing my OpenAI implementation with Claude and I was using a few API connections, some as Actions, some as Data.

I searched for “uses API” from the search box and didn’t realize it only shows APIs that are being used as Data. If you want to see APIs being used as Actions, you need to search by “Action Type”

Seems obvious now, but I expected that “uses API” would (and should) show Action and Data apis.

Oh well, only 19 issues to fix…

2 Likes