Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /environments | List environments |
POST | /environments | Create an environment |
GET | /environments/{id} | Get environment details |
PATCH | /environments/{id} | Update an environment |
DELETE | /environments/{id} | Delete an environment |
POST | /environments/{id}/simulators/{simulatorId} | Add a simulator to the environment |
DELETE | /environments/{id}/simulators/{simulatorId} | Remove a simulator from the environment |
Environment Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Environment name |
description | string | null | Optional description |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |