Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

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.