The first step in building a Maitai Agent is defining its basic identity and its place in your hierarchy.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.

Basic Setup
- Name & Description: Clearly identify the agent’s purpose. This helps both you and the Maitai orchestration layer understand what the agent is for.
- Context: Associate the agent with a specific Application. This determines which context documents and settings are available.
- Base URL (Optional): Provide a base URL that applies to all downstream API actions for this agent. This simplifies tool configuration, as you only need to define relative paths for individual actions.
Next
- Add tools/capabilities: LLM Action · API Action · Subagent
- Full walkthrough: Build an Agent
- Call your agent from code: Agent Call