Tools
Playgrounds
Manage simulated healthcare playgrounds.
Manage playgrounds that provision live simulator instances from an environment definition.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage simulated healthcare playgrounds.
| Action | Description |
|---|---|
list | List all playgrounds in the organization |
create | Provision a new playground from an environment |
get | Get a playground by ID |
teardown | Tear down a playground and release its resources |
listcreate| Parameter | Type | Required | Description |
|---|---|---|---|
environmentId | string | yes | Environment ID to provision from |
get| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Playground ID |
teardown| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Playground ID |
{
"action": "create",
"environmentId": "env_abc123"
}
{
"action": "list"
}
{
"action": "teardown",
"id": "pg_xyz789"
}