Public API

Get Agent Template

Retrieve a single agent template by its stable template_name.

get/v2/agents/templates/{template_name}

Path parameters

template_namestring required

Response

Successful Response

created_atstring date-time required

When the template was created.

descriptionstring required

Template description shown to users.

display_namestring required

Human-friendly template name shown to users.

effort'low' | 'medium' | 'high' | 'x-high' | '5x-high' | 'max' required

Canonical effort tier names for the research graph.

iconstring required

Icon identifier used when presenting the template.

idstring required

Unique template identifier (wsat_<uuid>).

output_schemaobject nullable required

JSON schema describing the structured output the agent should produce.

skillstring required

Skill or operating context for the template.

template_namestring required

Stable template name used to create agent instances.

updated_atstring date-time required

When the template was last updated.

use_case'research' | 'enrichment' | 'dataset_building' required

Changes

Changed in 3 of the 55 revisions of this API.112

    • added the new 5x-high enum value to the effort response property for the response status 200

      response-property-enum-value-added

    This revision also has 104 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • b489cb71bc4011See the full diff
    • removed the required property domain_expertise from the response with the 200 status

      response-required-property-removed

    • added the required property skill to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog