probely_create_api_target_from_postman
Imports a Postman collection to create an API target for security scanning. Accepts collection URL or JSON and allows duplicate target creation.
Instructions
Create an API target from a Postman collection. Provide either postman_collection_url or postman_collectionjson.
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 (update_target, start_scan, etc.).
Do NOT use the nested site.id field for target operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target_url | Yes | ||
| postman_collection_url | No | ||
| postman_collectionjson | No | ||
| desc | No | ||
| labels | No | ||
| allow_duplicate | No | ||
| skip_reachability_check | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||