Skip to main content
POST
Promote (or merge) an Agent Smith review candidate (admin console).

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

id
string
required

The candidate technique id.

Body

application/json
to_status
enum<string>
required

The terminal status to promote the candidate to.

Available options:
test,
stable
name
string

Optional rename.

tactic
enum<string>

Optional re-tactic.

Available options:
pretext,
authority-spoof,
injection,
rationalized-destruction,
exfiltration
atlas_tags
string[]
owasp_tags
string[]
merge_into
string

When set, the candidate is a duplicate of this canonical technique id: deprecate + record a supersedes edge instead of promoting.

Response

The candidate's new status (promoted, or deprecated when merged).

id
string
required
status
enum<string>
required
Available options:
experimental,
test,
stable,
deprecated,
retired,
rejected
merged_into
string

The canonical technique id, present only on a merge.