Skip to content

Getting Started with SandBase

SandBase helps your Agent connect to the real world.

Start with Quickstart if you are new: create an account, set up an organization, then make one real request.

After that, you can use SandBase in four ways:

PathBest forWhat you get
Call Models and APIsDevelopers and buildersA working request you can call from your application
Use on the websiteTrying a capability in the browserA Store detail page you can run without writing code
SetupPeople using Codex, Claude, Cursor, or KiroUseful Models, APIs, and Services inside your AI app
Build AgentFDEs and teams building reusable workflowsAn Agent you can test, publish, or schedule

Core ideas

Store

Store is where you find capabilities:

  • Models for reasoning, text, image, audio, and video
  • APIs for search, scrape, data, media, SaaS, and connectors
  • Agents as ready-made examples you can test or clone
  • Skills as reusable task packages for Agents

Setup

Setup puts capabilities into the AI tool you already use.

Use it when you want tools available inside Codex, Claude, Cursor, or Kiro without building a new Agent from scratch.

Build Agent

Build Agent is where you define and test your own Agent.

An Agent combines a Model, instructions, APIs, Skills, and credentials into one reusable unit.

After it works, you can:

  • publish it as a callable Service
  • schedule it to run later or on a recurring cadence
  • review Sessions and Schedule trigger records in the Console

Where should I start?

If you do not have an account yet, start with Quickstart.

If you want to call one capability from code, browse the live Model Store or API Store, then use the matching documentation and request example.

If you want to try a capability in the browser first, open a Store detail page on sandbase.ai.

If you want tools in your AI app, start with Setup.

If you want a repeatable workflow, start with Build Agent.

Next steps