unarchive_agent
Aurora agent surface (no LLM cost — pure DB write). Only relevant when managing Aurora agents. Restore an archived agent so it appears in default agent listings again. Address by agentId OR exact title (XOR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact case-insensitive user-assigned title (XOR with agentId) | |
| agentId | No | MongoDB agent _id to unarchive (XOR with title) |