mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Update doc references in CLAUDE.md and slack README. Co-Authored-By: Claude Opus 4.6 <[email protected]>
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"http": {
|
|
"allowlist": [
|
|
{
|
|
"host": "slack.com",
|
|
"path_prefix": "/api/",
|
|
"methods": ["GET", "POST"]
|
|
}
|
|
],
|
|
"credentials": {
|
|
"slack_bot_token": {
|
|
"secret_name": "slack_bot_token",
|
|
"location": { "type": "bearer" },
|
|
"host_patterns": ["slack.com"]
|
|
}
|
|
},
|
|
"rate_limit": {
|
|
"requests_per_minute": 50,
|
|
"requests_per_hour": 1000
|
|
},
|
|
"timeout_secs": 30
|
|
},
|
|
"secrets": {
|
|
"allowed_names": ["slack_bot_token"]
|
|
}
|
|
}
|