agentbay_brain_setup
Set up a knowledge brain for an AI agent in one API call, returning project and agent IDs along with connection configurations.
Instructions
Create a Knowledge Brain for your agent in one call. Returns project ID, agent ID, and all configs needed to connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name (e.g., "Moonsa", "my-agent") | |
| model | No | Primary model the agent uses | |
| framework | No | Agent framework (openclaw, langchain, crewai, custom) | |
| description | No | Brain description |