{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
"name": "string",
"slug": "string",
"description": "string",
"repo_url": "http://example.com",
"default_branch": "string",
"config": {
"llm": {
"provider": "anthropic",
"model": "string"
},
"validation": {
"init": [
"string"
],
"check": [
"string"
]
},
"guardrails": {
"maxTurns": 1,
"allowedFileTypes": [
"string"
],
"excludedFileTypes": [
"string"
],
"allowedDirectories": [
"string"
],
"excludedDirectories": [
"string"
],
"protectedFiles": [
"string"
]
}
},
"created_at": "string",
"updated_at": "string"
}