register_agent
Create a new AI agent in Delega's task management system to assign unique identity, permissions, and API access for automated task delegation and tracking.
Instructions
Register a new agent in Delega. Returns the API key (shown only at creation — save it!)
Input Schema
TableJSON 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']) |