The Maitai Developer API exposes the product resources most teams manage in the Portal: applications, intents, agents, workflows, datasets, test sets, test runs, sentinels, models, analytics, and quality workflows. The API is organized under:Documentation Index
Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
Use this file to discover all available pages before exploring further.
Covered resource groups
Use the API Reference sidebar for endpoint-level details. The public API currently includes:- Applications, intents, intent groups, sessions, requests, and evaluations
- Agents, routing rules, and conversation trees
- Workflows, workflow versions/releases, workflow artifacts, workflow runs, workflow test sets, and workflow test runs
- Datasets, test sets, test runs, finetune runs, models, and model drift checks
- Sentinels and evaluation criteria
- Analytics, reports, tagging, continuous learning, and Compass searches
maitai api with the endpoint path.
Response shapes
Most/api/v1 endpoints use the standard response envelope:
Not exposed
The Developer API intentionally does not expose internal account or operations controls, including:- Billing and account administration
- API-key management
- User permissions and company administration
- Email/notification delivery controls
- Infrastructure-admin and VAST instance controls
/api/v1: application context file management, dataset review/public-review workflows, shared-resource sharing, sandbox conversations, and some import/search/validation helper endpoints.
Choosing an interface
- Use the API Reference when integrating directly over HTTP.
- Use the CLI Reference for terminal workflows and scripts.
- Use the generated
maitai apicommand for specialized endpoints that do not have a dedicated top-level CLI command.