Skip to main content
POST
Launch Agent

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Body

application/json
message
string
required

Natural-language instruction describing the security work to perform

target_id
string<uuid>
required

UUID of the target for the Agent run

target_credential_id
string<uuid>

UUID of stored credentials to use for authenticated testing

task_model
enum<string>
default:MF1_FAST

Agent mode. MF1_FAST is optimized for speed, while MF1_SMART is optimized for depth.

Available options:
MF1_FAST,
MF1_SMART

Response

Agent run launched successfully

task_id
string

Opaque task ID returned for the Agent run

status
string

Current status of the Agent run