Getting Started with SandBase
SandBase helps your Agent connect to the real world.
You can use it in three simple ways:
| Path | Best for | What you get |
|---|---|---|
| Setup | People using Codex, Claude, Cursor, or Kiro | Useful Models, APIs, and Services inside your AI app |
| Call Models and APIs | Developers and builders | A working request you can call from your application |
| Build Agent | FDEs and teams building reusable workflows | An Agent you can test, publish, or schedule |
Core ideas
Store
Store is where you find capabilities:
- Models for reasoning, text, image, audio, video, and embeddings
- 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 want tools in your AI app, start with Setup.
If you want to call one capability from code, start with Models or APIs.
If you want a repeatable workflow, start with Build Agent.

