From 43b152e9f3e9139ae610a0f14a55cf18c9f5b9a7 Mon Sep 17 00:00:00 2001 From: mikolaj Date: Mon, 20 Oct 2025 10:30:38 +0200 Subject: [PATCH] Added recipe for ibexa/connector-anthropic --- ibexa/connector-anthropic/5.0/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ibexa/connector-anthropic/5.0/manifest.json diff --git a/ibexa/connector-anthropic/5.0/manifest.json b/ibexa/connector-anthropic/5.0/manifest.json new file mode 100644 index 00000000..15e520e9 --- /dev/null +++ b/ibexa/connector-anthropic/5.0/manifest.json @@ -0,0 +1,7 @@ +{ + "aliases": [], + "env": { + "ANTHROPIC_API_KEY": "sk-123456" + }, + "bundles": {} +}