servicenow-agent-hardened
Installation
SKILL.md
ServiceNow Table API Read Only
Use this skill to read data from ServiceNow via the Table API. Do not create or update or delete records.
Configuration
Set these environment variables in the .env file in this folder.
- SERVICENOW_DOMAIN instance domain such as myinstance.service-now.com
- SERVICENOW_USERNAME username for basic auth
- SERVICENOW_PASSWORD password for basic auth
If your domain already includes https:// then use it as is. Otherwise requests should be made to:
https://$SERVICENOW_DOMAIN