In Maitai, an Intent is a specific action type within an Application. In the API and codebase, an Intent is represented as anDocumentation Index
Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
Use this file to discover all available pages before exploring further.
ApplicationAction.
Intents are the unit that most Portal screens use to organize:
- request history
- analytics (activity and fault rate)
- configuration
Where to find Intents
You can reach an Intent in a few ways:- From an Application: open
/application/:applicationIdand click the Intents tab, then click an intent row. - From an Intent Group: open
/intent-group/:intentGroupIdand use the Intents tab to navigate into a specific application’s intent.
/application/:applicationId/intent/:actionId
Intent list (within an Application)
On the Application page’s Intents tab, the Portal lists each intent with:- Intent Name (the
action_type) - Date Created
- Last Activity
- Requests (count)
Intent detail page
The intent detail page includes:- breadcrumb navigation back to Applications and the Application
- the intent name (
action_type) - a description and tags (as displayed from the intent metadata in the Portal)
Tabs on an Intent
The Portal intent page has these tabs:- Overview
- Requests
- Datasets
- Models
- Configuration
Overview

- a link to the Intent Group associated with this intent
- key metrics (request count, last activity, created date)
- analytics charts:
- Request Activity
- Fault Rate
Requests

- a date range filter
- a paginated requests table
Datasets

- New Composition and New Dataset buttons (these jump you into Forge with this intent pre-selected)
- sub-tabs for:
- Datasets
- Compositions
Models
The Models tab shows models associated with this intent (as presented by the Portal’s models table).Configuration
The Configuration tab exposes intent-level configuration with:- Reset to Default
- Save Changes
How Intents relate to Intent Groups and Test Sets
- Intent Groups group intents across applications by shared action type. From an Intent’s Overview tab, you can click through to its Intent Group.
- Test Sets are organized by Intent Group in the Portal (not directly by Application Intent). See Test Sets.