How your agent connects
The fax sandbox’scredentials payload includes a fax_number your agent sends documents to. Your agent submits faxes via POST /sandboxes/{sandbox_id}/faxes on the direct-service surface and can retrieve metadata plus rendered content via GET /sandboxes/{sandbox_id}/faxes/{fax_id}. Inbound faxes seeded by task scenarios are recorded as sandbox events.
The fax simulator is not currently mounted on the run-scoped
/v1/benchmark-runs/{id}/fax/* surface. During a benchmark run, resolve the fax sandbox from the sandboxes list on the run response and call the direct /sandboxes/{id}/faxes endpoints with an organization API key.Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /sandboxes/{sandbox_id}/faxes | Submit a fax to the simulated fax line |
GET | /sandboxes/{sandbox_id}/faxes/{fax_id} | Retrieve metadata for a previously submitted fax |
Driving the rollout
Send a fax (for example a referral response):Configuration
The fax simulator has no required configuration at create time. Inbound fax documents are typically seeded by the dataset or by task scenarios that drop faxes into the inbox before a task run starts.DocumentSpec description. See the generic document rendering helper in services/pdf.ts (title, header fields, sections) for how the platform constructs inbound faxes.
Verification
There is no dedicated fax check type in the current criterion catalog. Fax evidence is scored in two ways:- Interaction evidence. Every fax submitted or received is logged as an interaction. OCR’d text is attached as evidence you can inspect on a criterion run or through the interaction log.
- Cross-simulator criteria. If the fax’s contents are expected to flow into another system (for example the agent transcribes a referral fax and posts a FHIR ServiceRequest), the
fhir-resource-statecriterion on that downstream resource is what scores correctness.
Next Steps
Criteria
The assertions the verification engine currently supports.
Fax API reference
Direct-access fax endpoints for authoring.
Files / SFTP
For structured document drops, prefer the SFTP simulator with
sftp-file-present.Simulators overview
Lifecycle, provisioning, and configuration patterns.