Wit.ai
Wit.ai is a natural language processing platform that enables developers to build applications and devices that understand human language.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Wit.ai authenticates with an API key. Generate the credential in your Wit.ai account, then paste it into FlyMyAI the first time an agent uses a Wit.ai action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Wit.ai Server Access Token | The Server Access Token for authenticating API requests to Wit.ai. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
WIT_AI_CREATE_APP | Tool to create a new app in wit.ai. use when you need to programmatically initialize an application before training or importing data. | name, lang |
WIT_AI_CREATE_TRAIT | Tool to create a new trait in wit.ai. use when defining custom entity attribute matching behavior. | name, values |
WIT_AI_DELETE_APP | Tool to delete a specific app from wit.ai. use when you need to remove an existing app by its id after confirming its existence. | app_id |
WIT_AI_GET_APP | Tool to retrieve metadata and settings of a wit.ai app. use when you need to fetch complete app details by app id after authenticating. | app_id |
WIT_AI_GET_INTENT | Tool to retrieve details of a specific intent. use when you need full intent metadata given its id. | intent_id |
WIT_AI_GET_INTENTS | Tool to list all intents in a wit.ai app. use after authenticating to retrieve defined intents. | - |
WIT_AI_GET_MESSAGE | Tool to analyze a text message and extract its intent, entities, and traits. use when you need structured meaning from user input. | q |
WIT_AI_GET_TRAIT | Tool to retrieve details of a specific trait. use when you have the trait id and need its full metadata. | trait_id |
WIT_AI_GET_TRAITS | Tool to list all traits in a wit.ai app. use after authenticating to retrieve defined traits. | - |
WIT_AI_WIT_AI_PUT_APP | Tool to update an existing wit.ai app. use when you need to modify app settings after creation. | app_id, body |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Wit.ai!