Register agent identity
register_agentRegister an AI agent with a unique identifier, owner, role, and permission scopes for healthcare governance.
Instructions
Register an AI agent with a stable identity, owner, role, and permission scopes. Scopes use the form 'action:resource' (e.g. 'read:labs'), and '*' wildcards are allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable agent name | |
| role | Yes | The agent's role, e.g. 'care-coordination-assistant' | |
| owner | Yes | Person or team accountable for this agent | |
| scopes | Yes | Permission scopes, e.g. ['read:labs','write:notes'] | |
| agent_id | Yes | Unique, stable identifier for the agent |