kopern_create_agent
Create a new AI agent by providing a system prompt, model, and optional skills. Returns the unique agent ID for deployment.
Instructions
Create a new AI agent with a system prompt, model, and optional skills. Returns the agentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name | |
| model | No | Model ID. Default: claude-sonnet-4-6 | |
| domain | No | Domain (e.g. 'customer_support', 'coding', 'other'). Default: other | |
| skills | No | Optional skills (domain knowledge blocks) | |
| provider | No | LLM provider. Default: anthropic | |
| description | No | Short description | |
| builtin_tools | No | Built-in tools to enable: web_fetch, memory, github_read, github_write, bug_management, datagouv, piste, service_email, service_calendar | |
| system_prompt | Yes | The agent's system prompt |