{"schema":"iploop.browserwall.context.docs.v1","title":"BrowserWall Context API","summary":"Send BrowserWall a topic, question, product, or public URL. It returns the cited, token-budgeted agent_packet your LLM should read instead of raw public-web pages.","quickstart":{"curl":"curl -s -X POST https://commerce.iploop.io/api/v1/context -H 'content-type: application/json' -d '{\"input\":\"https://example.com/\",\"type\":\"url\",\"geo\":\"US\",\"max_tokens\":12000}'","async":["POST /api/v1/context/start","GET /api/v1/context/status/{job_id}"]},"request_fields":{"input":"topic, question, product, company, or public http(s) URL","type":"auto|url|research|product|travel|news|local|finance|job","geo":"2-letter country, default US","depth":"normal|deep|max","max_tokens":{"min":200,"default":12000,"max":12000},"use_cache":true,"refresh":false},"response_fields":["agent_packet","token_savings","evidence","cache","mode","result"],"modes":["auto","url","research","product","travel","news","local","finance","job"],"token_savings_method":"Estimated original raw public-web context tokens vs cleaned BrowserWall agent packet tokens. Current MVP uses chars/4 estimates for visible ROI.","auth":"Public demo works without a key and uses free-plan limits. API customers can send x-browserwall-key or x-api-key when keys are provisioned."}