{
 "campaign": "stage600_e1",
 "arms": {
  "E1A_ngramgpu_k5": {
   "cfg": {
    "method": "ngram_gpu",
    "k": 5,
    "head": null,
    "argmax": false,
    "kv": "fp8_e4m3",
    "ml": 16384
   },
   "cmd": "vllm serve /models/Kimi-K2.6-NVFP4 --tensor-parallel-size 4 --gpu-memory-utilization 0.90 --quantization modelopt_fp4 --max-model-len 16384 --kv-cache-dtype fp8_e4m3 --speculative-config {\"method\": \"ngram_gpu\", \"num_speculative_tokens\": 5, \"prompt_lookup_max\": 4, \"prompt_lookup_min\": 2} --compilation-config {\"cudagraph_mode\": \"FULL_AND_PIECEWISE\", \"cudagraph_capture_sizes\": [1, 2, 3, 4, 5, 6, 12, 18, 24, 48, 96, 192]} --attention-config {\"disable_flashinfer_q_quantization\": true} --chat-template /cache/kimi_chat_template.jinja --limit-mm-per-prompt {\"image\":0,\"video\":0} --async-scheduling --trust-remote-code --port 8000",
   "cells": {
    "tool_nothink_10k": {
     "n": 8,
     "tok_s_median": 149.6,
     "tok_s_first8_median": 149.6,
     "tok_s_agg": 153.7,
     "tok_s_all_sorted": [
      139.6,
      143.4,
      148.3,
      148.6,
      150.6,
      156.4,
      162.2,
      190.2
     ],
     "ctok_median": 2048,
     "aa_len_ok": true,
     "ttft_ms_median": 354.0,
     "prefix_cache_suspect": false,
     "tau": 2.626,
     "per_pos": {
      "0": 0.4554,
      "1": 0.3535,
      "2": 0.3035,
      "3": 0.2741,
      "4": 0.2395
     },
     "power": null,
     "rows": [
      {
       "ctok": 2048,
       "ttft_ms": 370.0,
       "tok_s": 156.4,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_archive_invoice_with_as_of\",\n    \"payload\": {\n      \"id\": \"inv_550e8400-e29b-41d4-a716-446655440001\",\n      \"as_of\": \"2024-01-15T09:30:00Z\"\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/archive?as_of=2024-01-15T09:30:00Z (idempotent revert)\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_gone_invoice_already_archived\",\n    \"payload\": {\n      \"id\": \"inv_550e8400-e29b-41d4-a716-446655440002\",\n      \"as_of\": \"2024-01-15T09:30:00Z\"\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_soft_delete_customer\",\n    \"payload\": {\n      \"id\": \"cus_550e8400-e29b-41d4-a716-446655440003\",\n      \"idempotency-key\": \"idem-550e8400-e29b-41d4-a716-446655440003-001\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"accepted\",\n    \"cleanup\": \"PUT /v2/customers/{id}/verify (if exists) or recreate via POST /v2/customers\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_customer_not_found\",\n    \"payload\": {\n      \"id\": \"cus_00000000-0000-0000-0000-000000000000\",\n      \"idempotency-key\": \"idem-00000000-0000-0000-0000-000000000000-001\"\n    },\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not_found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_subscription_with_2fa\",\n    \"payload\": {\n      \"id\": \"sub_550e8400-e29b-41d4-a716-446655440004\",\n      \"idempotency-key\": \"idem-550e8400-e29b-41d4-a716-446655440004-001\"\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/retry (idempotent if needed)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_subscription_gone\",\n    \"payload\": {\n      \"id\": \"sub_00000000-0000-0000-0000-000000000000\",\n      \"idempotency-key\": \"idem-00000000-0000-0000-0000-000000000000-001\"\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_approve_webhook_with_pagination\",\n    \"payload\": {\n      \"id\": \"whk_550e8400-e29b-41d4-a716-446655440005\",\n      \"cursor\": \"c1\",\n      \"limit\": 20\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"PUT /v3/webhooks/{id}/approve (reverse with cursor if supported)\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_payment_required_webhook\",\n    \"payload\": {\n      \"id\": \"whk_550e8400-e29b-41d4-a716-446655440006\",\n      \"cursor\": \"c1\",\n      \"limit\": 20\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment_required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_archive_report_dry_run\",\n    \"payload\": {\n      \"id\": \"rpt_550e8400-e29b-41d4-a716-446655440007\",\n      \"dry_run\": true\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"dry_run\",\n    \"cleanup\": \"PUT /v2/reports/{id}/archive?dry_run=false (idempotent)\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_conflict_report_state\",\n    \"payload\": {\n      \"id\": \"rpt_550e8400-e29b-41d4-a716-446655440008\",\n      \"dry_run\": false\n    },\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token\",\n    \"payload\": {\n      \"id\": \"tok_550e8400-e29b-41d4-a716-446655440009\"\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"created\",\n    \"cleanup\": \"GET /v3/tokens/{id}/archive (idempotent revert) or DELETE /v1/tokens/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_precondition_failed_token\",\n    \"payload\": {\n      \"id\": \"tok_550e8400-e29b-41d4-a716-446655440010\"\n    },\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition_failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_retry_audit_with_date\",\n    \"payload\": {\n      \"id\": \"adt_550e8400-e29b-41d4-a716-446655440011\",\n      \"as_of\": \"2024-01-15T09:30:00Z\",\n      \"cursor\": \"c1\",\n      \"limit\": 10\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"accepted\",\n    \"cleanup\": \"GET /v3/audits/{id}/retry (idempotent if supported)\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_conflict_audit_retry\",\n    \"payload\": {\n      \"id\": \"adt_550e8400-e29b-41d4-a716-446655440012\",\n      \"as_of\": \"2024-01-15T09:30:00Z\",\n      \"cursor\": \"c1\",\n      \"limit\": 10\n    },\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_retry_export_with_pagination\",\n    \"payload\": {\n      \"id\": \"exp_550e8400-e29b-41d4-a716-446655440013\",\n      \"cursor\": \"c1\",\n      \"limit\": 25\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/retry (idempotent revert if supported)\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_payment_required_export\",\n    \"payload\": {\n      \"id\": \"exp_550e8400-e29b-41d4-a716-446655440014\",\n      \"cursor\": \"c1\",\n      \"limit\": 25\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment_required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize\",\n    \"method\": \"GET\",\n",
       "slot": 0,
       "is_10k": true,
       "dr": 768.0,
       "ac": 1284.0,
       "dtok": 3840.0,
       "pp_raw": {
        "0": 361.0,
        "1": 270.0,
        "2": 238.0,
        "3": 220.0,
        "4": 195.0
       },
       "tau": 2.6719
      },
      {
       "ctok": 2048,
       "ttft_ms": 355.0,
       "tok_s": 162.2,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_archive_invoice\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"POST /v2/invoices/{id}/unarchive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_insufficient_scope_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_finalize_customer\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"DELETE /v1/customers/{id}/reopen\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_customer_not_found_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_finalize_subscription\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"job_id\": \"job-\"},\n    \"cleanup\": \"GET /v1/jobs/{job_id}/cancel\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_invalid_request_400\",\n    \"payload\": {\"id\": \"invalid-uuid\", \"dry_run\": false},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"Bad Request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_webhook\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 10},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"audit_event_id\": \"evt-\"},\n    \"cleanup\": \"DELETE /v3/webhooks/{id}/preview/cancel\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_precondition_failed_412\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"invalid-cursor\", \"limit\": 10},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"Precondition Failed\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_approve_report\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"headers\": {\"idempotency-key\": \"idem-2026-001\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"pending\"},\n    \"cleanup\": \"POST /v2/reports/{id}/unapprove\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_precondition_required_428\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\"},\n    \"expected_status\": 428,\n    \"expected_body_contains\": {\"error\": \"Precondition Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"headers\": {\"idempotency-key\": \"idem-2026-002\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"POST /v2/tokens/{id}/unarchive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_bad_request_400\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"headers\": {\"idempotency-key\": \"\"}},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"Bad Request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_preview_audit\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 25},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"items\": []},\n    \"cleanup\": \"POST /v2/audits/{id}/preview/restore\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_gone_410\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"cursor\": \"eyJwYWdlIjo5OTl9\", \"limit\": 25},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"Gone\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_archive_export\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"as_of\": \"2026-01-15T00:00:00Z\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"POST /v1/exports/{id}/unarchive\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_not_found_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"as_of\": \"2026-01-15T00:00:00Z\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_plan\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 20},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"audit_event_id\": \"evt-\"},\n    \"cleanup\": \"POST /v2/plans/{id}/unarchive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_gone_410\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjo5OTl9\", \"limit\": 20},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"Gone\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/usage/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_usage\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d",
       "slot": 1,
       "is_10k": true,
       "dr": 736.0,
       "ac": 1314.0,
       "dtok": 3680.0,
       "pp_raw": {
        "0": 347.0,
        "1": 287.0,
        "2": 252.0,
        "3": 232.0,
        "4": 196.0
       },
       "tau": 2.7853
      },
      {
       "ctok": 2048,
       "ttft_ms": 354.0,
       "tok_s": 139.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_rotate_invoice\",\n    \"payload\": {\"id\": \"inv-2f8a9b1c-4d3e-5f6a-7b8c-9d0e1f2a3b4c\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"rotated\"},\n    \"cleanup\": \"POST /v2/invoices/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_payment_required\",\n    \"payload\": {\"id\": \"inv-00000000-0000-0000-0000-000000000000\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_customer\",\n    \"payload\": {\"id\": \"cust-3a9b2c1d-5e4f-6a7b-8c9d-0e1f2a3b4c5d\", \"idempotency-key\": \"idem-2024-001-cancel\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"canceling\"},\n    \"cleanup\": \"PUT /v2/customers/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_precondition_failed\",\n    \"payload\": {\"id\": \"cust-3a9b2c1d-5e4f-6a7b-8c9d-0e1f2a3b4c5d\", \"idempotency-key\": \"idem-2024-002-cancel-dup\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"Precondition Failed\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_verify_subscription\",\n    \"payload\": {\"id\": \"sub-4b0c3d2e-6f5a-7b8c-9d0e-1f2a3b4c5d6e\", \"idempotency-key\": \"idem-2024-003-verify\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"verified\"},\n    \"cleanup\": \"PATCH /v1/subscriptions/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_not_found\",\n    \"payload\": {\"id\": \"sub-00000000-0000-0000-0000-000000000000\", \"idempotency-key\": \"idem-2024-004-verify-missing\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_rotate_webhook\",\n    \"payload\": {\"id\": \"whk-5c1d4e3f-7a6b-8c9d-0e1f-2a3b4c5d6e7f\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"rotated\"},\n    \"cleanup\": \"POST /v2/webhooks/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_conflict\",\n    \"payload\": {\"id\":\": \"whk-5c1d4e3f-7a6b-8c9d-0e1f-2a3b4c5d6e7f\", \"dry_run\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_cancel_report\",\n    \"payload\": {\"id\": \"rpt-6d2e5f4a-8b7c-9d0e-1f2a-3b4c5d6e7f8a\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"canceling\"},\n    \"cleanup\": \"DELETE /v2/reports/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_not_found\",\n    \"payload\": {\"id\": \"rpt-00000000-0000-0000-0000-000000000000\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token\",\n    \"payload\": {\"id\": \"tok-7e3f6a5b-9c8d-0e1f-2a3b-4c5d6e7f8a9b\", \"as_of\": \"2024-06-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"preview\": true},\n    \"cleanup\": \"GET /v3/tokens/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_gone\",\n    \"payload\": {\"id\": \"tok-7e3f6a5b-9c8d-0e1f-2a3b-4c5d6e7f8a9b\", \"as_of\": \"2099-12-31T23:59:59Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"Gone\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_rotate_audit\",\n    \"payload\": {\"id\": \"aud-8f4a7b6c-0d9e-1f2a-3b4c-5d6e7f8a9b0c\", \"idempotency-key\": \"idem-2024-005-rotate\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"rotated\"},\n    \"cleanup\": \"GET /v1/audits/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_conflict\",\n    \"payload\": {\"id\": \"aud-8f4a7b6c-0d9e-1f2a-3b4c-5d6e7f8a9b0c\", \"idempotency-key\": \"idem-2024-006-rotate-dup\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_archive_export\",\n    \"payload\": {\"id\": \"exp-9a5b8c7d-1e0f-2a3b-4c5d-6e7f8a9b0c1d\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"archived\"},\n    \"cleanup\": \"DELETE /v2/exports/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_payment_required\",\n    \"payload\": {\"id\": \"exp-00000000-0000-0000-0000-000000000000\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_approve_plan\",\n    \"payload\": {\"id\": \"pln-ab6c9d8e-2f1a-3b",
       "slot": 2,
       "is_10k": true,
       "dr": 850.0,
       "ac": 1200.0,
       "dtok": 4250.0,
       "pp_raw": {
        "0": 366.0,
        "1": 261.0,
        "2": 218.0,
        "3": 189.0,
        "4": 166.0
       },
       "tau": 2.4118
      },
      {
       "ctok": 2048,
       "ttft_ms": 349.0,
       "tok_s": 190.2,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_cancel_invoice\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\", \"cursor\": \"2026-01-01T00:00:00Z\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v1/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_invoice_gone\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\", \"cursor\": \"2026-01-01T00:00:00Z\", \"limit\": 50},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_customer\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a12\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PUT /v1/customers/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_customer_not_found\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a12\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not_found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_subscription\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a13\", \"cursor\": \"2026-01-01T00:00:00Z\", \"limit\": 50},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_subscription_payment_required\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a13\", \"cursor\": \"2026-01-01T00:00:00Z\", \"limit\": 50},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment_required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_webhook\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a14\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"GET /v2/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_webhook_precondition_failed\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a14\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition_failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_report\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a15\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"DELETE /v3/reports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_report_conflict\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a15\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a16\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_token_gone\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a16\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_audit\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a17\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"PATCH /v1/audits/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_audit_precondition_failed\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a17\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition_failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_finalize_export\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a18\", \"idempotency_key\": \"exp-fin-001\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_export_conflict\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a18\", \"idempotency_key\": \"exp-fin-001\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v3/plans/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_preview_plan\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a19\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PATCH /v3/plans/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"DELETE /v3/plans/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_plan_conflict\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a19\", \"as_of\": \"2026-06",
       "slot": 3,
       "is_10k": true,
       "dr": 674.0,
       "ac": 1375.0,
       "dtok": 3370.0,
       "pp_raw": {
        "0": 351.0,
        "1": 293.0,
        "2": 259.0,
        "3": 244.0,
        "4": 228.0
       },
       "tau": 3.0401
      },
      {
       "ctok": 2048,
       "ttft_ms": 353.0,
       "tok_s": 148.3,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_invoice\",\n    \"payload\": {\"id\": \"inv-2a3f4c5d-6e7f-8a9b-0c1d-2e3f4a5b6c7d\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"POST /v2/invoices/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_invoice_not_found\",\n    \"payload\": {\"id\": \"inv-00000000-0000-0000-0000-000000000000\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"invoice not found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_approve_customer\",\n    \"payload\": {\"id\": \"cus-1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d\", \"idempotency-key\": \"idem-2026-001-approve\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"PATCH /v1/customers/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_conflict_already_approved\",\n    \"payload\": {\"id\": \"cus-1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d\", \"idempotency-key\": \"idem-2026-002-approve\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"customer already approved\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_subscription\",\n    \"payload\": {\"id\": \"sub-3a4b5c6d-7e8f-9a0b-1c2d-3e4f5a6b7c8d\", \"cursor\": \"c1\", \"limit\": 20},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"sub-3a4b5c6d-7e8f-9a0b-1c2d-3e4f5a6b7c8d\", \"cursor\": \"c1\", \"limit\": 20},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_finalize_webhook\",\n    \"payload\": {\"id\": \"whk-4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"POST /v2/webhooks/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_webhook_conflict\",\n    \"payload\": {\"id\": \"whk-4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"webhook already finalized\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_finalize_report\",\n    \"payload\": {\"id\": \"rpt-5c6d7e8f-9a0b-1c2d-3e4f-5a6b7c8d9e0f\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"PUT /v1/reports/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_report_gone\",\n    \"payload\": {\"id\": \"rpt-5c6d7e8f-9a0b-1c2d-3e4f-5a6b7c8d9e0f\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"report no longer available\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/retry\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_retry_token\",\n    \"payload\": {\"id\": \"tok-6d7e8f9a-0b1c-2d3e-4f5a-6b7c8d9e0f1a\", \"idempotency-key\": \"idem-2026-003-retry\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"pending\"},\n    \"cleanup\": \"DELETE /v3/tokens/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/retry\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_token_payment_required\",\n    \"payload\": {\"id\": \"tok-6d7e8f9a-0b1c-2d3e-4f5a-6b7c8d9e0f1a\", \"idempotency-key\": \"idem-2026-004-retry\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment required for token retry\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_cancel_audit\",\n    \"payload\": {\"id\": \"adt-7e8f9a0b-1c2d-3e4f-5a6b-7c8d9e0f1a2b\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"PATCH /v2/audits/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_audit_not_found\",\n    \"payload\": {\"id\": \"adt-00000000-0000-0000-0000-000000000000\", \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"audit not found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_verify_export\",\n    \"payload\": {\"id\": \"exp-8f9a0b1c-2d3e-4f5a-6b7c-8d9e0f1a2b3c\", \"dry_run\": false},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"PUT /v3/exports/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"GET /v1/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_export_not_found\",\n    \"payload\": {\"id\": \"exp-00000000-0000-0000-0000-000000000000\", \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"export not found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_plan\",\n    \"payload\": {\"id\": \"pln-9a0b1c2d-3e4f-5a6b-7c8",
       "slot": 4,
       "is_10k": true,
       "dr": 806.0,
       "ac": 1243.0,
       "dtok": 4030.0,
       "pp_raw": {
        "0": 354.0,
        "1": 275.0,
        "2": 229.0,
        "3": 207.0,
        "4": 178.0
       },
       "tau": 2.5422
      },
      {
       "ctok": 2048,
       "ttft_ms": 352.0,
       "tok_s": 148.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"GET /v2/invoices/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"invoice_approve_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"headers\": {\"idempotency-key\": \"idem-001-abc\", \"Authorization\": \"Bearer <invoices:admin token>\"}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"job_id\": \"job_\", \"status\": \"queued\"},\n    \"cleanup\": \"DELETE /v3/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/invoices/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"invoice_approve_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"headers\": {\"idempotency-key\": \"idem-002-def\", \"Authorization\": \"Bearer <invoices:admin token>\"}},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment_required\", \"code\": \"402\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/customers/{id}/verify\",\n    \"method\": \"PUT\",\n    \"test_name\": \"customer_verify_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"query\": {\"cursor\": \"curs-abc\", \"limit\": 50}, \"headers\": {\"Authorization\": \"Bearer <customers:write token>\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"accepted\", \"audit_event_id\": \"evt_\"},\n    \"cleanup\": \"DELETE /v1/customers/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/customers/{id}/verify\",\n    \"method\": \"PUT\",\n    \"test_name\": \"customer_verify_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"query\": {\"cursor\": \"curs-def\", \"limit\": 50}, \"headers\": {\"Authorization\": \"Bearer <customers:write token>\"}},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"conflict\", \"code\": \"409\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"subscription_preview_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"headers\": {\"Authorization\": \"Bearer <subscriptions:admin token>\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"preview\": true, \"subscription_id\": \"550e8400\"},\n    \"cleanup\": \"DELETE /v2/subscriptions/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"subscription_preview_rate_limited\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"headers\": {\"Authorization\": \"Bearer <subscriptions:admin token>\"}},\n    \"expected_status\": 429,\n    \"expected_body_contains\": {\"error\": \"rate_limited\", \"code\": \"429\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/cancel\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"webhook_cancel_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"query\": {\"cursor\": \"curs-ghi\", \"limit\": 100}, \"headers\": {\"Authorization\": \"Bearer <webhooks:write token>\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"cancelled\", \"webhook_id\": \"550e8400\"},\n    \"cleanup\": \"PUT /v2/events/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/cancel\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"webhook_cancel_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"query\": {\"cursor\": \"curs-jkl\", \"limit\": 100}, \"headers\": {\"Authorization\": \"Bearer <webhooks:write token>\"}},\n    \"expected_status\": 428,\n    \"expected_body_contains\": {\"error\": \"precondition_required\", \"code\": \"428\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"report_cancel_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"headers\": {\"idempotency-key\": \"idem-003-ghi\", \"Authorization\": \"Bearer <reports:admin token>\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"cancelled\", \"report_id\": \"550e8400\"},\n    \"cleanup\": \"GET /v2/reports/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"report_cancel_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440010\", \"headers\": {\"idempotency-key\": \"idem-004-jkl\", \"Authorization\": \"Bearer <reports:admin token>\"}},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment_required\", \"code\": \"402\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/tokens/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"token_rotate_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440011\", \"headers\": {\"idempotency-key\": \"idem-005-mno\", \"Authorization\": \"Bearer <tokens:read token>\", \"X-2FA-Context\": \"totp-valid\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"token_id\": \"550e8400\", \"rotated_at\": \"2026\"},\n    \"cleanup\": \"DELETE /v3/tokens/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/tokens/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"token_rotate_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"headers\": {\"idempotency-key\": \"idem-006-pqr\", \"Authorization\": \"Bearer <tokens:read token>\", \"X-2FA-Context\": \"totp-valid\"}},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"not_found\", \"code\": \"404\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v3/audits/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"audit_verify_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440012\", \"headers\": {\"Authorization\": \"Bearer <audits:write token>\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"verified\": true, \"audit_id\": \"550e8400\"},\n    \"cleanup\": \"POST /v2/audits/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"POST /v3/audits/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"audit_verify_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440013\", \"headers\": {\"Authorization\": \"Bearer <audits:write token>\"}},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"gone\", \"code\": \"410\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"export_verify_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440014\", \"query\": {\"as_of\": \"2026-06-15T10:30:00Z\"}, \"headers\": {\"Authorization\": \"Bearer <exports:admin token>\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"accepted\", \"export_id\": \"550e8400\"},\n    \"cleanup\": \"PUT /v3/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"",
       "slot": 5,
       "is_10k": true,
       "dr": 792.0,
       "ac": 1256.0,
       "dtok": 3960.0,
       "pp_raw": {
        "0": 344.0,
        "1": 292.0,
        "2": 241.0,
        "3": 209.0,
        "4": 170.0
       },
       "tau": 2.5859
      },
      {
       "ctok": 2048,
       "ttft_ms": 359.0,
       "tok_s": 150.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"invoice_cancel_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440001\",\n      \"dry_run\": false,\n      \"status\": \"canceled\",\n      \"amount_cents\": 10000,\n      \"currency\": \"USD\",\n      \"metadata\": {\"reason\": \"customer_request\"},\n      \"version\": 2\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"canceled\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/cancel with dry_run=false to revert or POST to create replacement\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"invoice_cancel_not_found\",\n    \"payload\": {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"dry_run\": false,\n      \"status\": \"canceled\",\n      \"amount_cents\": 10000,\n      \"currency\": \"USD\",\n      \"metadata\": {},\n      \"version\": 1\n    },\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"POST /v1/customers/{id}/finalize\",\n    \"method\": \"POST\",\n    \"test_name\": \"customer_finalize_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440002\",\n      \"dry_run\": false,\n      \"status\": \"active\",\n      \"amount_cents\": 5000,\n      \"currency\": \"USD\",\n      \"metadata\": {\"tier\": \"premium\"},\n      \"version\": 3\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"active\",\n    \"cleanup\": \"DELETE /v1/customers/{id} or PATCH to pending status if supported\"\n  },\n  {\n    \"endpoint\": \"POST /v1/customers/{id}/finalize\",\n    \"method\": \"POST\",\n    \"test_name\": \"customer_finalize_gone\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440002\",\n      \"dry_run\": false,\n      \"status\": \"canceled\",\n      \"amount_cents\": 5000,\n      \"currency\": \"USD\",\n      \"metadata\": {},\n      \"version\": 1\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/subscriptions/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"subscription_archive_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440003\",\n      \"status\": \"done\",\n      \"amount_cents\": 15000,\n      \"currency\": \"USD\",\n      \"metadata\": {\"plan\": \"annual\"},\n      \"version\": 2\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"done\",\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/archive with status pending to unarchive if supported, or create new subscription\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/subscriptions/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"subscription_archive_conflict\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440003\",\n      \"status\": \"failed\",\n      \"amount_cents\": 15000,\n      \"currency\": \"USD\",\n      \"metadata\": {},\n      \"version\": 99\n    },\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/webhooks/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"webhook_cancel_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440004\",\n      \"idempotency_key\": \"webhook-cancel-001\",\n      \"status\": \"closed\",\n      \"amount_cents\": 0,\n      \"currency\": \"USD\",\n      \"metadata\": {\"source\": \"api\"},\n      \"version\": 2\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"closed\",\n    \"cleanup\": \"POST /v2/webhooks to recreate or PUT /v2/webhooks/{id}/cancel with different action to reopen\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/webhooks/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"webhook_cancel_rate_limited\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440004\",\n      \"idempotency_key\": \"webhook-cancel-002\",\n      \"status\": \"closed\",\n      \"amount_cents\": 0,\n      \"currency\": \"USD\",\n      \"metadata\": {},\n      \"version\": 1\n    },\n    \"expected_status\": 429,\n    \"expected_body_contains\": \"rate limit\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"report_finalize_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440005\",\n      \"as_of\": \"2024-01-15T00:00:00Z\",\n      \"status\": \"closed\",\n      \"amount_cents\": 25000,\n      \"currency\": \"USD\",\n      \"metadata\": {\"period\": \"q4_2023\"},\n      \"version\": 5\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"closed\",\n    \"cleanup\": \"none needed for GET; report remains finalized\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"report_finalize_not_found\",\n    \"payload\": {\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\n      \"as_of\": \"2024-01-15T00:00:00Z\",\n      \"status\": \"open\",\n      \"amount_cents\": 25000,\n      \"currency\": \"USD\",\n      \"metadata\": {},\n      \"version\": 1\n    },\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"POST /v2/tokens/{id}/retry\",\n    \"method\": \"POST\",\n    \"test_name\": \"token_retry_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440006\",\n      \"idempotency_key\": \"token-retry-001\",\n      \"status\": \"done\",\n      \"amount_cents\": 100,\n      \"currency\": \"USD\",\n      \"metadata\": {\"2fa_verified\": \"true\"},\n      \"version\": 3\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"done\",\n    \"cleanup\": \"POST /v2/tokens/{id}/retry to reset or DELETE /v2/tokens/{id} if supported\"\n  },\n  {\n    \"endpoint\": \"POST /v2/tokens/{id}/retry\",\n    \"method\": \"POST\",\n    \"test_name\": \"token_retry_payment_required\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440006\",\n      \"idempotency_key\": \"token-retry-002\",\n      \"status\": \"pending\",\n      \"amount_cents\": 100,\n      \"currency\": \"USD\",\n      \"metadata\": {\"2fa_verified\": \"false\"},\n      \"version\": 1\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none needed\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/audits/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"audit_retry_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440007\",\n      \"dry_run\": false,\n      \"status\": \"done\",\n      \"amount_cents\": 0,\n      \"currency\": \"USD\",\n      \"metadata\": {\"retried_by\": \"system\"},\n      \"version\": 4\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"done\",\n    \"cleanup\": \"PATCH /v3/audits/{id}/retry is idempotent; retry again to confirm state\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/audits/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"audit_retry_gone",
       "slot": 6,
       "is_10k": true,
       "dr": 780.0,
       "ac": 1267.0,
       "dtok": 3900.0,
       "pp_raw": {
        "0": 350.0,
        "1": 274.0,
        "2": 236.0,
        "3": 213.0,
        "4": 194.0
       },
       "tau": 2.6244
      },
      {
       "ctok": 2048,
       "ttft_ms": 349.0,
       "tok_s": 143.4,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v3/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_cancel_invoice_with_as_of_date\",\n    \"payload\": {\n      \"id\": \"inv-7f8a9b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c\",\n      \"as_of\": \"2024-01-15T10:30:00Z\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v3/invoices/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_invoice_not_found\",\n    \"payload\": {\n      \"id\": \"inv-00000000-0000-0000-0000-000000000000\",\n      \"as_of\": \"2024-01-15T10:30:00Z\"\n    },\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/approve\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_approve_customer\",\n    \"payload\": {\n      \"id\": \"cus-8a9b0c1d-2e3f-4a5b-6c7d-8e9f0a1b2c3d\"\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"DELETE /v1/customers/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/approve\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_payment_required\",\n    \"payload\": {\n      \"id\": \"cus-8a9b0c1d-2e3f-4a5b-6c7d-8e9f0a1b2c3d\",\n      \"force\": true\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_subscription_with_pagination\",\n    \"payload\": {\n      \"id\": \"sub-9b0c1d2e-3f4a-5b6c-7d8e-9f0a1b2c3d4e\",\n      \"cursor\": \"eyJpZCI6InN1Yi0wMDEifQ==\",\n      \"limit\": 50\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"retry queued\",\n    \"cleanup\": \"POST /v3/subscriptions/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_subscription_conflict\",\n    \"payload\": {\n      \"id\": \"sub-9b0c1d2e-3f4a-5b6c-7d8e-9f0a1b2c3d4e\",\n      \"cursor\": \"eyJpZCI6InN1Yi0wMDEifQ==\",\n      \"limit\": 50\n    },\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v3/webhooks/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_verify_webhook_dry_run\",\n    \"payload\": {\n      \"id\": \"whk-0c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f\",\n      \"dry_run\": true\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verification queued\",\n    \"cleanup\": \"DELETE /v3/webhooks/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"POST /v3/webhooks/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_precondition_failed\",\n    \"payload\": {\n      \"id\": \"whk-0c1d2e3f-4a5b-6c7d-8e9f-0a1b2c3d4e5f\",\n      \"dry_run\": false\n    },\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_verify_report_with_2fa\",\n    \"payload\": {\n      \"id\": \"rep-1d2e3f4a-5b6c-7d8e-9f0a-1b2c3d4e5f6a\",\n      \"dry_run\": false,\n      \"x-2fa-context\": \"totp-verified-abc123\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"PATCH /v1/reports/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_bad_request_invalid_dry_run\",\n    \"payload\": {\n      \"id\": \"rep-1d2e3f4a-5b6c-7d8e-9f0a-1b2c3d4e5f6a\",\n      \"dry_run\": \"invalid_value\",\n      \"x-2fa-context\": \"totp-verified-abc123\"\n    },\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"bad request\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token_paginated\",\n    \"payload\": {\n      \"id\": \"tok-2e3f4a5b-6c7d-8e9f-0a1b-2c3d4e5f6a7b\",\n      \"cursor\": \"eyJpZCI6InRvay0wMDEifQ==\",\n      \"limit\": 100\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"DELETE /v1/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_token_gone\",\n    \"payload\": {\n      \"id\": \"tok-00000000-0000-0000-0000-000000000000\",\n      \"cursor\": \"eyJpZCI6InRvay0wMDEifQ==\",\n      \"limit\": 100\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/audits/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_audit_cached\",\n    \"payload\": {\n      \"id\": \"aud-3f4a5b6c-7d8e-9f0a-1b2c-3d4e5f6a7b8c\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"POST /v1/audits/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/audits/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_payment_required_audit\",\n    \"payload\": {\n      \"id\": \"aud-3f4a5b6c-7d8e-9f0a-1b2c-3d4e5f6a7b8c\"\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_verify_export\",\n    \"payload\": {\n      \"id\": \"exp-4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_bad_request_malformed_id\",\n    \"payload\": {\n      \"",
       "slot": 7,
       "is_10k": true,
       "dr": 837.0,
       "ac": 1212.0,
       "dtok": 4185.0,
       "pp_raw": {
        "0": 370.0,
        "1": 255.0,
        "2": 222.0,
        "3": 197.0,
        "4": 168.0
       },
       "tau": 2.448
      }
     ],
     "mean_proposed": 5.0
    }
   }
  },
  "E1B_nospec": {
   "cfg": {
    "method": "none",
    "k": null,
    "head": null,
    "argmax": false,
    "kv": "fp8_e4m3",
    "ml": 16384
   },
   "cmd": "vllm serve /models/Kimi-K2.6-NVFP4 --tensor-parallel-size 4 --gpu-memory-utilization 0.90 --quantization modelopt_fp4 --max-model-len 16384 --kv-cache-dtype fp8_e4m3 --compilation-config {\"cudagraph_mode\": \"FULL_AND_PIECEWISE\", \"cudagraph_capture_sizes\": [1, 2, 3, 4, 5, 8, 12, 16, 32, 64, 128]} --attention-config {\"disable_flashinfer_q_quantization\": true} --chat-template /cache/kimi_chat_template.jinja --limit-mm-per-prompt {\"image\":0,\"video\":0} --async-scheduling --trust-remote-code --port 8000",
   "cells": {
    "tool_nothink_10k": {
     "n": 4,
     "tok_s_median": 151.6,
     "tok_s_first8_median": null,
     "tok_s_agg": 151.5,
     "tok_s_all_sorted": [
      151.5,
      151.5,
      151.6,
      151.6
     ],
     "ctok_median": 2048,
     "aa_len_ok": true,
     "ttft_ms_median": 352.0,
     "prefix_cache_suspect": false,
     "tau": null,
     "per_pos": null,
     "power": null,
     "rows": [
      {
       "ctok": 2048,
       "ttft_ms": 367.0,
       "tok_s": 151.5,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"archive_invoice_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"as_of\": \"2024-01-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/archive with as_of null to unarchive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"archive_invoice_gone_error\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440099\", \"as_of\": \"2024-01-15T10:30:00Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"verify_customer_delete_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"idempotency-key\": \"ik-2024-001-abc123\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"accepted\",\n    \"cleanup\": \"POST /v2/customers/{id}/verify to restore soft-deleted customer\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"verify_customer_not_found\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440099\", \"idempotency-key\": \"ik-2024-001-xyz789\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"retry_subscription_delete_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"idempotency-key\": \"ik-sub-2024-001\", \"2fa_context\": \"totp-verified-abc123\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"POST /v1/subscriptions to recreate subscription\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"retry_subscription_precondition_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"idempotency-key\": \"ik-sub-2024-002\", \"2fa_context\": null},\n    \"expected_status\": 428,\n    \"expected_body_contains\": \"precondition required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"approve_webhook_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"DELETE /v3/webhooks/{id}/approve to revoke approval\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"approve_webhook_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 50},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"archive_report_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PUT /v2/reports/{id}/archive with dry_run true then false to unarchive\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"archive_report_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"dry_run\": false},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"archive_token_get_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"created\",\n    \"cleanup\": \"DELETE /v3/tokens/{id}/archive to remove archive record\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"archive_token_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"retry_audit_get_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"as_of\": \"2024-06-01T00:00:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"retry queued\",\n    \"cleanup\": \"DELETE /v3/audits/{id}/retry to cancel queued retry\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"retry_audit_too_many_requests\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"as_of\": \"2024-06-01T00:00:00Z\"},\n    \"expected_status\": 429,\n    \"expected_body_contains\": \"too many requests\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"retry_export_patch_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 100},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/retry with status reset to pending\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"retry_export_precondition_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 100},\n    \"expected_status\": 428,\n    \"expected_body_contains\": \"precondition required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"finalize_plan_get_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 25},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"finalize accepted\",\n    \"cleanup\": \"PUT /v1/plans/{id}/finalize to unfinalize plan\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"finalize_plan_not_found\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440099\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 25},\n    \"expected_status\": 404,\n    \"expected",
       "slot": 0,
       "is_10k": true
      },
      {
       "ctok": 2048,
       "ttft_ms": 352.0,
       "tok_s": 151.5,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"archive_invoice_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"status\": \"done\", \"metadata\": {\"archived_by\": \"system\"}, \"version\": 2},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"PATCH /v2/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"archive_invoice_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"status\": \"pending\", \"amount_cents\": -100, \"version\": 1},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"finalize_customer_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"status\": \"closed\", \"dry_run\": false, \"version\": 3},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"PUT /v1/customers/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"finalize_customer_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"status\": \"closed\", \"dry_run\": true, \"version\": 1},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"finalize_subscription_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"dry_run\": false, \"status\": \"done\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"job_id\": \"job_\"},\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"finalize_subscription_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"dry_run\": false, \"status\": \"pending\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"preview_webhook_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"open\", \"cursor\": \"abc123\", \"limit\": 10, \"metadata\": {\"preview\": \"true\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"audit_event_id\": \"evt_\"},\n    \"cleanup\": \"PATCH /v3/webhooks/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"preview_webhook_precondition_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"open\", \"cursor\": \"abc123\", \"limit\": 10, \"metadata\": {}},\n    \"expected_status\": 428,\n    \"expected_body_contains\": {\"error\": \"Precondition Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"approve_report_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"status\": \"open\", \"idempotency-key\": \"idem-abc-123\", \"metadata\": {\"approved\": \"true\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"page\": 1},\n    \"cleanup\": \"DELETE /v2/reports/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"approve_report_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"status\": \"open\", \"idempotency-key\": \"idem-def-456\", \"amount_cents\": -50},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"archive_token_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"status\": \"closed\", \"idempotency-key\": \"idem-ghi-789\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"archive_token_bad_request\",\n    \"payload\": {\"id\": \"invalid-uuid\", \"status\": \"closed\", \"idempotency-key\": \"idem-jkl-012\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"Bad Request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"preview_audit_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"status\": \"active\", \"cursor\": \"audit-cursor-1\", \"limit\": 25},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"page\": 1},\n    \"cleanup\": \"DELETE /v2/audits/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"preview_audit_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"status\": \"canceled\", \"cursor\": \"audit-cursor-1\", \"limit\": 25},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"Gone\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"archive_export_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"status\": \"done\", \"as_of\": \"2026-06-01T00:00:00Z\", \"metadata\": {\"archived\": \"true\"}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"archive_export_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"status\": \"done\", \"as_of\": \"2026-06-01T00:00:00Z\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"archive_plan_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"status\": \"held\", \"cursor\": \"plan-cursor-1\", \"limit\": 5, \"metadata\": {\"archived\": \"true\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"audit_event_id\": \"evt_\"},\n    \"cleanup\": \"GET /v2/plans/{id}/archive\"\n  },\n  {\n",
       "slot": 1,
       "is_10k": true
      },
      {
       "ctok": 2048,
       "ttft_ms": 348.0,
       "tok_s": 151.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_rotate_invoice_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"active\", \"amount_cents\": 10000},\n    \"cleanup\": \"POST /v2/invoices/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_customer_accepted\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"headers\": {\"idempotency-key\": \"idem-key-001\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"canceled\"},\n    \"cleanup\": \"PUT /v2/customers/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"headers\": {\"idempotency-key\": \"idem-key-002\"}},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"Precondition Failed\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_verify_subscription_created\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"headers\": {\"idempotency-key\": \"idem-key-003\"}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\", \"amount_cents\": 5000},\n    \"cleanup\": \"PATCH /v1/subscriptions/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_not_found\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"headers\": {\"idempotency-key\": \"idem-key-004\"}},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_rotate_webhook_dry_run\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"query\": {\"dry_run\": true}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"open\"},\n    \"cleanup\": \"POST /v2/webhooks/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"query\": {\"dry_run\": false}},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_cancel_report_paginated\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"query\": {\"cursor\": \"c1\", \"limit\": 20}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"canceled\"},\n    \"cleanup\": \"DELETE /v2/reports/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440010\", \"query\": {\"cursor\": \"c2\", \"limit\": 50}},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"Precondition Failed\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token_as_of\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440011\", \"query\": {\"as_of\": \"2026-01-15T00:00:00Z\"}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"pending\"},\n    \"cleanup\": \"GET /v3/tokens/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440012\", \"query\": {\"as_of\": \"2025-06-01T00:00:00Z\"}},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"Gone\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_rotate_audit_cached\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440013\", \"headers\": {\"idempotency-key\": \"idem-key-005\"}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"GET /v1/audits/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440014\", \"headers\": {\"idempotency-key\": \"idem-key-006\"}},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_archive_export_cached\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440015\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\"},\n    \"cleanup\": \"DELETE /v2/exports/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440016\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_approve_plan_dry_run\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440017\", \"query\": {\"dry_run\": true}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"POST /v2/plans/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_bad_request\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440018\", \"query\": {\"dry_run\": \"invalid\"}},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"Bad Request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/usage/{id}/preview\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_preview_usage_admin\",\n    \"payload\": {\"id\": \"550e8400-e29b-",
       "slot": 2,
       "is_10k": true
      },
      {
       "ctok": 2048,
       "ttft_ms": 293.0,
       "tok_s": 151.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_cancel_invoice\",\n    \"payload\": {\"id\": \"inv-7a3f9e2d-1b5c-4d8e-9f6a-2c4e8d0b6a3f\", \"cursor\": \"eyJpZCI6ImN1cnNvci0xIn0=\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v1/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_invoice_already_cancelled\",\n    \"payload\": {\"id\": \"inv-7a3f9e2d-1b5c-4d8e-9f6a-2c4e8d0b6a3f\", \"cursor\": \"eyJpZCI6ImN1cnNvci0xIn0=\", \"limit\": 50},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"Gone\",\n    \"cleanup\": \"POST /v1/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_customer\",\n    \"payload\": {\"id\": \"cus-9e2d1b5c-4d8e-9f6a-2c4e8d0b6a3f7a3f\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PUT /v1/customers/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_customer_not_found\",\n    \"payload\": {\"id\": \"cus-00000000-0000-0000-0000-000000000000\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"PUT /v1/customers/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_subscription\",\n    \"payload\": {\"id\": \"sub-1b5c4d8e-9f6a-2c4e-8d0b-6a3f7a3f9e2d\", \"cursor\": \"eyJpZCI6ImN1cnNvci0xIn0=\", \"limit\": 25},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_subscription_payment_required\",\n    \"payload\": {\"id\": \"sub-1b5c4d8e-9f6a-2c4e-8d0b-6a3f7a3f9e2d\", \"cursor\": \"eyJpZCI6ImN1cnNvci0xIn0=\", \"limit\": 25},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_webhook\",\n    \"payload\": {\"id\": \"whk-4d8e9f6a-2c4e-8d0b-6a3f-7a3f9e2d1b5c\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"GET /v2/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_webhook_precondition_failed\",\n    \"payload\": {\"id\": \"whk-4d8e9f6a-2c4e-8d0b-6a3f-7a3f9e2d1b5c\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"Precondition Failed\",\n    \"cleanup\": \"GET /v2/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_report\",\n    \"payload\": {\"id\": \"rpt-9f6a2c4e-8d0b-6a3f-7a3f-9e2d1b5c4d8e\", \"as_of\": \"2024-01-15T09:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"DELETE /v3/reports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_report_conflict\",\n    \"payload\": {\"id\": \"rpt-9f6a2c4e-8d0b-6a3f-7a3f-9e2d1b5c4d8e\", \"as_of\": \"2024-01-15T09:30:00Z\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"DELETE /v3/reports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token\",\n    \"payload\": {\"id\": \"tkn-2c4e8d0b-6a3f-7a3f-9e2d-1b5c4d8e9f6a\", \"as_of\": \"2024-06-20T14:45:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_token_gone\",\n    \"payload\": {\"id\": \"tkn-2c4e8d0b-6a3f-7a3f-9e2d-1b5c4d8e9f6a\", \"as_of\": \"2024-06-20T14:45:00Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"Gone\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_audit\",\n    \"payload\": {\"id\": \"adt-8d0b6a3f-7a3f-9e2d-1b5c-4d8e9f6a2c4e\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"PATCH /v1/audits/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_audit_precondition_failed\",\n    \"payload\": {\"id\": \"adt-8d0b6a3f-7a3f-9e2d-1b5c-4d8e9f6a2c4e\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"Precondition Failed\",\n    \"cleanup\": \"PATCH /v1/audits/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_finalize_export\",\n    \"payload\": {\"id\": \"exp-6a3f7a3f-9e2d-1b5c-4d8e-9f6a2c4e8d0b\", \"idempotency_key\": \"idem-7a3f9e2d-1b5c-4d8e-9f6a-2c4e8d0b6a3f\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_export_conflict\",\n    \"payload\":",
       "slot": 3,
       "is_10k": true
      }
     ],
     "mean_proposed": null
    }
   }
  },
  "E1C_ngramgpu_k8": {
   "cfg": {
    "method": "ngram_gpu",
    "k": 8,
    "head": null,
    "argmax": false,
    "kv": "fp8_e4m3",
    "ml": 16384
   },
   "cmd": "vllm serve /models/Kimi-K2.6-NVFP4 --tensor-parallel-size 4 --gpu-memory-utilization 0.90 --quantization modelopt_fp4 --max-model-len 16384 --kv-cache-dtype fp8_e4m3 --speculative-config {\"method\": \"ngram_gpu\", \"num_speculative_tokens\": 8, \"prompt_lookup_max\": 4, \"prompt_lookup_min\": 2} --compilation-config {\"cudagraph_mode\": \"FULL_AND_PIECEWISE\", \"cudagraph_capture_sizes\": [1, 2, 3, 4, 5, 9, 18, 27, 36, 72, 144, 288]} --attention-config {\"disable_flashinfer_q_quantization\": true} --chat-template /cache/kimi_chat_template.jinja --limit-mm-per-prompt {\"image\":0,\"video\":0} --async-scheduling --trust-remote-code --port 8000",
   "cells": {
    "tool_nothink_10k": {
     "n": 8,
     "tok_s_median": 166.7,
     "tok_s_first8_median": 166.7,
     "tok_s_agg": 159.1,
     "tok_s_all_sorted": [
      124.2,
      135.8,
      151.7,
      164.9,
      168.5,
      179.4,
      181.1,
      192.7
     ],
     "ctok_median": 2048,
     "aa_len_ok": true,
     "ttft_ms_median": 356.0,
     "prefix_cache_suspect": false,
     "tau": 2.9377,
     "per_pos": {
      "0": 0.3843,
      "1": 0.3179,
      "2": 0.2708,
      "3": 0.252,
      "4": 0.2271,
      "5": 0.1852,
      "6": 0.1599,
      "7": 0.1406
     },
     "power": null,
     "rows": [
      {
       "ctok": 2048,
       "ttft_ms": 368.0,
       "tok_s": 168.5,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"invoice_archive_happy_path\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440001\",\n      \"as_of\": \"2026-06-15T10:30:00Z\"\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/archive with as_of future date to unarchive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"invoice_archive_gone_error\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440999\",\n      \"as_of\": \"2026-06-15T10:30:00Z\"\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"customer_verify_soft_delete_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440002\",\n      \"idempotency-key\": \"idem-abc-123-xyz-001\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"accepted\",\n    \"cleanup\": \"POST /v2/customers/{id}/verify to restore soft-deleted customer\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"customer_verify_not_found\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440999\",\n      \"idempotency-key\": \"idem-abc-123-xyz-002\"\n    },\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"subscription_retry_admin_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440003\",\n      \"idempotency-key\": \"idem-abc-123-xyz-003\"\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/retry to reset state\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"subscription_retry_gone\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440999\",\n      \"idempotency-key\": \"idem-abc-123-xyz-004\"\n    },\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"webhook_approve_paginated_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440004\",\n      \"cursor\": \"eyJwYWdlIjoxfQ==\",\n      \"limit\": 50\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"PUT /v3/webhooks/{id}/approve with cursor reset to revoke\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"webhook_approve_payment_required\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440004\",\n      \"cursor\": \"invalid-cursor-!!!\",\n      \"limit\": 50\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"report_archive_dry_run_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440005\",\n      \"dry_run\": true\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"dry_run\",\n    \"cleanup\": \"PUT /v2/reports/{id}/archive with dry_run false to confirm\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"report_archive_conflict\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440005\",\n      \"dry_run\": false\n    },\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"token_archive_admin_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440006\"\n    },\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"created\",\n    \"cleanup\": \"GET /v3/tokens/{id}/archive to re-archive idempotently\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"token_archive_precondition_failed\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440006\"\n    },\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"audit_retry_beta_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440007\",\n      \"as_of\": \"2026-06-15T10:30:00Z\"\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"retry queued\",\n    \"cleanup\": \"GET /v3/audits/{id}/retry with as_of null to cancel retry\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"audit_retry_payment_required\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440007\",\n      \"as_of\": \"2026-06-15T10:30:00Z\"\n    },\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"export_retry_admin_paginated_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440008\",\n      \"cursor\": \"eyJwYWdlIjoxfQ==\",\n      \"limit\": 100\n    },\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/retry with cursor reset to undo\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"export_retry_precondition_required\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440008\",\n      \"cursor\": \"eyJwYWdlIjoxfQ==\",\n      \"limit\": 100\n    },\n    \"expected_status\": 428,\n    \"expected_body_contains\": \"precondition required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"plan_finalize_paginated_happy\",\n    \"payload\": {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440009\",\n      \"cursor\": \"eyJwYWdlIjoxfQ==\",\n      \"limit\": 25\n    },\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"GET /v1/plans/{id}/finalize with cursor reset to unfinalize\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id",
       "slot": 0,
       "is_10k": true,
       "dr": 649.0,
       "ac": 1403.0,
       "dtok": 5192.0,
       "pp_raw": {
        "0": 268.0,
        "1": 216.0,
        "2": 190.0,
        "3": 178.0,
        "4": 167.0,
        "5": 154.0,
        "6": 123.0,
        "7": 107.0
       },
       "tau": 3.1618
      },
      {
       "ctok": 2048,
       "ttft_ms": 357.0,
       "tok_s": 181.1,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_archive_invoice\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PATCH /v2/invoices/{id}/archive reversal (unarchive via internal admin)\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_finalize_customer\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"PUT /v1/customers/{id}/finalize reversal (reopen customer status)\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_finalize_subscription\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/finalize async job completion check\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"dry_run\": false},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_webhook\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 10},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PATCH /v3/webhooks/{id}/preview reversal (disable preview mode)\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_precondition_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 10},\n    \"expected_status\": 428,\n    \"expected_body_contains\": \"Precondition Required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_approve_report\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"idempotency-key\": \"idem-550e8400-e29b-41d4-a716-446655440005-001\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"DELETE /v2/reports/{id}/approve reversal (revoke approval)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"idempotency-key\": \"idem-550e8400-e29b-41d4-a716-446655440005-002\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"idempotency-key\": \"idem-550e8400-e29b-41d4-a716-446655440006-001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive reversal (unarchive token via admin)\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_bad_request\",\n    \"payload\": {\"id\": \"invalid-uuid-format\", \"idempotency-key\": \"idem-invalid-001\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"Bad Request\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_preview_audit\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 20},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"DELETE /v2/audits/{id}/preview reversal (clear preview state)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 20},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"Gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_archive_export\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"as_of\": \"2026-06-30T00:00:00Z\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive reversal (restore export from archive)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"as_of\": \"2026-06-30T00:00:00Z\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_plan\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 15},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"GET /v2/plans/{id}/archive reversal (unarchive plan)\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 15},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"Gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/usage/{id}/retry\",\n    \"method\": \"",
       "slot": 1,
       "is_10k": true,
       "dr": 621.0,
       "ac": 1427.0,
       "dtok": 4968.0,
       "pp_raw": {
        "0": 272.0,
        "1": 229.0,
        "2": 203.0,
        "3": 190.0,
        "4": 171.0,
        "5": 139.0,
        "6": 119.0,
        "7": 104.0
       },
       "tau": 3.2979
      },
      {
       "ctok": 2048,
       "ttft_ms": 357.0,
       "tok_s": 124.2,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_rotate_invoice\",\n    \"payload\": {\"id\": \"inv-2f8a9c4e-1d3b-5e6f-7a8b-9c0d1e2f3a4b\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"POST /v2/invoices/{id}/rotate (not idempotent reverse; use PUT /v2/invoices/{id}/cancel if exists)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_concurrent_modification_409\",\n    \"payload\": {\"id\": \"inv-2f8a9c4e-1d3b-5e6f-7a8b-9c0d1e2f3a4b\", \"simulate_conflict\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_customer\",\n    \"payload\": {\"id\": \"cust-3a9b8c7d-6e5f-4a3b-2c1d-0e9f8a7b6c5d\", \"idempotency-key\": \"ik-2024-001-cancel-abc123\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v2/customers/{id}/verify (reactivate) or manual reactivation via support\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_precondition_failed_412\",\n    \"payload\": {\"id\": \"cust-3a9b8c7d-6e5f-4a3b-2c1d-0e9f8a7b6c5d\", \"idempotency-key\": \"ik-2024-002-cancel-xyz789\", \"status\": \"already_cancelled\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_verify_subscription\",\n    \"payload\": {\"id\": \"sub-4b0c9d8e-7f6a-5b4c-3d2e-1f0a9b8c7d6e\", \"idempotency-key\": \"ik-2024-003-verify-def456\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"DELETE /v2/subscriptions/{id}/cancel (if exists) or POST /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_not_found_404\",\n    \"payload\": {\"id\": \"sub-nonexistent-0000-0000-0000-000000000000\", \"idempotency-key\": \"ik-2024-004-verify-ghi789\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_rotate_webhook\",\n    \"payload\": {\"id\": \"whk-5c1d0e9f-8a7b-6c5d-4e3f-2a1b0c9d8e7f\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"PUT /v3/webhooks/{id}/rotate with dry_run true to preview, then actual rotate back\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_resource_conflict_409\",\n    \"payload\": {\"id\": \"whk-5c1d0e9f-8a7b-6c5d-4e3f-2a1b0c9d8e7f\", \"dry_run\": false, \"simulate_in_progress\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_cancel_report\",\n    \"payload\": {\"id\": \"rpt-6d2e1f0a-9c8b-7e6f-5a4b-3c2d1e0f9a8b\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v2/reports/{id}/finalize (regenerate) or manual requeue\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_not_found_404\",\n    \"payload\": {\"id\": \"rpt-nonexistent-0000-0000-0000-000000000000\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token\",\n    \"payload\": {\"id\": \"tok-7e3f2a1b-0d9c-8f7e-6b5a-4c3d2e1f0a9b\", \"as_of\": \"2024-01-15T10:30:00Z\", \"two_fa_context\": \"totp-verified-abc123\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"DELETE /v1/tokens/{id}/archive (if exists) or manual token revocation\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_gone_410\",\n    \"payload\": {\"id\": \"tok-expired-0000-0000-0000-000000000000\", \"as_of\": \"2023-01-01T00:00:00Z\", \"two_fa_context\": \"totp-verified-def456\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_rotate_audit\",\n    \"payload\": {\"id\": \"adt-8f4a3b2c-1e0d-9a8b-7c6a-5b4c3d2e1f0a\", \"idempotency-key\": \"ik-2024-005-rotate-jkl012\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"POST /v1/audits/{id}/rotate (idempotent, can rotate again) or manual archive\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_conflict_409\",\n    \"payload\": {\"id\": \"adt-8f4a3b2c-1e0d-9a8b-7c6a-5b4c3d2e1f0a\", \"idempotency-key\": \"ik-2024-006-rotate-mno345\", \"simulate_concurrent\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_archive_export\",\n    \"payload\": {\"id\": \"exp-9g5b4c3d-2f1e-0a9b-8d7c-6e5f4a3b2c1d\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PUT /v3/exports/{id}/unarchive (if exists) or POST /v3/exports/{id}/restore\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST",
       "slot": 2,
       "is_10k": true,
       "dr": 865.0,
       "ac": 1187.0,
       "dtok": 6920.0,
       "pp_raw": {
        "0": 265.0,
        "1": 205.0,
        "2": 165.0,
        "3": 152.0,
        "4": 134.0,
        "5": 100.0,
        "6": 89.0,
        "7": 77.0
       },
       "tau": 2.3723
      },
      {
       "ctok": 2048,
       "ttft_ms": 348.0,
       "tok_s": 164.9,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_cancel_invoice_with_pagination\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11\", \"cursor\": \"2026-01-15T08:30:00Z\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"pending\", \"amount_cents\": 1000},\n    \"cleanup\": \"POST /v1/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_invoice_already_gone_410\",\n    \"payload\": {\"id\": \"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a12\", \"cursor\": \"2026-01-15T08:30:00Z\", \"limit\": 50},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"gone\", \"code\": 410},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_customer_with_2fa\",\n    \"payload\": {\"id\": \"b1eebc99-9c0b-4ef8-bb6d-6bb9bd380a21\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"active\", \"amount_cents\": 5000},\n    \"cleanup\": \"PUT /v1/customers/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_customer_not_found_404\",\n    \"payload\": {\"id\": \"b1eebc99-9c0b-4ef8-bb6d-6bb9bd380a22\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"not_found\", \"code\": 404},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_subscription_with_pagination\",\n    \"payload\": {\"id\": \"c2eebc99-9c0b-4ef8-bb6d-6bb9bd380a31\", \"cursor\": \"2026-01-15T08:30:00Z\", \"limit\": 20},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\", \"amount_cents\": 2500},\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"GET /v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_subscription_payment_required_402\",\n    \"payload\": {\"id\": \"c2eebc99-9c0b-4ef8-bb6d-6bb9bd380a32\", \"cursor\": \"2026-01-15T08:30:00Z\", \"limit\": 20},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment_required\", \"code\": 402},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_idempotent_cancel_webhook\",\n    \"payload\": {\"id\": \"d3eebc99-9c0b-4ef8-bb6d-6bb9bd380a41\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"failed\", \"amount_cents\": 0},\n    \"cleanup\": \"GET /v2/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"POST /v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_webhook_precondition_failed_412\",\n    \"payload\": {\"id\": \"d3eebc99-9c0b-4ef8-bb6d-6bb9bd380a42\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"precondition_failed\", \"code\": 412},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_report_async\",\n    \"payload\": {\"id\": \"e4eebc99-9c0b-4ef8-bb6d-6bb9bd380a51\", \"as_of\": \"2026-06-01T00:00:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"pending\", \"job_id\": \"job-\"},\n    \"cleanup\": \"DELETE /v3/reports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_report_conflict_409\",\n    \"payload\": {\"id\": \"e4eebc99-9c0b-4ef8-bb6d-6bb9bd380a52\", \"as_of\": \"2026-06-01T00:00:00Z\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"conflict\", \"code\": 409},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token_async\",\n    \"payload\": {\"id\": \"f5eebc99-9c0b-4ef8-bb6d-6bb9bd380a61\", \"as_of\": \"2026-06-15T12:00:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"held\", \"job_id\": \"job-\"},\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_token_gone_410\",\n    \"payload\": {\"id\": \"f5eebc99-9c0b-4ef8-bb6d-6bb9bd380a62\", \"as_of\": \"2026-06-15T12:00:00Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": {\"error\": \"gone\", \"code\": 410},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_idempotent_cancel_audit\",\n    \"payload\": {\"id\": \"g6eebc99-9c0b-4ef8-bb6d-6bb9bd380a71\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"pending\", \"amount_cents\": 100},\n    \"cleanup\": \"PATCH /v1/audits/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_audit_precondition_failed_412\",\n    \"payload\": {\"id\": \"g6eebc99-9c0b-4ef8-bb6d-6bb9bd380a72\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"precondition_failed\", \"code\": 412},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_finalize_export_idempotent\",\n    \"payload\": {\"id\": \"h7eebc99-9c0b-4ef8-bb6d-6bb9bd380a81\", \"idempotency-key\": \"export-final-12345\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"closed\", \"cached\": true},\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_export_conflict_409\",\n    \"payload\": {\"id\": \"h7eebc99-9c0b-4ef8-bb6d-6bb9bd380a82\", \"idempotency-key\": \"export-final-12346\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"conflict\", \"code\": 409},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v3/plans/{",
       "slot": 3,
       "is_10k": true,
       "dr": 687.0,
       "ac": 1364.0,
       "dtok": 5496.0,
       "pp_raw": {
        "0": 272.0,
        "1": 232.0,
        "2": 192.0,
        "3": 177.0,
        "4": 167.0,
        "5": 123.0,
        "6": 104.0,
        "7": 97.0
       },
       "tau": 2.9854
      },
      {
       "ctok": 2048,
       "ttft_ms": 351.0,
       "tok_s": 192.7,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"invoices_retry_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"PUT /v2/invoices/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"invoices_retry_not_found\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440999\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"invoice not found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"customers_approve_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"idempotency-key\": \"idem-001-abc\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"DELETE /v1/customers/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"customers_approve_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"idempotency-key\": \"idem-001-abc\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"subscriptions_preview_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"cursor\": \"c1\", \"limit\": 10},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"subscriptions_preview_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"cursor\": \"c1\", \"limit\": 10},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"payment required\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"webhooks_finalize_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"POST /v1/webhooks/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"webhooks_finalize_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"conflict\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"reports_finalize_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"cursor\": \"c1\", \"limit\": 20},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"POST /v2/reports/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"reports_finalize_bad_request\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"cursor\": \"c1\", \"limit\": -1},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"bad request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/retry\",\n    \"method\": \"PUT\",\n    \"test_name\": \"tokens_retry_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"idempotency-key\": \"idem-002-def\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"done\"},\n    \"cleanup\": \"DELETE /v1/tokens/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/retry\",\n    \"method\": \"PUT\",\n    \"test_name\": \"tokens_retry_too_many_requests\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"idempotency-key\": \"idem-002-def\"},\n    \"expected_status\": 429,\n    \"expected_body_contains\": {\"error\": \"too many requests\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"audits_cancel_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"open\"},\n    \"cleanup\": \"POST /v3/audits/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"audits_cancel_not_found\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440999\", \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"not found\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"exports_verify_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"dry_run\": true},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"DELETE /v1/exports/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"GET /v1/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"exports_verify_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"dry_run\": true},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"precondition failed\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"plans_archive_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"as_of\": \"2026-01-15T00:00:00Z\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"DELETE /v2/plans/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"plans_archive_bad_request\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"as_of\": \"invalid-date\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"bad request\"},\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/usage/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"usage_finalize_success\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440010\", \"as_of\": \"2026-01-15T00:00:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"active\"},\n    \"cleanup\": \"DELETE /v2/usage/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/usage/{id}/finalize\",\n    \"",
       "slot": 4,
       "is_10k": true,
       "dr": 585.0,
       "ac": 1466.0,
       "dtok": 4680.0,
       "pp_raw": {
        "0": 279.0,
        "1": 242.0,
        "2": 203.0,
        "3": 193.0,
        "4": 173.0,
        "5": 140.0,
        "6": 129.0,
        "7": 107.0
       },
       "tau": 3.506
      },
      {
       "ctok": 2048,
       "ttft_ms": 356.0,
       "tok_s": 135.8,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"GET /v2/invoices/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_invoice_approve\",\n    \"payload\": {\"id\": \"inv_7a3f9c2e-1d5b-4e8a-9f6c-3b2a1c0d5e4f\", \"headers\": {\"idempotency-key\": \"idem_12345abc\", \"authorization\": \"Bearer token_invoices:admin\"}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": {\"status\": \"pending\", \"job_id\": \"job_\"},\n    \"cleanup\": \"DELETE /v1/invoices/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"GET /v2/invoices/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_payment_required_invoice_approve\",\n    \"payload\": {\"id\": \"inv_7a3f9c2e-1d5b-4e8a-9f6c-3b2a1c0d5e4f\", \"headers\": {\"idempotency-key\": \"idem_67890def\", \"authorization\": \"Bearer token_invoices:admin\"}},\n    \"expected_status\": 402,\n    \"expected_body_contains\": {\"error\": \"Payment Required\", \"code\": \"402\"},\n    \"cleanup\": \"DELETE /v1/invoices/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/customers/{id}/verify\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_customer_verify\",\n    \"payload\": {\"id\": \"cust_8b4e7d1f-2a6c-5f9b-0d7e-4c3b2a1f6e5d\", \"headers\": {\"authorization\": \"Bearer token_customers:write\"}, \"query\": {\"cursor\": \"curs_abc123\", \"limit\": 50}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"done\", \"verified\": true},\n    \"cleanup\": \"DELETE /v1/customers/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/customers/{id}/verify\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_conflict_customer_verify\",\n    \"payload\": {\"id\": \"cust_8b4e7d1f-2a6c-5f9b-0d7e-4c3b2a1f6e5d\", \"headers\": {\"authorization\": \"Bearer token_customers:write\"}, \"query\": {\"cursor\": \"curs_abc123\", \"limit\": 50}},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\", \"code\": \"409\"},\n    \"cleanup\": \"DELETE /v1/customers/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_subscription_preview\",\n    \"payload\": {\"id\": \"sub_9c5f8e2a-3b7d-6a0c-1e8f-5d4c3b2a7f6e\", \"headers\": {\"authorization\": \"Bearer token_subscriptions:admin\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"pending\", \"amount_cents\": 0},\n    \"cleanup\": \"PUT /v2/subscriptions/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/subscriptions/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_conflict_subscription_preview\",\n    \"payload\": {\"id\": \"sub_9c5f8e2a-3b7d-6a0c-1e8f-5d4c3b2a7f6e\", \"headers\": {\"authorization\": \"Bearer token_subscriptions:admin\"}},\n    \"expected_status\": 409,\n    \"expected_body_contains\": {\"error\": \"Conflict\", \"code\": \"409\"},\n    \"cleanup\": \"PUT /v2/subscriptions/{id}/verify\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/cancel\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_webhook_cancel\",\n    \"payload\": {\"id\": \"whk_0d6a9f3b-4c8e-7b1d-2f9a-6e5d4c3b8a7f\", \"headers\": {\"authorization\": \"Bearer token_webhooks:write\"}, \"query\": {\"cursor\": \"curs_def456\", \"limit\": 100}},\n    \"expected_status\": 202,\n    \"expected_body_contains\": {\"status\": \"canceled\", \"canceled_at\": \"20\"},\n    \"cleanup\": \"DELETE /v1/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/webhooks/{id}/cancel\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_bad_request_webhook_cancel\",\n    \"payload\": {\"id\": \"whk_0d6a9f3b-4c8e-7b1d-2f9a-6e5d4c3b8a7f\", \"headers\": {\"authorization\": \"Bearer token_webhooks:write\"}, \"query\": {\"cursor\": \"invalid_cursor!!!\", \"limit\": 100}},\n    \"expected_status\": 400,\n    \"expected_body_contains\": {\"error\": \"Bad Request\", \"code\": \"400\"},\n    \"cleanup\": \"DELETE /v1/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_report_cancel\",\n    \"payload\": {\"id\": \"rep_1e7b0a4c-5d9f-8c2e-3g0b-7f6e5d4c9b8a\", \"headers\": {\"idempotency-key\": \"idem_report_001\", \"authorization\": \"Bearer token_reports:admin\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\", \"canceled\": true},\n    \"cleanup\": \"GET /v2/reports/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_precondition_failed_report_cancel\",\n    \"payload\": {\"id\": \"rep_1e7b0a4c-5d9f-8c2e-3g0b-7f6e5d4c9b8a\", \"headers\": {\"idempotency-key\": \"idem_report_002\", \"authorization\": \"Bearer token_reports:admin\"}},\n    \"expected_status\": 412,\n    \"expected_body_contains\": {\"error\": \"Precondition Failed\", \"code\": \"412\"},\n    \"cleanup\": \"GET /v2/reports/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/tokens/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_token_rotate\",\n    \"payload\": {\"id\": \"tok_2f8c1b5d-6a0g-9d3f-4h1c-8g7f6e5d0c9b\", \"headers\": {\"idempotency-key\": \"idem_token_001\", \"authorization\": \"Bearer token_tokens:read\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"done\", \"token\": \"tok_\"},\n    \"cleanup\": \"DELETE /v3/tokens/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/tokens/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_not_found_token_rotate\",\n    \"payload\": {\"id\": \"tok_00000000-0000-0000-0000-000000000000\", \"headers\": {\"idempotency-key\": \"idem_token_002\", \"authorization\": \"Bearer token_tokens:read\"}},\n    \"expected_status\": 404,\n    \"expected_body_contains\": {\"error\": \"Not Found\", \"code\": \"404\"},\n    \"cleanup\": \"DELETE /v3/tokens/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"POST /v3/audits/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_audit_verify\",\n    \"payload\": {\"id\": \"aud_3g9d2c6e-7b1h-0e4g-5i2d-9h8g7f6e1d0c\", \"headers\": {\"authorization\": \"Bearer token_audits:write\"}},\n    \"expected_status\": 200,\n    \"expected_body_contains\": {\"status\": \"closed\", \"verified\": true},\n    \"cleanup\": \"POST /v2/audits/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"POST /v3/audits/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_gone_audit_verify\",\n    \"payload\": {\"id\": \"aud_3g9d2c6e-7b1h-0",
       "slot": 5,
       "is_10k": true,
       "dr": 817.0,
       "ac": 1232.0,
       "dtok": 6536.0,
       "pp_raw": {
        "0": 244.0,
        "1": 209.0,
        "2": 177.0,
        "3": 160.0,
        "4": 138.0,
        "5": 113.0,
        "6": 100.0,
        "7": 91.0
       },
       "tau": 2.508
      },
      {
       "ctok": 2048,
       "ttft_ms": 350.0,
       "tok_s": 151.7,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"cancel_invoice_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"dry_run\": false, \"status\": \"canceled\", \"amount_cents\": 10000, \"currency\": \"USD\", \"metadata\": {\"reason\": \"customer_request\"}, \"version\": 1},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"canceled\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/cancel with dry_run: true to verify state, then restore via internal admin if needed\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"cancel_invoice_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"dry_run\": false, \"status\": \"canceled\", \"amount_cents\": 10000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 999},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v1/customers/{id}/finalize\",\n    \"method\": \"POST\",\n    \"test_name\": \"finalize_customer_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"dry_run\": false, \"status\": \"active\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {\"tier\": \"premium\"}, \"version\": 2},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"active\",\n    \"cleanup\": \"PATCH /v3/customers/{id}/archive to revert customer status if endpoint exists, else internal admin reset\"\n  },\n  {\n    \"endpoint\": \"POST /v1/customers/{id}/finalize\",\n    \"method\": \"POST\",\n    \"test_name\": \"finalize_customer_gone\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"dry_run\": false, \"status\": \"active\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/subscriptions/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"archive_subscription_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"status\": \"done\", \"amount_cents\": 15000, \"currency\": \"USD\", \"metadata\": {\"plan\": \"annual\"}, \"version\": 3},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"done\",\n    \"cleanup\": \"internal admin unarchive or recreate subscription with fresh UUID\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/subscriptions/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"archive_subscription_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"status\": \"done\", \"amount_cents\": 15000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/webhooks/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"cancel_webhook_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"closed\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1, \"idempotency-key\": \"webhook-cancel-001\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"accepted\",\n    \"cleanup\": \"internal admin reactivate webhook or create replacement\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/webhooks/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"cancel_webhook_rate_limit\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"closed\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1, \"idempotency-key\": \"webhook-cancel-002\"},\n    \"expected_status\": 429,\n    \"expected_body_contains\": \"too many requests\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"finalize_report_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"as_of\": \"2026-06-15T00:00:00Z\", \"status\": \"closed\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"closed\",\n    \"cleanup\": \"internal admin purge report and requeue generation if needed\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"finalize_report_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"as_of\": \"2025-01-01T00:00:00Z\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition failed\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v2/tokens/{id}/retry\",\n    \"method\": \"POST\",\n    \"test_name\": \"retry_token_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"status\": \"pending\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"2fa_verified\": true}, \"version\": 1, \"idempotency-key\": \"token-retry-001\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"pending\",\n    \"cleanup\": \"internal admin invalidate token and issue replacement\"\n  },\n  {\n    \"endpoint\": \"POST /v2/tokens/{id}/retry\",\n    \"method\": \"POST\",\n    \"test_name\": \"retry_token_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"status\": \"failed\", \"amount_cents\": -1, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1, \"idempotency-key\": \"token-retry-002\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/audits/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"retry_audit_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"dry_run\": false, \"status\": \"done\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"audit_type\": \"compliance\"}, \"version\": 2},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"done\",\n    \"cleanup\": \"internal admin reset audit to pending state if reprocessing needed\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/audits/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"retry_audit_gone\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"dry_run\": false, \"status\": \"done\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/exports/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"preview_export_delete_happy_path\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1, \"idempotency-key\": \"export-preview-del-001\"},\n    \"expected_status\": ",
       "slot": 6,
       "is_10k": true,
       "dr": 731.0,
       "ac": 1317.0,
       "dtok": 5848.0,
       "pp_raw": {
        "0": 267.0,
        "1": 217.0,
        "2": 183.0,
        "3": 170.0,
        "4": 146.0,
        "5": 127.0,
        "6": 113.0,
        "7": 94.0
       },
       "tau": 2.8016
      },
      {
       "ctok": 2048,
       "ttft_ms": 347.0,
       "tok_s": 179.4,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v3/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_cancel_invoice_with_as_of\",\n    \"payload\": {\"id\": \"inv-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"PUT /v3/invoices/{id}/cancel with as_of rollback date\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/invoices/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_invoice_not_found\",\n    \"payload\": {\"id\": \"inv-00000000-0000-0000-0000-000000000000\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not found\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/approve\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_approve_customer\",\n    \"payload\": {\"id\": \"cus-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"DELETE /v1/customers/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/approve\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_customer_payment_required\",\n    \"payload\": {\"id\": \"cus-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_subscription_with_pagination\",\n    \"payload\": {\"id\": \"sub-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 50},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"retried\",\n    \"cleanup\": \"POST /v3/webhooks/{id}/verify with dry_run to audit\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_subscription_precondition_failed\",\n    \"payload\": {\"id\": \"sub-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 50},\n    \"expected_status\": 428,\n    \"expected_body_contains\": \"precondition required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"POST /v3/webhooks/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_verify_webhook_dry_run\",\n    \"payload\": {\"id\": \"whk-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"dry_run\": true},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"DELETE /v3/webhooks/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"POST /v3/webhooks/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_path_webhook_precondition_failed\",\n    \"payload\": {\"id\": \"whk-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"dry_run\": false},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition failed\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_verify_report_with_dry_run\",\n    \"payload\": {\"id\": \"rpt-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"dry_run\": true},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"PATCH /v1/reports/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"GET /v2/reports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_report_conflict\",\n    \"payload\": {\"id\": \"rpt-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"dry_run\": false},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token_paginated\",\n    \"payload\": {\"id\": \"tok-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 100},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"DELETE /v1/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_token_gone\",\n    \"payload\": {\"id\": \"tok-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 100},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/audits/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_audit\",\n    \"payload\": {\"id\": \"adt-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"POST /v1/audits/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/audits/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_audit_payment_required\",\n    \"payload\": {\"id\": \"adt-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment required\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_verify_export\",\n    \"payload\": {\"id\": \"exp-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v3/exports/{id}/verify\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_export_bad_request\",\n    \"payload\": {\"id\": \"exp-7f8a9b2c-4d5e-6f7a-8b9c-0d1e2f3a4b5c\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"bad request\",\n    \"cleanup\": \"none required\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/plans/{id}/finalize\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_finalize_plan_with_pagination\",\n   ",
       "slot": 7,
       "is_10k": true,
       "dr": 629.0,
       "ac": 1424.0,
       "dtok": 5032.0,
       "pp_raw": {
        "0": 279.0,
        "1": 225.0,
        "2": 199.0,
        "3": 187.0,
        "4": 172.0,
        "5": 138.0,
        "6": 116.0,
        "7": 108.0
       },
       "tau": 3.2639
      }
     ],
     "mean_proposed": 8.0
    }
   }
  },
  "E1D_eagle_k5": {
   "cfg": {
    "method": "eagle3",
    "k": 5,
    "head": "lightseekorg/kimi-k2.6-eagle3.1-mla",
    "argmax": true,
    "kv": "fp8_e4m3",
    "ml": 16384
   },
   "cmd": "vllm serve /models/Kimi-K2.6-NVFP4 --tensor-parallel-size 4 --gpu-memory-utilization 0.90 --quantization modelopt_fp4 --max-model-len 16384 --kv-cache-dtype fp8_e4m3 --speculative-config {\"model\": \"lightseekorg/kimi-k2.6-eagle3.1-mla\", \"method\": \"eagle3\", \"num_speculative_tokens\": 5, \"use_local_argmax_reduction\": true} --compilation-config {\"cudagraph_mode\": \"FULL_AND_PIECEWISE\", \"cudagraph_capture_sizes\": [1, 2, 3, 4, 5, 6, 12, 18, 24, 48, 96, 192]} --attention-config {\"disable_flashinfer_q_quantization\": true} --chat-template /cache/kimi_chat_template.jinja --limit-mm-per-prompt {\"image\":0,\"video\":0} --async-scheduling --trust-remote-code --port 8000",
   "cells": {
    "tool_nothink_10k": {
     "n": 4,
     "tok_s_median": 410.1,
     "tok_s_first8_median": null,
     "tok_s_agg": 402.1,
     "tok_s_all_sorted": [
      366.6,
      405.9,
      414.3,
      426.9
     ],
     "ctok_median": 2048,
     "aa_len_ok": true,
     "ttft_ms_median": 367.0,
     "prefix_cache_suspect": false,
     "tau": 4.922,
     "per_pos": {
      "0": 0.9106,
      "1": 0.8427,
      "2": 0.7857,
      "3": 0.7299,
      "4": 0.6531
     },
     "power": null,
     "rows": [
      {
       "ctok": 2048,
       "ttft_ms": 382.0,
       "tok_s": 366.6,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_archive_invoice_with_as_of_date\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"closed\\\"\",\n    \"cleanup\": \"PUT /v1/invoices/{id}/archive with as_of date to restore open status\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/invoices/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_gone_invoice_returns_410\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Gone\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_soft_delete_customer_with_idempotency\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"idempotency-key\": \"idem-cust-del-001\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"canceled\\\"\",\n    \"cleanup\": \"POST /v2/customers/{id}/retry to restore active status\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/customers/{id}/verify\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_customer_not_found_returns_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"idempotency-key\": \"idem-cust-del-404\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Not Found\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_retry_subscription_with_2fa\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"idempotency-key\": \"idem-sub-retry-001\", \"x-2fa-context\": \"totp-valid\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"open\\\"\",\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/archive to reset state\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/retry\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_path_gone_subscription_returns_410\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"idempotency-key\": \"idem-sub-retry-410\", \"x-2fa-context\": \"totp-valid\"},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Gone\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_approve_webhooks_with_pagination\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 20},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"\\\"audit_event_id\\\"\",\n    \"cleanup\": \"DELETE /v1/webhooks/{id}/approve to reverse approval\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/approve\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_payment_required_returns_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"cursor\": \"invalid\", \"limit\": 20},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Payment Required\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_archive_report_dry_run_false\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"canceled\\\"\",\n    \"cleanup\": \"PUT /v2/reports/{id}/archive with dry_run false to re-archive idempotently\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/archive\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_path_conflict_state_returns_409\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"dry_run\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Conflict\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token_no_params\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"closed\\\"\",\n    \"cleanup\": \"GET /v3/tokens/{id}/archive to idempotently restore open state\"\n  },\n  {\n    \"endpoint\": \"GET /v3/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_precondition_failed_returns_412\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"if-match\": \"stale-version\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Precondition Failed\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_retry_audit_with_as_of\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"as_of\": \"2026-06-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"active\\\"\",\n    \"cleanup\": \"GET /v3/audits/{id}/archive to reset audit state\"\n  },\n  {\n    \"endpoint\": \"GET /v3/audits/{id}/retry\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_path_payment_required_returns_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"as_of\": \"2099-01-01T00:00:00Z\"},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Payment Required\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_retry_export_with_pagination\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 50},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"\\\"audit_event_id\\\"\",\n    \"cleanup\": \"PATCH /v1/exports/{id}/archive to reset export state\"\n  },\n  {\n    \"endpoint\": \"PATCH /v1/exports/{id}/retry\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_path_payment_required_returns_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"cursor\": \"invalid-cursor\", \"limit\": 50},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"\\\"error\\\":\\\"Payment Required\\\"\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_finalize_plan_with_pagination\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"cursor\": \"eyJwYWdlIjoxfQ==\", \"limit\": 25},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"\\\"status\\\":\\\"closed\\\"\",\n    \"cleanup\": \"GET /v1/plans/{id}/archive to soft-delete and reset\"\n  },\n  {\n    \"endpoint\": \"GET /v1/plans/{id}/finalize",
       "slot": 0,
       "is_10k": true,
       "dr": 452.0,
       "ac": 1600.0,
       "dtok": 2260.0,
       "pp_raw": {
        "0": 390.0,
        "1": 347.0,
        "2": 316.0,
        "3": 289.0,
        "4": 258.0
       },
       "tau": 4.5398
      },
      {
       "ctok": 2048,
       "ttft_ms": 367.0,
       "tok_s": 405.9,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_archive_invoice\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"status\": \"done\", \"amount_cents\": 10000, \"currency\": \"USD\", \"metadata\": {\"reason\": \"contract_ended\"}, \"version\": 2},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PATCH /v2/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PATCH /v2/invoices/{id}/archive\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"status\": \"pending\", \"amount_cents\": 10000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment_required\",\n    \"cleanup\": \"PATCH /v2/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_finalize_customer\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"status\": \"open\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {\"plan\": \"premium\"}, \"version\": 3, \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"PUT /v1/customers/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/customers/{id}/finalize\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_customer_not_found\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"status\": \"open\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1, \"dry_run\": false},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"not_found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_finalize_subscription\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"status\": \"done\", \"amount_cents\": 15000, \"currency\": \"USD\", \"metadata\": {\"period\": \"annual\"}, \"version\": 2, \"dry_run\": false},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"job_id\",\n    \"cleanup\": \"DELETE /v1/subscriptions/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/subscriptions/{id}/finalize\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_conflict_active_usage\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"status\": \"pending\", \"amount_cents\": 15000, \"currency\": \"USD\", \"metadata\": {\"period\": \"annual\"}, \"version\": 1, \"dry_run\": false},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_webhook\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"url\": \"https://example.com/webhook\"}, \"version\": 1, \"cursor\": \"eyJpZCI6MX0\", \"limit\": 10},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PATCH /v3/webhooks/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"PATCH /v3/webhooks/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"status\": \"held\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"url\": \"https://example.com/webhook\"}, \"version\": 1, \"cursor\": \"eyJpZCI6MX0\", \"limit\": 10},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"payment_required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"type\": \"monthly\"}, \"version\": 2},\n    \"test_name\": \"happy_path_approve_report\",\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"DELETE /v2/reports/{id}/approve\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/reports/{id}/approve\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"status\": \"closed\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"type\": \"monthly\"}, \"version\": 1},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"precondition_failed\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_token\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"source\": \"api\"}, \"version\": 3},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"GET /v2/tokens/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_bad_request\",\n    \"payload\": {\"id\": \"invalid-uuid-format\", \"status\": \"open\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"source\": \"api\"}, \"version\": 1},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"bad_request\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_preview_audit\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"status\": \"active\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"region\": \"us-east\"}, \"version\": 2, \"cursor\": \"eyJpZCI6MX0\", \"limit\": 20},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"DELETE /v2/audits/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/audits/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_gone\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"status\": \"canceled\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"region\": \"us-east\"}, \"version\": 1, \"cursor\": \"eyJpZCI6MX0\", \"limit\": 20},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"gone\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"DELETE /v1/exports/{id}/archive\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_archive_export\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"status\": \"done\", \"amount_cents\": 0, \"currency\": \"USD\", \"metadata\": {\"format\": \"csv\"}, \"version\": 2, \"as_of\": \"2026-01-15T10:00:00Z\"},\n    \"expected_status\": 201,\n    \"expected_body_contains",
       "slot": 1,
       "is_10k": true,
       "dr": 410.0,
       "ac": 1640.0,
       "dtok": 2050.0,
       "pp_raw": {
        "0": 380.0,
        "1": 355.0,
        "2": 329.0,
        "3": 309.0,
        "4": 267.0
       },
       "tau": 5.0
      },
      {
       "ctok": 2048,
       "ttft_ms": 364.0,
       "tok_s": 414.3,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_invoice_rotate\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"POST /v2/invoices/{id}/rotate (not available, manual restore)\"\n  },\n  {\n    \"endpoint\": \"DELETE /v2/invoices/{id}/rotate\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_invoice_rotate_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"simulate_payment_required\": true},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_customer_cancel\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"idempotency-key\": \"idem-001-abc-123\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v2/customers/{id}/reactivate (not available, manual restore)\"\n  },\n  {\n    \"endpoint\": \"POST /v2/customers/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_customer_cancel_400\",\n    \"payload\": {\"id\": \"invalid-uuid-format\", \"idempotency-key\": \"idem-002-def-456\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"Bad Request\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_subscription_verify\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"idempotency-key\": \"idem-003-ghi-789\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"verified\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v2/subscriptions/{id}/verify\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_subscription_verify_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"idempotency-key\": \"idem-004-jkl-012\"},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_webhook_rotate\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v3/webhooks/{id}/rotate\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_webhook_rotate_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"dry_run\": true},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_report_cancel\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v2/reports/{id}/generate (not available, manual restore)\"\n  },\n  {\n    \"endpoint\": \"PUT /v2/reports/{id}/cancel\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_report_cancel_404\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"cursor\": \"c1\", \"limit\": 50},\n    \"expected_status\": 404,\n    \"expected_body_contains\": \"Not Found\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_token_preview\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"as_of\": \"2024-01-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"PUT /v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_token_preview_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"as_of\": \"2024-01-15T10:30:00Z\", \"simulate_payment_required\": true},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_audit_rotate\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"idempotency-key\": \"idem-005-mno-345\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"rotated\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v1/audits/{id}/rotate\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_audit_rotate_409\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\", \"idempotency-key\": \"idem-006-pqr-678\", \"simulate_conflict\": true},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_export_archive\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"POST /v3/exports/{id}/unarchive (not available, manual restore)\"\n  },\n  {\n    \"endpoint\": \"POST /v3/exports/{id}/archive\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_export_archive_402\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"simulate_payment_required\": true},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_plan_approve\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"dry_run\": false},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"approved\",\n    \"cleanup\": \"POST /v2/plans/{id}/revoke (not available, manual restore)\"\n  },\n  {\n    \"endpoint\": \"GET /v2/plans/{id}/approve\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_plan_approve_400\",\n    \"payload\": {\"id\": \"not-a-uuid\", \"dry_run\": false},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"Bad Request\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/usage/{id}/preview\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_usage_preview\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440010\", \"dry_run\": false},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"none\"\n  },\n  {\n    \"endpoint\": \"GET /v3/usage/{id}/preview\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_usage_preview_400\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440010\", \"dry_run",
       "slot": 2,
       "is_10k": true,
       "dr": 407.0,
       "ac": 1643.0,
       "dtok": 2035.0,
       "pp_raw": {
        "0": 377.0,
        "1": 351.0,
        "2": 326.0,
        "3": 306.0,
        "4": 283.0
       },
       "tau": 5.0369
      },
      {
       "ctok": 2048,
       "ttft_ms": 307.0,
       "tok_s": 426.9,
       "text": " ```json\n[\n  {\n    \"endpoint\": \"/v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_cancel_invoice\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"cursor\": \"eyJpZCI6MX0\", \"limit\": 50},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"POST /v1/invoices/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v1/invoices/{id}/cancel\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440001\", \"cursor\": \"eyJpZCI6MX0\", \"limit\": 50},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"GET /v1/invoices/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"/v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_preview_customer\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440002\", \"status\": \"active\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {\"region\": \"us-east\"}, \"version\": 1},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PUT /v1/customers/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"/v1/customers/{id}/preview\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_customer_gone\",\n    \"payload\": {\"id\": \"00000000-0000-0000-0000-000000000000\", \"status\": \"active\", \"amount_cents\": 5000, \"currency\": \"USD\", \"metadata\": {}, \"version\": 1},\n    \"expected_status\": 410,\n    \"expected_body_contains\": \"Gone\",\n    \"cleanup\": \"PATCH /v1/customers/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"/v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_archive_subscription\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"cursor\": \"eyJpZCI6MX0\", \"limit\": 25},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"archived\",\n    \"cleanup\": \"PATCH /v2/subscriptions/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"/v2/subscriptions/{id}/archive\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_payment_required\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440003\", \"cursor\": \"eyJpZCI6MX0\", \"limit\": 25},\n    \"expected_status\": 402,\n    \"expected_body_contains\": \"Payment Required\",\n    \"cleanup\": \"GET /v2/subscriptions/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"happy_path_cancel_webhook\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"GET /v2/webhooks/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v2/webhooks/{id}/cancel\",\n    \"method\": \"POST\",\n    \"test_name\": \"failure_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440004\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"Precondition Failed\",\n    \"cleanup\": \"POST /v2/webhooks/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"/v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_report\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"job\",\n    \"cleanup\": \"DELETE /v3/reports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v2/reports/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440005\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"PATCH /v2/reports/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"/v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"happy_path_preview_token\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"GET /v2/tokens/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v1/tokens/{id}/preview\",\n    \"method\": \"PUT\",\n    \"test_name\": \"failure_bad_request\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440006\", \"as_of\": \"invalid-date\"},\n    \"expected_status\": 400,\n    \"expected_body_contains\": \"Bad Request\",\n    \"cleanup\": \"PUT /v1/tokens/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"/v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"happy_path_cancel_audit\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\"},\n    \"expected_status\": 202,\n    \"expected_body_contains\": \"cancelled\",\n    \"cleanup\": \"PATCH /v1/audits/{id}/rotate\"\n  },\n  {\n    \"endpoint\": \"/v2/audits/{id}/cancel\",\n    \"method\": \"PATCH\",\n    \"test_name\": \"failure_precondition_failed\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440007\"},\n    \"expected_status\": 412,\n    \"expected_body_contains\": \"Precondition Failed\",\n    \"cleanup\": \"PATCH /v2/audits/{id}/cancel\"\n  },\n  {\n    \"endpoint\": \"/v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"happy_path_finalize_export\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"idempotency-key\": \"exp-fin-001-abc123\"},\n    \"expected_status\": 201,\n    \"expected_body_contains\": \"finalized\",\n    \"cleanup\": \"DELETE /v1/exports/{id}/archive\"\n  },\n  {\n    \"endpoint\": \"/v3/exports/{id}/finalize\",\n    \"method\": \"GET\",\n    \"test_name\": \"failure_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440008\", \"idempotency-key\": \"exp-fin-001-abc123\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"GET /v3/exports/{id}/finalize\"\n  },\n  {\n    \"endpoint\": \"/v3/plans/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_preview_plan\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 200,\n    \"expected_body_contains\": \"preview\",\n    \"cleanup\": \"PATCH /v3/plans/{id}/retry\"\n  },\n  {\n    \"endpoint\": \"/v3/plans/{id}/preview\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"failure_conflict\",\n    \"payload\": {\"id\": \"550e8400-e29b-41d4-a716-446655440009\", \"as_of\": \"2026-01-15T10:30:00Z\"},\n    \"expected_status\": 409,\n    \"expected_body_contains\": \"Conflict\",\n    \"cleanup\": \"DELETE /v3/plans/{id}/preview\"\n  },\n  {\n    \"endpoint\": \"/v1/usage/{id}/cancel\",\n    \"method\": \"DELETE\",\n    \"test_name\": \"happy_path_cancel_usage\",\n   ",
       "slot": 3,
       "is_10k": true,
       "dr": 397.0,
       "ac": 1651.0,
       "dtok": 1985.0,
       "pp_raw": {
        "0": 370.0,
        "1": 351.0,
        "2": 338.0,
        "3": 312.0,
        "4": 280.0
       },
       "tau": 5.1587
      }
     ],
     "mean_proposed": 5.0
    }
   }
  }
 },
 "decisions": [
  "T1 = 6.6ms (measured same-node)",
  "eagle step_k5 = 12.24ms (measured same-node)",
  "E1 RETRY: verdict=verify-bytes v6=17.14 v9=18.33 hit=1.0 draft_pass=-0.98 verify_slope=0.397"
 ],
 "hourly_usd": 24.0,
 "hard_cap_usd": 32.0,
 "stage_a_refs": {
  "step_k5_ms": 12.36,
  "t1_ms": 6.63,
  "anchor_f8": 403.2
 },
 "protocol": "identical to brl11_record; probe slots as stage-A",
 "prompt_sha256_10k": "be01fffdb4cf55d93e049edaf22c5099d29cace9bc5fea8e3df8dcb29848a6e8",
 "zero_init": "patched",
 "p0_manifest": {
  "vllm_version": "0.24.0",
  "vllm_sha": "UNKNOWN (compare version string manually)",
  "flashinfer": "0.6.12"
 },
 "e1": {
  "t1_ms": 6.6,
  "t1_source": "measured same-node",
  "thresholds": {
   "draft_loop_max": 8.5,
   "verify_bytes_min": 11.0
  },
  "eagle_step_k5_ms": 12.24,
  "v6_ms": 17.14,
  "v6_hit_rate": 1.0,
  "v6_mean_proposed": 5.0,
  "v6_sensitivity": {
   "t1=+6.1": 17.14,
   "t1=+7.1": 17.14
  },
  "v9_ms": 18.33,
  "v9_hit_rate": 1.0,
  "v9_mean_proposed": 8.0,
  "verdict": "verify-bytes",
  "draft_pass_ms": -0.98,
  "verify_slope_ms_per_tok": 0.397,
  "step_k5_source": "measured same-node"
 },
 "total_spent_usd_est": 24.94
}