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.
Getting started
Install
Install the Maitai SDK:Set your API key
Send a chat completion
Implementing Maitai into your application requires minimal code changes.session_id is optional (the SDK will generate one if you omit it), but you’ll get the best Portal experience if you provide a stable session id per user/session.See it in the Portal
Run your application, make sure it makes at least one chat completion request, then head over toportal.trymaitai.com and inspect the new Application/Intent resources and requests.
Next Steps
- Tune configuration in the Portal: Configuration
- Add domain context to improve responses: upload application context entries in the Portal (Application → Edit → Add Context Entry)
- Build a regression suite: Test Sets
- Optional: set up alerts in the Portal (
Settings→Notifications)