{"openapi":"3.1.0","info":{"title":"Sprint Retro Board","description":"This tool helps teams run retrospective meetings by collecting and voting on feedback organized by categories like what went well, what didn't, and what to improve.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/sprint-retro-board":{"get":{"operationId":"sprintRetroBoard","summary":"This tool helps teams run retrospective meetings by collecting and voting on feedback organized by categories like what went well, what didn't, and what to improve.","parameters":[{"name":"retro_title","in":"query","required":false,"description":"Retro title","schema":{"type":"string"}},{"name":"template","in":"query","required":false,"description":"Template","schema":{"type":"string","enum":["ssc","msg","4ls","custom"]}},{"name":"custom_columns","in":"query","required":false,"description":"Custom columns (comma-separated)","schema":{"type":"string"}},{"name":"member_input","in":"query","required":false,"description":"Team members","schema":{"type":"string"}},{"name":"anonymous","in":"query","required":false,"description":"Anonymous posts (hide names on items & votes)","schema":{"type":"boolean"}},{"name":"timer_minutes","in":"query","required":false,"description":"Timebox duration (minutes)","schema":{"type":"number"}},{"name":"item_text","in":"query","required":false,"description":"Add a discussion item","schema":{"type":"string"}},{"name":"item_column","in":"query","required":false,"description":"Column","schema":{"type":"string"}},{"name":"item_author","in":"query","required":false,"description":"Author","schema":{"type":"string"}},{"name":"votes_per_person","in":"query","required":false,"description":"Votes per person","schema":{"type":"number"}},{"name":"voting_as","in":"query","required":false,"description":"Voting as","schema":{"type":"string"}},{"name":"action_text","in":"query","required":false,"description":"Action item","schema":{"type":"string"}},{"name":"action_owner","in":"query","required":false,"description":"Owner","schema":{"type":"string"}},{"name":"action_due_date","in":"query","required":false,"description":"Due date","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}