OpenAPI リファレンス
Templates
The Template Center catalog: installable apps published by a template repository. Read-only — installing one goes through Install.
Query Parameters
refresh?boolean
Bypass the cache and re-fetch the catalogue — what the refresh button does. Slower; leave it off for ordinary reads.
Response Body
application/json
curl -X GET "https://example.com/api/v1/templates"{ "templates": [ { "id": "string", "name": "string", "displayName": "string", "description": "string", "category": "string", "risk": "gated-write", "tags": [], "screenshots": [], "video": "string", "agentPrompts": [], "version": "string", "author": "string", "license": "string", "stats": { "folders": -9007199254740991, "docs": -9007199254740991, "bases": -9007199254740991, "records": -9007199254740991, "files": -9007199254740991, "airapps": -9007199254740991, "skill": true }, "install": { "repoUrl": "string", "intoFolder": "string" }, "sourceUrl": "string" } ], "repo": "string", "ref": "string", "error": "string"}