Skip to main content
Goal: Send one safe test request. You are done when: the run reaches completed and its receipt confirms the Echo platform path with no selected model arm. This check uses Echo mode. It tests authentication, submission, status, and receipt retrieval without calling an external AI provider.

Before you begin

  • Your organization is approved for the private preview.
  • You created an organization API key in the dashboard.
  • You have curl and jq.

1. Submit the test

The response includes the run ID and links for status, events, and the receipt. The API field for a run is execution.

2. Check the status

Echo should reach completed immediately. If it does not, check the returned error before retrying.

3. Read the receipt

Check the fields that identify the Echo path:
These fields confirm that Millwork used its Echo platform proof and did not select a model arm or provider route.

What success looks like

  • status is completed;
  • receipt mode is echo;
  • selected_arm is null;
  • ranking is skipped_platform_proof; and
  • the eligible and fallback lists are empty.

Run a model

Get model output and confirm which provider answered.

Fix a failed call

Find the error code and the next action.