POST
/
environments
curl --request POST \
  --url https://api.praxos.ai/environments \
  --header 'API-key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

API-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Environment created successfully

The response is of type object.