{"openapi":"3.0.3","info":{"title":"GiftShopper Agent API","version":"1.0.0","description":"Agents act on behalf of a user to manage gift recipients, generate ideas, and surface shoppable links."},"servers":[{"url":"http://xukplfujaizlcbmdzstn.supabase.co/functions/v1/agent-api"}],"components":{"securitySchemes":{"ApiKey":{"type":"http","scheme":"bearer","bearerFormat":"gs_live_*"}}},"security":[{"ApiKey":[]}],"paths":{"/me":{"get":{"summary":"Account status","responses":{"200":{"description":"OK"}}}},"/people":{"get":{"summary":"List people","responses":{"200":{"description":"OK"}}},"post":{"summary":"Create a person","responses":{"201":{"description":"Created"}}}},"/people/{id}":{"get":{"summary":"Get a person","responses":{"200":{"description":"OK"}}},"patch":{"summary":"Update a person","responses":{"200":{"description":"OK"}}}},"/people/{id}/occasions":{"post":{"summary":"Add an occasion","responses":{"201":{"description":"Created"}}}},"/gifts/generate":{"post":{"summary":"Generate gift ideas (free + unlimited)","responses":{"200":{"description":"OK"}}}},"/gifts/shop-url":{"post":{"summary":"Resolve a shoppable URL for a gift name","responses":{"200":{"description":"OK"}}}},"/favorites":{"post":{"summary":"Save a gift to favorites","responses":{"201":{"description":"Created"}}}},"/gift-history":{"post":{"summary":"Record a purchased gift","responses":{"201":{"description":"Created"}}}}}}