API reference

Typed SDK, zero surprises

Every script exposes a small, typed surface. The CLI, SDK and REST API behave the same.

Core SDK

Agents, retrievers, evals, providers — a tiny set of composable primitives.

  • createAgent()
  • createRetriever()
  • createEval()
  • createProvider()
  • stream() / invoke()
  • registerTool()

CLI

Install, scaffold, run and ship scripts from one binary.

  • scriptstore add
  • scriptstore run
  • scriptstore deploy
  • scriptstore eval

REST

Every SDK call is mirrored by a REST endpoint so your other services can join the party.

Ready to ship?

Join 98,000+ developers using ScriptStore.

Read full docs