Add Anthropic as a central integration

Lets the Claude API key be managed once in Portal → Settings →
Integrations and shared across apps (forecasting, wages), instead of
each app storing its own copy.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-24 20:42:56 +00:00
parent 1fde9f8613
commit aaf857a5fd

View file

@ -42,6 +42,11 @@ export const INTEGRATIONS = {
configFields: ['site_url'], configFields: ['site_url'],
secretFields: [], secretFields: [],
}, },
anthropic: {
name: 'Anthropic (Claude)',
configFields: [],
secretFields: ['api_key'],
},
} }
export const MASKED = '••••••••' export const MASKED = '••••••••'