register_agent
Register a new agent in Delega to receive its API key (shown only at creation). Provide a unique name, display name, description, and permission scopes to define the agent's capabilities and identity.
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 | |
| permissions | No | Permission scopes (e.g. ['tasks:read', 'tasks:write']) |