> For the complete documentation index, see [llms.txt](https://doc.twake.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.twake.app/developers-api.md).

# Developers API

- [Home](https://doc.twake.app/developers-api/home.md): Welcome to the developers API home, here you can create apps, plugins and connectors for Twake.
- [Getting started](https://doc.twake.app/developers-api/get-started.md): Welcome to the developers API of Twake, let's begin together
- [Create your first application](https://doc.twake.app/developers-api/get-started/create-your-first-application.md): You want to create an application for Twake? It's easy, just follow the steps in this documentation! 😀
- [Authenticate with Postman](https://doc.twake.app/developers-api/get-started/authenticate-postman.md): Postman example
- [Send a message with your application](https://doc.twake.app/developers-api/get-started/send-a-message-for-twake.md): Send a message through API
- [Trigger action from command](https://doc.twake.app/developers-api/get-started/trigger-action-from-command.md): Trigger action from command
- [Application settings](https://doc.twake.app/developers-api/application-settings.md): Set your application
- [Api](https://doc.twake.app/developers-api/application-settings/api.md): There you will find some important pieces of information
- [Display](https://doc.twake.app/developers-api/application-settings/application-visibility-example.md): This is a JSON parameter to define where your app should appear
- [Privileges](https://doc.twake.app/developers-api/application-settings/privileges.md): Which privileges you need for your app
- [Identity](https://doc.twake.app/developers-api/application-settings/identity.md): How Identity are managed
- [API Reference](https://doc.twake.app/developers-api/api-reference.md): Discover our wonderful API
- [Webhook](https://doc.twake.app/developers-api/api-reference/wehbook.md): How to use webhook with Twake
- [Drive](https://doc.twake.app/developers-api/api-reference/drive.md): How to manage Drive through API
- [Message](https://doc.twake.app/developers-api/api-reference/message.md): How to manage messages through API
- [DELETE Request](https://doc.twake.app/developers-api/api-reference/message/delete-request.md): This method allow to delete message to a specific channel.
- [POST Request](https://doc.twake.app/developers-api/api-reference/message/post-request.md): This method allow to send message to a specific channel.
- [Authentication](https://doc.twake.app/developers-api/api-reference/auth.md): How to manage authentification on API call
- [Blocks](https://doc.twake.app/developers-api/blocks.md)
