diff --git a/app/lib/types/credentials.ts b/app/lib/types/credentials.ts index 54a9f03..b5fae9e 100644 --- a/app/lib/types/credentials.ts +++ b/app/lib/types/credentials.ts @@ -73,6 +73,20 @@ export const PROVIDERS: ProviderDef[] = [ }, ], }, + { + id: "anthropic", + name: "Anthropic", + description: "Connect your Anthropic account to use Claude models", + credentialKey: "anthropic", + fields: [ + { + key: "api_key", + label: "API Key", + placeholder: "sk-ant-xxxxx", + type: "password", + }, + ], + }, { id: "elevenlabs", name: "ElevenLabs",