Error
A valid request URL is required to generate request examples{
"results": {
"providerApiKeyHints": {
"openai": "<string>",
"anthropic": "<string>"
},
"providerApiKeysSet": {
"openai": true,
"anthropic": true
},
"defaultAiAgentModelConfig": {
"modelProvider": "<string>",
"modelName": "<string>",
"reasoning": true
},
"mcpAgentsEnabled": true,
"mcpContentWritesEnabled": true,
"deepResearchRawSqlEnabled": true,
"deepResearchLimits": {
"deadlineMs": 123,
"maxWarehouseQueries": 123,
"maxToolCalls": 123,
"maxSteps": 123,
"maxTokens": 123
},
"aiAgentMemoryEnabled": true,
"aiAgentReviewsEnabled": true,
"aiAgentsVisible": true,
"organizationUuid": "<string>",
"threadRetentionHours": 123,
"dataAppModelVisibility": {
"opus": true,
"sonnet": true,
"haiku": true
},
"modelVisibility": {
"anthropic": {
"enabled": true,
"allowedModels": [
"<string>"
]
},
"openai": {
"enabled": true,
"allowedModels": [
"<string>"
]
}
},
"requireExplicitSlackChannelLinking": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Update AI settings
Update AI organization settings
PATCH
/
api
/
v1
/
aiAgents
/
admin
/
settings
Error
A valid request URL is required to generate request examples{
"results": {
"providerApiKeyHints": {
"openai": "<string>",
"anthropic": "<string>"
},
"providerApiKeysSet": {
"openai": true,
"anthropic": true
},
"defaultAiAgentModelConfig": {
"modelProvider": "<string>",
"modelName": "<string>",
"reasoning": true
},
"mcpAgentsEnabled": true,
"mcpContentWritesEnabled": true,
"deepResearchRawSqlEnabled": true,
"deepResearchLimits": {
"deadlineMs": 123,
"maxWarehouseQueries": 123,
"maxToolCalls": 123,
"maxSteps": 123,
"maxTokens": 123
},
"aiAgentMemoryEnabled": true,
"aiAgentReviewsEnabled": true,
"aiAgentsVisible": true,
"organizationUuid": "<string>",
"threadRetentionHours": 123,
"dataAppModelVisibility": {
"opus": true,
"sonnet": true,
"haiku": true
},
"modelVisibility": {
"anthropic": {
"enabled": true,
"allowedModels": [
"<string>"
]
},
"openai": {
"enabled": true,
"allowedModels": [
"<string>"
]
}
},
"requireExplicitSlackChannelLinking": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Show child attributes
Show child attributes
Org-admin control over which Data App Claude models users can pick.
A model is hidden only when explicitly set to false; an absent key (or a
null/undefined visibility map) defaults to visible.
Show child attributes
Show child attributes
Make all properties in T optional
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?