Skip to main content
GET
List curated templates
Lists the curated templates Orgo builds and keeps up to date - ready-to-launch environments like Claude Code, OpenClaw, and Hermes. These are available to every account on any plan: you don’t need a Scale plan to launch them, only to publish your own. To launch one, pass its ref as template_ref to Create computer.

Response

array
Array of curated template list items, each with ref, digest, published, and the full template document.

Example

Response

To list every version of a single curated template, call GET /templates/global/{namespace}/{name} - e.g. https://www.orgo.ai/api/templates/global/system/claude-code.

Launch a curated template

Go from a curated ref to a running computer in one API call.

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Response

Curated templates

templates
object[]