Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
基于现有 Template 创建副本。
POST /api/v1/forward/templates/{template_id}/clone
Bearer <PAT>
application/json
Copy
curl -s -X POST 'https://api.qoder.com/api/v1/forward/templates/tmpl_support/clone' \ -H "Authorization: Bearer $QODER_PAT" \ -H "Content-Type: application/json" \ -d '{ "name": "Support assistant copy", "description": "Cloned from Support assistant" }'
{ "type": "template", "id": "tmpl_019eYYYY", "name": "Support assistant copy", "description": "Cloned from Support assistant", "status": "active", "model": "ultimate", "system": "You are a helpful support assistant.", "tools": [], "mcp_servers": [], "skills": [], "environment_id": "env_support", "vault_ids": [ "vault_crm" ], "files": {}, "environment_variables": { "BASE_MODE": "support" }, "metadata": {}, "created_at": "2026-06-18T10:31:00Z", "updated_at": "2026-06-18T10:31:00Z" }
invalid_request_error
not_found_error
conflict_error
authentication_error
authentication_required