probely_create_web_target
Create a web target to onboard for DAST scanning by providing name and URL. Optionally assign labels, a scanning agent, or allow duplicates. The returned target ID is used for authentication and scan management.
Instructions
Create a new target. Use labels to assign label names (e.g. ["Agentic", "Production"]). Existing labels are reused; missing ones are created automatically. Use scanning_agent_id to assign a scanning agent for internal/private targets.
Set allow_duplicate=True to create a target even if another target with the same URL already exists. This is useful when you want multiple targets for the same URL with different configurations (e.g., different auth methods, different test scenarios).
If target creation fails because the target is unreachable or the domain cannot be resolved, ask the user whether to retry with skip_reachability_check=True.
IMPORTANT: The response contains a top-level id (the target ID) and a nested
site.id (the site ID). Always use the top-level id as the targetId
parameter for all subsequent tool calls (sequences, scans, logout detection, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| url | Yes | ||
| desc | No | ||
| labels | No | ||
| scanning_agent_id | No | ||
| allow_duplicate | No | ||
| skip_reachability_check | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||