Update Team Settings
update_team_settingsUpdate team configuration. All fields are optional — only provided fields are changed. Covers: AI enrichment (model, temperature, auto-enrich, spending cap), uptime (timeout, thresholds), severity escalation (recurrence/age triggers), run policies (concurrency, timeouts), SEO (rank tracking, keyword strategy), notification coalescing (digest), and the kill switch (testsPaused).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aiModel | No | OpenAI model for finding enrichment (e.g. gpt-4o-mini) | |
| aiEnabled | No | Enable/disable AI finding enrichment | |
| aiCapAction | No | Action when cap is reached | |
| testsPaused | No | Kill switch — pauses ALL scheduled and manual test runs | |
| aiAutoEnrich | No | Auto-enrich new findings with AI | |
| digestEnabled | No | Enable notification alert coalescing | |
| aiMonthlyCapUsd | No | Monthly AI spending cap in USD (null = unlimited) | |
| aiSourceReviewModel | No | Model for AI source review plugin | |
| defaultRunTimeoutMs | No | Default run timeout in ms | |
| digestWindowSeconds | No | Digest window duration in seconds | |
| escalateInfoAgeDays | No | Finding age in days before INFO→WARNING | |
| seoRankCheckEnabled | No | Enable Google rank tracking | |
| uptimeFailThreshold | No | Consecutive failures before DOWN | |
| uptimePingTimeoutMs | No | Uptime ping timeout in ms | |
| maxDailyRunsPerTarget | No | Max test runs per target per day (0=unlimited). Prevents overwhelming hosted sites with limited request budgets. | |
| escalateInfoRecurrence | No | Finding recurrences before INFO→WARNING | |
| escalateWarningAgeDays | No | Finding age in days before WARNING→CRITICAL | |
| defaultScheduleMultiplier | No | Schedule frequency multiplier (< 1 = more frequent) | |
| escalateWarningRecurrence | No | Finding recurrences before WARNING→CRITICAL | |
| uptimeDegradedThresholdMs | No | Response time threshold for DEGRADED status | |
| maxConcurrentRunsPerTarget | No | Max concurrent test runs per target |