Skip to content

SandBase Platform

Deploy AI agents
in minutes

Managed agent infrastructure with 1400+ models, 2000+ MCP tools, and cloud sandboxes. From first API call to production agents.

PythonTypeScriptcURL
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)

Choose how you build

Pick the developer surface that matches your approach, and the infrastructure that fits your stack.

From idea to production

Follow the lifecycle or jump to what you need.

1400+ models from 50+ providers

Choose the right model for your use case.

Keep learning