{"openapi":"3.1.0","info":{"title":"Peptide Inventory Manager","description":"Track peptide vials with sequences, lots, stock and expiry dates — with low-stock alerts, CSV import/export, ICS reminders, printable QR labels and encrypted backups.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/peptide-inventory-manager":{"get":{"operationId":"peptideInventoryManager","summary":"Track peptide vials with sequences, lots, stock and expiry dates — with low-stock alerts, CSV import/export, ICS reminders, printable QR labels and encrypted backups.","parameters":[{"name":"search_query","in":"query","required":false,"description":"Search name, lot, sequence…","schema":{"type":"string"}},{"name":"filter_status","in":"query","required":false,"description":"Filter by status","schema":{"type":"string","enum":["","expired","soon","low","out","ok"]}},{"name":"filter_location","in":"query","required":false,"description":"Filter by location","schema":{"type":"string"}},{"name":"sort_order","in":"query","required":false,"description":"Sort by","schema":{"type":"string","enum":["expiry-asc","expiry-desc","name-asc","name-desc","mass-asc","updated-desc"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}