create_ai_agent
Creates a ServiceNow AI agent definition with specified capabilities and optional auto-generated ACLs for access control.
Instructions
Create an AI agent definition with optional auto-generated ACLs (requires NOW_ASSIST_ENABLED + WRITE_ENABLED)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name | |
| description | Yes | Agent description | |
| capabilities | Yes | List of capability identifiers the agent supports | |
| auto_generate_acls | No | Automatically create ACL records for the agent (default true) |