create_agent
Register an agent identity so logged sessions can be attributed to it and admins can apply auto-approve rules, with optional context for reviewers.
Instructions
Register an agent identity with the team, so logged sessions can be
attributed to it (pass the returned id as log_session's agent_id)
and so an admin can target it with an auto-approve rule. name is
how it shows up in the review UI; description and system_prompt
are optional context for reviewers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| system_prompt | No |