An collection of endpoints which can be used to make requests to, such as api calls or predict calls
| KEY | TYPE | Description |
|---|---|---|
| apiEndpoint | str | The URI that can be used to make API calls |
| predictEndpoint | str | The URI that can be used to make predict calls against Deployments |
| proxyEndpoint | str | The URI that can be used to make proxy server calls |
| llmEndpoint | str | The URI that can be used to make llm api calls |
| externalChatEndpoint | str | The URI that can be used to access the external chat |
| dashboardEndpoint | str | The URI that the external chat will use to go back to the dashboard |
| hostingDomain | str | The domain for hosted app deployments |
| publicHostingDomain | str | The domain for publicly hosted app deployments |