> For the complete documentation index, see [llms.txt](https://readme.dhee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.dhee.ai/platform-reference/intents-and-automation/backend-api.md).

# Backend API

The *\_IntentsAndAutomation->BackendAPI\_* allows developers to define the supported backend APIs the chatbot needs to interact with.

![](/files/e542SiOhjAsnfoAQlBte)

The *\_endpoints\_* need to be defined and registered with the Dhee.AI system before being consumed by our workflow.

Use the '+' Button to register a new endpoint. You would be required to provide

| Fields   | Description                                |
| -------- | ------------------------------------------ |
| Url Name | An unique string to identify the endpoint. |
| Uri      | The actual URI of the endpoint             |
| Uername  | Username to use to access the uri          |
| Password | Password to be used                        |

&#x20;
