# DecisioQ AUTO-INS-036 End-to-End Example

This companion package executes `AUTO-INS-036`, Determine Salvage Recovery Strategy.

## Flow

1. Request `jwtToken` from `https://identity.vinquery.com/connect/token`.
2. Load decision metadata from `https://dks.vinquery.com/decisioncatalog/decisions/AUTO-INS-036`.
3. Execute the catalog-shaped request at `https://dde.vinquery.com/api/v1/execute-catalog`.

## Environment

Set these variables before running the examples:

```text
DECISIOQ_CLIENT_ID
DECISIOQ_CLIENT_SECRET
```

Optional:

```text
DECISIOQ_AUDIENCE=vinquery:api:decisioq
DECISIOQ_IDENTITY_URL=https://identity.vinquery.com/connect/token
DECISIOQ_DKS_URL=https://dks.vinquery.com
DECISIOQ_DDE_URL=https://dde.vinquery.com
```

The execution payload uses only canonical criterion IDs in `options[].values`.


