Create Target
create_targetAdd a new website, API, or webshop target for monitoring with full onboarding. Automatically enables compatible tests, triggers an initial scan, and captures a page screenshot. Requires write scope (Free plan: 1 target). Use analyze_target first to detect platform and get test recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to monitor, e.g. "https://example.com" | |
| name | Yes | Display name for the target | |
| tags | No | Optional tags for categorization | |
| type | Yes | Target type: WEBSITE, API, or WEBSHOP. Use analyze_target to auto-detect. | |
| weight | No | Business weight, used to rank findings by consequence: REVENUE_PATH (checkout, payment, signup), PUBLIC (customer-visible but not transactional), INTERNAL (staging, admin tooling). | PUBLIC |
| environment | No | Deployment environment | PRODUCTION |
| uptimeEnabled | No | Enable background uptime monitoring |