Creating An Agent
CAIPE agents are Dynamic Agents backed by prompts, model settings, skills, and MCP tool access.
Create From The UI
- Open the Agent Builder.
- Create a new agent.
- Choose a model.
- Add a system prompt.
- Attach MCP tools and skills.
- Test the agent in chat.
- Share it with the right users or teams.
Seed With Helm
Use chart seed config for repeatable environments:
caipe-ui:
appConfig:
agents:
- id: platform-engineer
name: Platform Engineer
description: Helps with platform engineering workflows.
model: claude-sonnet
tools:
- mcp-argocd
- mcp-github
Add New Tools
When an agent needs a new integration, create or register an MCP server:
Dynamic Agents call MCP servers directly or through AgentGateway, depending on the deployment's routing and RBAC configuration.