{
  "id": "skadi-sandbox",
  "name": "Skadi Sandbox",
  "values": [
    { "key": "baseUrl",     "value": "https://tyimzxmwppgiycvcdxvl.supabase.co/functions/v1", "enabled": true, "type": "default" },
    { "key": "appBaseUrl",  "value": "https://app.skadispecialty.com", "enabled": true, "type": "default", "description": "Vercel app host for app-host partner endpoints (e.g. /api/partner/quote-pdf). Distinct from baseUrl (Supabase functions host)." },
    { "key": "quoteId",     "value": "", "enabled": true, "type": "default", "description": "UUID of a quote. Used by Quote PDF / ACORD Export. Fill from a Get Quotes (by submission) response." },
    { "key": "apiKey",      "value": "", "enabled": true, "type": "secret",  "description": "Raw partner API key (odn_live_... or sandbox). Sent as X-API-Key." },
    { "key": "apiKeyId",    "value": "", "enabled": true, "type": "default", "description": "UUID of the API key row. Only used for /oauth-token as client_id." },
    { "key": "hmacSecret",  "value": "", "enabled": true, "type": "secret",  "description": "Hex-encoded HMAC secret. Shown once at key issuance." },
    { "key": "policyId",    "value": "", "enabled": true, "type": "default", "description": "UUID of a policy in your sandbox tenant. Used by Get Policy, Get Policy Transactions, Process Transaction, Get Claims (by policy), Get Documents. Fill from a List Policies response." },
    { "key": "submissionId","value": "", "enabled": true, "type": "default", "description": "UUID of a submission. Used by Get Submission and Get Quotes (by submission). Fill from a List Submissions response." },
    { "key": "claimId",     "value": "", "enabled": true, "type": "default", "description": "UUID of a claim. Used by Get Claim (single). Fill from a Get Claims (list by policy) response." }
  ],
  "_postman_variable_scope": "environment"
}
