AI & ML31 toolsPaste one API key
Wit.ai integration for AI agents
Wit.ai is a natural language processing platform that enables developers to build applications and devices that understand human language.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Wit.ai once and call the same tools from all of them.
Setup
Connect Wit.ai through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Wit.ai exposes 31 tools through ClawLink. The 24 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
wit_ai_detect_language | Detect the language of a given text input | Read |
wit_ai_export_app | Export Wit.ai app data as a backup ZIP file | Read |
wit_ai_get_app | Retrieve metadata and settings of a Wit.ai app | Read |
wit_ai_get_entity | Retrieve details of a specific entity including keywords and roles | Read |
wit_ai_get_intent | Retrieve details of a specific intent | Read |
wit_ai_get_intents | List all intents in a Wit.ai app | Read |
wit_ai_get_message | Analyze a text message and extract its intent, entities, and traits | Read |
wit_ai_get_trait | Retrieve details of a specific trait | Read |
wit_ai_get_traits | List all traits in a Wit.ai app | Read |
wit_ai_get_voice | Retrieve details for a specific text-to-speech voice | Read |
wit_ai_list_app_tags | Retrieve all tag groups (versions) for a Wit.ai app | Read |
wit_ai_list_apps | Retrieve the list of all Wit.ai apps for the authenticated user | Read |
wit_ai_list_entities | List all entities in a Wit.ai app | Read |
wit_ai_list_utterances | Retrieve training utterances (samples) from a Wit.ai app | Read |
wit_ai_list_voices | Retrieve all available text-to-speech voices grouped by locale | Read |
wit_ai_add_entity_keyword | Add a keyword with optional synonyms to a Wit.ai entity | Write |
wit_ai_add_keyword_synonym | Add a new synonym to a keyword in an entity | Write |
wit_ai_add_trait_value | Add a new value to an existing trait in Wit.ai | Write |
wit_ai_create_app | Create a new app in Wit.ai | Write |
wit_ai_create_entity | Create a new entity in Wit.ai | Write |
wit_ai_create_intent | Create a new intent in Wit.ai | Write |
wit_ai_create_trait | Create a new trait in Wit.ai | Write |
wit_ai_create_utterances | Add training utterances (samples with annotations) to your Wit.ai app | Write |
wit_ai_put_app | Update an existing Wit.ai app | Read |