User Prompt
“Set up a primary care clinic with a FHIR EHR and a payer portal for testing prior auth workflows.”
Tool Call Sequence
Create simulators
The agent creates two simulators: a FHIR EHR and a payer portal.Call 1: Response:Call 2: Response:What the agent learns: Both simulators are created and have IDs. The agent uses these IDs to link the simulators to an environment in the next step.
simulatorssimulatorsCreate environment and link simulators
The agent creates the environment, then attaches both simulators.Call 3: Response:Call 4: Response:Call 5: Response:What the agent learns: The environment now has both simulators attached. The
environmentsenvironmentsenvironmentssimulators array in the response confirms the links.Create playground to provision live endpoints
The agent creates a playground to spin up live instances of all simulators in the environment.Call 6: Response:What the agent learns: The playground is active with live endpoints for both simulators. The FHIR EHR is available at a REST endpoint and the payer portal has its own URL. These endpoints are ready for the agent-under-test to connect to.
playgroundsAgent Response
Your primary care clinic environment is ready. Here is what was provisioned:The environment
Simulator Type Endpoint Primary Care EHR FHIR https://fhir.verial.dev/sbx_fhir_01/fhir/R4BlueCross Portal Payer https://portal.verial.dev/sbx_payer_01env_clinic_01is active with playgroundpg_01. You can now point your agent at these endpoints to test prior auth workflows.
Summary
| Metric | Value |
|---|---|
| Tool calls | 6 |
| Tools used | simulators, environments, playgrounds |
| Key technique | Create simulators first, then compose them into an environment. A single playgrounds create call provisions all linked simulators at once. |