Skip to content

Store

Store is where you find useful building blocks for your Agent.

You can start from four kinds of things:

KindWhat it isWhat you do with it
ModelsAI models for text, image, audio, video, and embeddingsCall them directly, or use them inside an Agent
APIsReady-to-use capabilities like search, scrape, data, media, and SaaS actionsCopy a request, add to Setup, or give to an Agent
AgentsProven Agent examples and best-practice workflowsTest them, clone them, or publish your own Service
SkillsReusable task packages for AgentsAttach them when building an Agent

How to choose

If you only need one capability, start with Models or APIs.

If you want a complete example, start with Agents.

If you are building your own Agent and want reusable implementation knowledge, use Skills.

Decision guide

Your goalStart withThen
Add one capability to an AI toolModel or APIAdd it to Setup
Call a capability from codeModel or APIOpen its detail page, then use the API Reference
Automate a multi-step jobAgentClone, test, and publish it in Build Agent
Reuse a proven workflowSkillAttach it while building an Agent

When two entries look similar, compare their input, output, pricing, latency, and authentication requirements before installing or cloning them.

Models

Models are AI engines for text generation and reasoning, image generation or editing, audio, video, and embeddings.

You can call a Model directly, add it to Setup for a connected AI tool, or select it when building an Agent. The Model determines how an Agent thinks; APIs and Skills determine what it can do.

Most text Models use the OpenAI-compatible Chat Completions API. See Supported Models and the Model capability matrix.

APIs

APIs give your application or Agent access to real-world data and actions, including web search, scraping, business data, media generation, SaaS tools, and provider-specific capabilities.

Use an API in one of three ways:

  1. call it directly from your application
  2. add it to Setup so a connected AI tool can use it
  3. add it to an Agent as a tool

Models think and generate; APIs fetch data, take actions, or connect external systems. See the API Reference for request formats and endpoints.

Agents

Store Agents are working examples that combine a Model, APIs, Skills, and workflow instructions.

You can inspect and test a public Agent, clone it into your workspace, customize it, and publish or schedule your version. Clone the public Agent first when you need to change its prompt, tools, model, environment, schedule, or output format.

Skills

Skills are reusable task packages for Agents. They can contain instructions, workflows, code, assets, and repeatable know-how.

Use a Skill when an Agent needs consistent expertise, such as company research, code review, structured reporting, page analysis, or a customer-support workflow. Skills are attached in Build Agent; they are not top-level Setup tools.

Common paths

Use it in your AI app

Add Models, APIs, or Services to Setup, then run one setup command for Codex, Claude, Cursor, or Kiro.

Call it from your app

Open a Model or API detail page, copy a working request, and call it with your SandBase key.

Build your own Agent

Clone an Agent example or start from scratch in Build Agent. Add Models, APIs, and Skills, test it, then publish it as a Service or create a Schedule.

Before you add an item

Check the detail page for:

  • the exact input and output shape
  • pricing and whether usage is per token or per call
  • required API credentials
  • whether the item is public, maintained by SandBase, or owned by your workspace
  • examples you can run before adopting it

Next steps