Create draft agent
create_agentCreate a new agent — ALWAYS lands as a draft. Publishing stays a human act in the Nebelus console; no deploy tool exists here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the new agent. | |
| model_id | No | Model to run it on — pick an id from get_catalog(view=models). | |
| description | No | Short description of what the agent does. | |
| system_message | No | The agent's system instruction (its behavior/persona). |