Skip to main content
GET
Instantiate a template for this tenant

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Path Parameters

template_id
string
required

Query Parameters

state
string

state stamped on create_body: ENABLED or DISABLED. Defaults to DISABLED so a template-born agent is reviewed before it runs.

Response

Success.

data
PublicInstantiatedTemplate · object
required

A template adapted to the calling tenant, as a ready-to-send POST /agents body.

create_body is the intent-shaped create request for the template's autonomy_type (ticket_conditions / time_entry_conditions at the top level, no FIND_ENTITIES in actions), already adapted to this tenant: permission blocks for a PSA/RMM the tenant does not have are reset, identities from the authoring tenant are removed. Edit it — name, filter, toolbox — then send it verbatim to POST /agents.

meta
object
required