Site agent settings

Configure site-specific issue remediation behavior and agent instructions.

Configure how site issue remediation should behave and provide site-specific instructions for the editing and topic analyst agents.

The SiteAgentSettings object

Attributes

The SiteAgentSettings object

Get site agent settings

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Responses
get
/orgs/{organizationId}/sites/{siteId}/agent-settings

Update site agent settings

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Body
Responses
put
/orgs/{organizationId}/sites/{siteId}/agent-settings

Last updated

Was this helpful?