register_agent
Register a new agent to delegate and track tasks. Receive a unique API key for authentication.
Instructions
Register a new agent in Delega. Returns the API key (shown only at creation — save it!)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique agent name (e.g. 'coordinator', 'researcher') | |
| display_name | No | Human-readable name (e.g. 'Research Bot') | |
| description | No | What this agent does | |
| role | No | Role preset: worker (own-task scope), coordinator (sees + can comment on all account tasks), admin (full account management). Mutually exclusive with permissions. | |
| permissions | No | Fine-grained permission scopes ('tasks.read_all', 'tasks.comment_all'). Prefer role presets. |