Create a project environment

View as Markdown

Create a static project environment with a stable HTTPS URL. Built-in Production and PR Preview environments are managed by TesterArmy.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequired
Project ID or shortId

Request

This endpoint expects an object.
namestringRequired1-100 characters
urlstringRequired1-500 characters

Response

Project environment created
environmentobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error