apiVersion: v1 kind: Secret metadata: name: intelligence-secret namespace: team1tier-healthsync-ns type: Opaque stringData: CLAUDE_API_KEY: "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" CLAUDE_API_URL: "https://api.anthropic.com/v1/messages" CLAUDE_MODEL: "claude-3-sonnet-20240229" CLAUDE_MAX_TOKENS: "1024"