{"files":{"SKILL.md":"---\nname: betfair-exchange-streaming-api\ndescription: \"Betfair: Exchange Streaming API skill. Use when working with Betfair: Exchange Streaming for request. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Betfair: Exchange Streaming API\nAPI version: 1.0.1423\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttp://stream-api.betfair.com:443/api\n\n## Setup\n1. No auth setup needed\n2. Verify API access with a test request\n3. POST /request -- create first request\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Request\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /request | This is a socket protocol delimited by CRLF (not http) |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a request?\" -> POST /request\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Betfair: Exchange Streaming API\n@base http://stream-api.betfair.com:443/api\n@version 1.0.1423\n@endpoints 1\n@toc request(1)\n\n@endpoint POST /request\n@desc This is a socket protocol delimited by CRLF (not http)\n@required {RequestMessage: any # Requests are sent to socket}\n\n@end\n"}}