Skip to content

Update AI policy

PUT
/tenants/{id}/ai-policy
curl --request PUT \
--url https://api.muninx.com/tenants/this/ai-policy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "ai-instructions": "example", "allow-ai-web-search": true, "allowed-web-search-domains": [ "example" ], "blacklist-policy-md": "example", "confidence-threshold": 1, "policy-type": "example", "tone": "example", "whitelist-policy-md": "example" }'

Replaces the tenant-wide AI policy for a MuninX workspace. Use this as the ID to select the tenant organization identified by the authenticated token.

id
required
string

Organization ID or ‘this’

Example
this

AI policy settings

Media type application/json
object
ai-instructions
string
allow-ai-web-search
boolean
allowed-web-search-domains
Array<string>
blacklist-policy-md
string
confidence-threshold

If below this threshold will escalate 0-100

integer
policy-type

“whitelist” or “blacklist”

string
tone
string
whitelist-policy-md
string
Example generated
{
"ai-instructions": "example",
"allow-ai-web-search": true,
"allowed-web-search-domains": [
"example"
],
"blacklist-policy-md": "example",
"confidence-threshold": 1,
"policy-type": "example",
"tone": "example",
"whitelist-policy-md": "example"
}

Policy updated

Media type application/json
string
Example generated
example

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}