curl --location --request GET '/projects/123/config' \
--header 'Authorization: Bearer <token>'{
"data": {
"llm": {
"provider": "anthropic",
"model": "string"
},
"validation": {
"init": [
"string"
],
"check": [
"string"
]
},
"guardrails": {
"maxTurns": 1,
"allowedFileTypes": [
"string"
],
"excludedFileTypes": [
"string"
],
"allowedDirectories": [
"string"
],
"excludedDirectories": [
"string"
],
"protectedFiles": [
"string"
]
}
}
}