
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