Agents
Create agent
Create a new custom AI agent.
Overview: Agents are specialized AI assistants configured for specific tasks. They can have custom system prompts, access to specific tools, and be limited to certain knowledge bases.
Agent Configuration:
- System prompt: Instructions that define agent behavior
- Tools: Capabilities like web search, code execution, etc.
- Knowledge bases: Data sources the agent can access
- Model config: AI model settings (temperature, max tokens)
Use Cases:
- Customer support bot with product knowledge
- Code review assistant with repository access
- HR assistant with policy documents
post/agents/create
Request body
Example request
{
"name": "Product Support Agent"
}Response
Agent created