Create a template
Creates a template owned by the authenticated owner.
Template names must be unique within an owner namespace. Global templates are read-only from this API.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
description
system
messages
model
params
variables
Response
Template created successfully.
id
name
is_global
created_at
updated_at
owner
description
system
messages
model
params
variables
Errors
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error