{"name":"Store Billing & Estimate Agent API","version":"2.0.0","test_mode":true,"current_date":"2026-01-28","agents":{"store_billing":"Generates cover sheets per brand/location","radio_estimate":"Monthly radio spend summary","tv_estimate":"Monthly TV/Media production summary"},"endpoints":{"billing":{"generate":"POST /api/billing/generate","list":"GET /api/billing/list","get":"GET /api/billing/{id}","download":"GET /api/billing/{id}/download","update_status":"PATCH /api/billing/{id}/status"},"estimates":{"generate_radio":"POST /api/estimates/generate/radio","generate_tv":"POST /api/estimates/generate/tv","generate_all":"POST /api/estimates/generate/all","list":"GET /api/estimates/list","get":"GET /api/estimates/{id}","download":"GET /api/estimates/{id}/download","download_radio":"GET /api/estimates/download/radio/{year}/{month}","download_tv":"GET /api/estimates/download/tv/{year}/{month}"}}}