Appearance
Scan Configs
Scan configurations define how a project is scanned: which URLs to test, what WCAG level to check against, and other scanning options.
Available tools
list_scan_configs
Lists all scan configurations for a project.
get_scan_config
Returns full details for a single scan configuration.
create_scan_config
Creates a new scan configuration. Requires explicit confirmation.
update_scan_config
Updates an existing scan configuration's settings.
copy_scan_config
Duplicates an existing scan configuration into the same or a different project.
delete_scan_config
Permanently deletes a scan configuration. Requires explicit confirmation.
Managing URLs
list_scan_config_urls
Lists all URLs in a scan configuration's URL list.
add_scan_config_urls
Adds one or more URLs to a scan configuration.
delete_scan_config_urls
Removes URLs from a scan configuration. Requires explicit confirmation.
patch_scan_config_urls
Replaces the URL list with a new set of URLs.
import_sitemap
Imports URLs from a sitemap into a scan configuration.
get_sitemap_import_job
Checks the status of a sitemap import job.
extract_links
Crawls a URL and extracts links to populate a scan configuration.
get_extract_links_job
Checks the status of a link extraction job.