> 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/skills-dsm/skill-api.md).

# Skill API

Want to handle a Dialog State Machine completely in the backend?

Skill API allows the developers to design the flow for an Intent completely in the backend using REST API.

We can define a Skill API by defining it under ***Backend API*** section.

The syntax for a Skill API is to suffix the word "Skill" in front of the Intent name -> \
${Intent-Name}Skill

<figure><img src="https://2566128011-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUn1oKrw7P8P5qiTjWXjv%2Fuploads%2FWQMp3JkkAacFCal4cHXq%2Fskill-api.png?alt=media&amp;token=34f1dad7-8728-45b2-a609-863eb27c658f" alt=""><figcaption></figcaption></figure>
