From 64243492cd9975d9daa44a15e01be1d7c9efe34d Mon Sep 17 00:00:00 2001 From: liyb Date: Sun, 23 Aug 2026 09:46:00 +0800 Subject: [PATCH 1/2] docs: add HTTP unified API path to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1fc6b4d..0320325 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Your AI coding assistant is smart, but it's trapped in a box. It can't search th **SandBase changes that.** One command connects your agent to 2,000+ AI models through the [Model Context Protocol](https://modelcontextprotocol.io). No API keys to manage. No configuration headaches. +Building directly over HTTP instead of MCP? Start with the [SandBase API quickstart](https://www.sandbase.ai/docs/getting-started/) +or compare the unified [LLM, image, and video API](https://blog.sandbase.ai/unified-ai-api-llm-image-video-2026/) +with specialized model gateways. + ```sh npx -y https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cli-0.1.17.tgz connect ``` From 3c20e7aa50b3c25fabaad5a5b7ce32044366c442 Mon Sep 17 00:00:00 2001 From: liyb Date: Sun, 23 Aug 2026 19:27:11 +0800 Subject: [PATCH 2/2] docs: use canonical SandBase docs URL --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0320325..57afc30 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ If SandBase saves you setup time, [star the repository](https://github.com/sandb ## Links - [SandBase Platform](https://sandbase.ai) -- [Documentation](https://docs.sandbase.ai) +- [Documentation](https://www.sandbase.ai/docs/) - [CLI setup guide](https://www.sandbase.ai/docs/setup/cli) - CLI deep dive: [English](https://blog.sandbase.ai/sandbase-cli-mcp-bridge-25-ai-clients/) · [中文](https://blog.sandbase.ai/zh-CN/sandbase-cli-mcp-bridge-25-ai-clients/) - [npm Package](https://www.npmjs.com/package/@sandbaseai/cli) diff --git a/README.zh-CN.md b/README.zh-CN.md index 0deeab8..a28c52b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -238,7 +238,7 @@ npx -y https://github.com/sandbaseai/cli/releases/download/v0.1.17/sandbaseai-cl ## 链接 - [SandBase 平台](https://sandbase.ai) -- [文档](https://docs.sandbase.ai) +- [文档](https://www.sandbase.ai/docs/) - [npm 包](https://www.npmjs.com/package/@sandbaseai/cli) - [控制台](https://sandbase.ai/console)