Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -268,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)
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading