list_apps
List Apps
List all Wit.ai apps accessible by the current token. Returns app metadata including name, language, and training status. Supports pagination.
list_apps
List all Wit.ai apps accessible by the current token. Returns app metadata including name, language, and training status. Supports pagination.
list_utterances
List training utterances (samples) in the Wit.ai app. Returns annotated utterances with their intent, entity, and trait labels. Supports pagination.
export_app
Export the current Wit.ai app configuration as a downloadable URL. The export includes intents, entities, traits, utterances, and all app settings. Useful for backup, migration, or duplicating apps.
delete_app_tag
Delete a version tag from a Wit.ai app. This cannot be undone.
create_intent
Create a new intent in the Wit.ai app. After creation, train the intent by adding utterances.
update_app
Update an existing Wit.ai app's configuration such as name, language, timezone, description, or privacy settings.
update_entity
Update an existing entity's configuration, such as its name, roles, lookup strategies, or keywords.
create_app_tag
Create a new version tag for a Wit.ai app. Tags snapshot the current NLU model state for versioning.
get_trait
Get detailed information about a specific trait, including its possible values.
get_intent
Get detailed information about a specific intent, including its associated entities.
list_intents
List all intents configured in the Wit.ai app. Returns intent names and IDs. Use this to explore available intents before analyzing text.
list_traits
List all traits configured in the Wit.ai app. Traits are sentence-level classifiers (e.g., sentiment, politeness) that are distinct from entities.
delete_utterances
Delete training utterances from the Wit.ai app by their text content. Useful for cleaning up or correcting training data.
list_voices
List available voices for text-to-speech synthesis. Returns voice names, locales, genders, and available styles. Currently supports English (US).
manage_trait_values
Add or remove possible values for an existing trait.
get_entity
Get detailed information about a specific entity, including its roles, lookup strategies, and keyword values.
delete_trait
Permanently delete a trait from the Wit.ai app. This cannot be undone.
delete_intent
Permanently delete an intent from the Wit.ai app. This cannot be undone.
analyze_text
Extract meaning from text using Wit.ai's NLU engine. Returns detected **intents**, **entities**, and **traits** with confidence scores. Supports optional context (locale, timezone, reference time) for improved entity resolution. Use the `n` parameter to get multiple candidate intents (N-best).
create_entity
Create a new custom entity in the Wit.ai app. Entities can be keyword-based (with explicit values) or free-text. Specify roles to distinguish how the entity is used in different contexts (e.g., "origin" vs "destination" for a location entity).
delete_entity
Permanently delete an entity from the Wit.ai app. This cannot be undone.
create_trait
Create a new trait in the Wit.ai app with initial values. Traits are sentence-level classifiers such as sentiment, greeting detection, or custom categories.
list_entities
List all entities configured in the Wit.ai app, including both built-in and custom entities. Returns entity names and IDs.
list_app_tags
List all version tags for a Wit.ai app. Tags provide version control for your NLU models, allowing you to snapshot and reference specific model versions.
detect_language
Detect the language of a given text. Returns the N-best detected locales with confidence scores. Useful for routing multilingual inputs or selecting the correct NLP model.
delete_app
Permanently delete a Wit.ai app. This action cannot be undone.
train_utterances
Submit training utterances (samples) to train the Wit.ai NLU model. Each utterance can include intent labels, entity annotations with character positions, and trait annotations. Useful for bulk importing training data.
create_app
Create a new Wit.ai app. Returns the new app's ID and server access token that can be used to interact with the app.
get_app
Get detailed information about a specific Wit.ai app by its ID. Returns configuration, training status, and metadata.
manage_entity_keywords
Add or remove keywords and synonyms for a keyword-type entity. Use this to expand the vocabulary of an entity by adding new canonical keywords with their synonym expressions, or to remove existing ones.
Extract meaning from text and voice inputs using natural language processing. Detect intents, entities, and traits from text messages with confidence scores. Transcribe and analyze audio files and streams via speech recognition. Synthesize human-like speech from text. Manage multi-turn conversational flows with dialogue state and context. Detect languages from text input. Create, update, and delete entities, intents, and training utterances programmatically. Manage Wit.ai apps, export and import app configurations, and train NLU models with annotated samples.
Common questions about connecting Witai to AI agents with Metorial.