{"openapi":"3.1.0","info":{"title":"devcodeagency Agent API","version":"1.0.0"},"paths":{"/api/agent":{"post":{"summary":"Assistant completion endpoint","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["prompt"],"properties":{"prompt":{"type":"string"}}}}}},"responses":{"200":{"description":"Completion text"}}}},"/api/agent/cms":{"get":{"summary":"Verified CMS agent manifest","responses":{"200":{"description":"vwc-growth-agent-01"}}},"post":{"summary":"Run the single verified AI Agent CMS","parameters":[{"name":"x-agent-token","in":"header","required":false,"schema":{"type":"string"},"description":"Required when AGENT_CMS_TOKEN is configured."}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string","enum":["vwc-growth-agent-01"]},"mode":{"type":"string","enum":["article","seo","geo","conversion","weekly"]},"lang":{"type":"string","enum":["en","id"]},"topic":{"type":"string"},"audience":{"type":"string"},"offer":{"type":"string"},"keyword":{"type":"string"},"intent":{"type":"string"}}}}}},"responses":{"200":{"description":"SEO/GEO/content/conversion artifact"},"401":{"description":"Missing or invalid agent token"},"403":{"description":"Unverified agent"}}}},"/api/agent/ops":{"get":{"summary":"Read SEO/GEO operating status for external agents","responses":{"200":{"description":"Current agent, SEO, GEO, route, and OpenClaw status"}}}},"/api/agent/checkout":{"post":{"summary":"Prepare template checkout handoff","responses":{"200":{"description":"Checkout handoff"}}}},"/api/leads":{"post":{"summary":"Capture kickoff lead","responses":{"200":{"description":"Lead received"}}}}}}