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. Any authenticated account can list them, on any plan. To launch one, pass its ref as template_ref to Create computer. Launching needs a paid plan. You don’t need a Scale plan to launch a curated template, only to publish your own. A free account has a zero-computer quota, so the create returns 403 with code UPGRADE_REQUIRED. See pricing.

Response

array
Array of curated template list items, each with ref, digest, published, and the full template document. Empty when the curated registry has no entries.

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. That route returns { "versions": [...] }, and 404 { "error": "not found" } when no curated template matches.

Errors

An error forwarded from the registry also carries code and, for validation failures, details.

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[]