cURL
curl --request POST \ --url https://api.praxos.ai/environment \ --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" }
Creates a new environment, the name of the environment is required and must be unique
API key for authentication
Environment created successfully
The response is of type object.
object