{"openapi":"3.1.0","info":{"title":"Gaurav Pandey Profile API","version":"1.0.0","description":"Public, read-only, signed facts about Gaurav Pandey, served from one source of truth.","contact":{"name":"Gaurav Pandey","url":"https://gauravkrp.com/agents"}},"servers":[{"url":"https://gauravkrp.com"}],"paths":{"/api/agent/profile":{"get":{"summary":"Full structured profile","responses":{"200":{"description":"OK"}}}},"/api/agent/current":{"get":{"summary":"What Gaurav is building now","responses":{"200":{"description":"OK"}}}},"/api/agent/projects":{"get":{"summary":"List projects","parameters":[{"name":"filter","in":"query","schema":{"type":"string"},"description":"tech or keyword"}],"responses":{"200":{"description":"OK"}}}},"/api/agent/metrics":{"get":{"summary":"Impact metrics for a company","parameters":[{"name":"company","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/agent/experience":{"get":{"summary":"Search work history","parameters":[{"name":"q","in":"query","schema":{"type":"string"},"description":"skill/domain/keyword"}],"responses":{"200":{"description":"OK"}}}},"/api/agent/story":{"get":{"summary":"Origin: physics, research, publications","responses":{"200":{"description":"OK"}}}},"/api/verify":{"post":{"summary":"Verify a response's provenance signature + content hash","responses":{"200":{"description":"OK"}}}}}}