Skip to content

Create a skill from a template

POST
/skills/from-template

Instantiate a skill from a template. Forwards to voice’s POST /from-template/{template_id} with the caller’s org_id pinned.

Post-creation we re-fetch the new action and 404 if the resulting runtime_type is not a skill — guards against templates of workflow or script runtime sneaking into the skill surface.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

{template_id: str, name: str, overrides?: dict}

object
key
additional properties
any

Responses

201

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string