SandBase Platform
Managed agent infrastructure with 1400+ models, 2000+ MCP tools, and cloud sandboxes. From first API call to production agents.
from anthropic import Anthropic
client = Anthropic(
api_key="sk-sb-YOUR_KEY",
base_url="https://api.sandbase.ai"
)
agent = client.beta.agents.create(
model="claude-sonnet-4",
name="Research Assistant",
tools=[{"type": "agent_toolset_20260401"}],
mcp_servers=[{
"name": "web-search",
"type": "url",
"url": "https://mcp.sandbase.ai/web-search/sse"
}]
)
session = client.beta.sessions.create(agent=agent.id)
print(session.id)PLATFORM
Pick the developer surface that matches your approach, and the infrastructure that fits your stack.
Fully managed agent infrastructure. Deploy autonomous agents with 2000+ MCP tools and cloud sandboxes.
Secure execution environments for agents. Configurable CPU, memory, and pre-installed packages.
Direct model access. 1400+ models from 50+ providers through one unified API.
Tool use, vision, streaming, extended thinking. Full multimodal support across all models.
DEVELOPER JOURNEY
Follow the lifecycle or jump to what you need.
MODELS
Choose the right model for your use case.
openai/gpt-4oGeneral purpose, multimodal, fast. Best for most production workloads.
BEST FOR CODINGanthropic/claude-sonnet-4Complex reasoning, coding, and analysis. Extended thinking support.
LOWEST COSTdeepseek/deepseek-chatUltra cost-effective. Great quality at 10x lower price.
RESOURCES