From b86a8ce11432ceaf6bc726a6c5a79b11b9689587 Mon Sep 17 00:00:00 2001 From: Guy Ben Aharon Date: Sun, 3 May 2026 17:17:29 +0300 Subject: [PATCH] feat: split Secrets tab into Custom and LLMs tabs on Connections page --- cmd/onecli/skill_gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/onecli/skill_gateway.md b/cmd/onecli/skill_gateway.md index 4a2e4cd..c2fa3ee 100644 --- a/cmd/onecli/skill_gateway.md +++ b/cmd/onecli/skill_gateway.md @@ -62,7 +62,7 @@ without seeing this link. **For API key services:** construct a pre-filled dashboard link: > To add your [service] API key, open this link: -> {{ONECLI_URL}}/secrets/new?name=[service]&hostPattern=[api.host.com]&source=agent&agent_name={{AGENT_NAME_ENCODED}} +> {{ONECLI_URL}}/connections/custom?create=generic&name=[service]&host=[api.host.com]&source=agent&agent_name={{AGENT_NAME_ENCODED}} Do NOT show `onecli secrets create` CLI commands. Always use the dashboard link.