v1

latestOpenAPI 3.1.02026-07-2658119246.0 KB
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

Stable template name, e.g. linkedin_company_profiles.

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' | '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

Example response

{
  "id": "wsat_7d1e4f7a-9f3c-4a7b-b0d0-1c2c3d4e5f60",
  "sources": [
    {
      "domains": [
        "linkedin.com",
        "crunchbase.com"
      ],
      "title": "Professional networks"
    }
  ],
  "template_name": "linkedin_company_profiles"
}