Skip to content

Beta module namespace

redteam

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

9 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/redteam/catalogredteam:run:readBearer tokenReturns the battery taxonomy (metadata + OWASP/ATLAS coverage).
get/v1/m/redteam/runsredteam:run:readBearer tokenLists the tenant's red-team runs (newest selectable by target).
post/v1/m/redteam/runsredteam:scan:adminBearer tokenRuns a battery against an AUTHORIZED target and records the scorecard.
get/v1/m/redteam/runs/{id}redteam:run:readBearer tokenReturns one run with its per-family breakdown recomputed from the stored result rows (the run row holds the aggregates; the breakdown is derived).
get/v1/m/redteam/runs/{id}/resultsredteam:run:readBearer tokenLists one run's per-probe results.
get/v1/m/redteam/targetsredteam:target:readBearer tokenLists the tenant's registered targets.
post/v1/m/redteam/targetsredteam:target:adminBearer tokenRegisters a client-governed agent as a candidate target.
get/v1/m/redteam/targets/{id}redteam:target:readBearer tokenReturns one target.
post/v1/m/redteam/targets/{id}/authorizeredteam:target:adminBearer tokenGrants or revokes CONSENT to red-team a target.