testneo_create_web_project_environment
Create a named web project environment with optional variables like base_url for NLP templates. Use POST /api/web/v1/projects/{project_id}/environments to set up environments for test workflows.
Instructions
Create a named web project environment with optional variables (e.g. base_url for {{base_url}} in NLP). Backend: POST /api/web/v1/projects/{project_id}/environments. Guarded: allow-write + confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| is_default | No | ||
| is_active | No | ||
| variables | No | ||
| confirm | No | ||
| idempotency_key | No |