testneo_create_web_project
Set up a new web automation project and default test environment with base URL and credentials in one API call.
Instructions
Create a new web automation project (stored under your API key account). Mirrors POST /api/web/v1/projects. Guarded: TESTNEO_MCP_ALLOW_WRITE=true and confirm=true. By default creates a default web environment with base_url (and optional username/password variables) in the same request; set create_default_environment=false for project-only. New projects get Lighthouse performance audits enabled unless project_settings overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| website_url | Yes | HTTPS/HTTP origin for the site under test | |
| description | No | ||
| environment | No | staging | |
| status | No | active | |
| project_environment_name | No | staging | |
| base_url_variable_name | No | base_url | |
| create_default_environment | No | When true (default), creates the first web environment with base_url (and credentials if provided) in the same API call. | |
| environment_username | No | ||
| environment_password | No | ||
| confirm | No | ||
| idempotency_key | No |