RedRavenApi reference
List attack methods
Return the Dimension 1 technique catalog (id, name, description, turn mode, mechanism hint).
Return the Dimension 1 technique catalog (id, name, description, turn mode, mechanism hint).
Authorization
ApiKeyAuth OrganizationId X-API-Key<token>
Your RedRaven API key.
In: header
X-Organization-Id<token>
RedRaven organization UUID that scopes the API key.
In: header
Response Body
application/json
curl -X GET "https://example.com/attack-methods"{ "techniques": [ { "id": "string", "name": "string", "description": "string", "turn_mode": "string", "mechanism_hint": "string" } ]}Empty
Save scenarios PATCH
Replace scenario items. Each item is an attack purpose bound to one policy. Set `enabled` to false to skip an item at run time. `maximum_multi_turn` is 1–15 (default 5).
Get test attack methods GET
Return the stored technique selection and Dimension 2 config, or defaults when none are saved.