Skip to main content
GET
Retrieve an agent template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateName
string
required
Required string length: 1 - 200

Response

Retrieve an agent template

name
enum<string>
required
Available options:
addTestCoverage,
addTestCoverageFromJira,
autoAgentsMdMaintainer,
autoDocsMaintainer,
commitOfTheDay,
customerHealthMonitoringAgent,
deadCodeCleanup,
dependencySweepAgent,
autoFixCi,
autoFixSentryError,
dailySlackChangelog,
fixBugsReportedInSlack,
enrichGithubIssue,
enrichJiraIssue,
enrichLinearIssue,
hubspotCallTaskCoach,
hubspotEmailTaskDrafter,
hubspotTicketToLinearBug,
prDescription,
prReview,
pagePerformanceReport,
prioritizeSentry,
productFaqAgent,
productFinanceAgent,
queryPerformanceReport,
securityFixFromJira,
securityScan,
skillProgressionMap,
slackChannelListener,
slopCop,
staleCodeComments,
stalePullRequestNotifier,
summarizeChangesDaily,
triageNewJiraBug
title
string
required
description
string
required
label
enum<string>
required
Available options:
Code Review,
Productivity,
Documentation,
Reporting,
Monitoring,
Management
jsonContent
object
required

Agent document JSON. This normally contains a TipTap document rooted at { "type": "doc", "content": [...] }; unknown and future nodes, marks, attributes, and extensions are preserved.

Example:
connectedApps
string[]
required
agent
string
required
artifactType
enum<string> | null
Available options:
PullRequest,
ToolCall,
Plan,
Response,
File,
Service,
Source,
null
triggers
object[]
schedules
string[]
requiredParams
string[]
Allowed value: "repository"