{"files":{"SKILL.md":"---\nname: amazonapigatewaymanagementapi\ndescription: \"AmazonApiGatewayManagementApi API skill. Use when working with AmazonApiGatewayManagementApi for @connections. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AmazonApiGatewayManagementApi\nAPI version: 2018-11-29\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. GET /@connections/{connectionId} -- get information about the connection with the provided id.\n3. POST /@connections/{connectionId} -- create first @connection\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### @connections\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /@connections/{connectionId} | Delete the connection with the provided id. |\n| GET | /@connections/{connectionId} | Get information about the connection with the provided id. |\n| POST | /@connections/{connectionId} | Sends the provided data to the specified connection. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a @connection?\" -> DELETE /@connections/{connectionId}\n- \"Get @connection details?\" -> GET /@connections/{connectionId}\n- \"How to authenticate?\" -> See Auth section above\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 AmazonApiGatewayManagementApi\n@version 2018-11-29\n@auth AWS SigV4\n@endpoints 3\n@toc @connections(3)\n\n@endpoint DELETE /@connections/{connectionId}\n@desc Delete the connection with the provided id.\n@required {ConnectionId: str}\n\n@endpoint GET /@connections/{connectionId}\n@desc Get information about the connection with the provided id.\n@required {ConnectionId: str}\n@returns(200) {ConnectedAt: str(timestamp)?, Identity: Identity?{SourceIp: str, UserAgent: str}, LastActiveAt: str(timestamp)?}\n\n@endpoint POST /@connections/{connectionId}\n@desc Sends the provided data to the specified connection.\n@required {ConnectionId: str, Data: bytes}\n\n@end\n"}}