If you create a new entity (name is up to you) you can use a text field for your API URL. So the entity has:
Name: name of external API
URL: string field to hold the URL of your choice.
Now whenever you are developing etc you can query that entity by name and bring back the URL value for whatever you need to do. Let me know if this helps