{"files":{"SKILL.md":"---\nname: smartphone-test-farm\ndescription: \"Smartphone Test Farm API skill. Use when working with Smartphone Test Farm for user, devices. Covers 10 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Smartphone Test Farm\nAPI version: 2.3.0\n\n## Auth\nApiKey authorization in header\n\n## Base URL\nNot specified.\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /user -- user profile\n3. POST /user/devices -- create first device\n\n## Endpoints\n10 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### User\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /user | User Profile |\n| GET | /user/devices | User Devices |\n| POST | /user/devices | Add a device to a user |\n| GET | /user/devices/{serial} | User Device |\n| DELETE | /user/devices/{serial} | Delete User Device |\n| POST | /user/devices/{serial}/remoteConnect | Remote Connect |\n| DELETE | /user/devices/{serial}/remoteConnect | Remote Disconnect |\n| GET | /user/accessTokens | Access Tokens |\n\n### Devices\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /devices | Device List |\n| GET | /devices/{serial} | Device Information |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all user?\" -> GET /user\n- \"List all devices?\" -> GET /user/devices\n- \"Create a device?\" -> POST /user/devices\n- \"Get device details?\" -> GET /user/devices/{serial}\n- \"Delete a device?\" -> DELETE /user/devices/{serial}\n- \"Create a remoteConnect?\" -> POST /user/devices/{serial}/remoteConnect\n- \"List all accessTokens?\" -> GET /user/accessTokens\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 Smartphone Test Farm\n@version 2.3.0\n@auth ApiKey authorization in header\n@endpoints 10\n@toc user(8), devices(2)\n\n@group user\n@endpoint GET /user\n@desc User Profile\n@returns(200) Current User Profile information\n\n@endpoint GET /user/devices\n@desc User Devices\n@optional {fields: any # Fields query parameter takes a comma seperated list of fields. Only listed field will be return in response}\n@returns(200) Current User Devices List\n\n@endpoint POST /user/devices\n@desc Add a device to a user\n@required {device: any # Device to add}\n@returns(200) Add User Device Status\n\n@endpoint GET /user/devices/{serial}\n@desc User Device\n@required {serial: any # Device Serial}\n@optional {fields: any # Fields query parameter takes a comma seperated list of fields. Only listed field will be return in response}\n@returns(200) Device Information owned by user\n\n@endpoint DELETE /user/devices/{serial}\n@desc Delete User Device\n@required {serial: any # Device Serial}\n@returns(200) Delete User Device Status\n\n@endpoint POST /user/devices/{serial}/remoteConnect\n@desc Remote Connect\n@required {serial: any # Device Serial}\n@returns(200) Remote Connect User Device Request Status\n\n@endpoint DELETE /user/devices/{serial}/remoteConnect\n@desc Remote Disconnect\n@required {serial: any # Device Serial}\n@returns(200) Remote Disonnect User Device Request Status\n\n@endpoint GET /user/accessTokens\n@desc Access Tokens\n@returns(200) Access Tokens titles\n\n@endgroup\n\n@group devices\n@endpoint GET /devices\n@desc Device List\n@optional {fields: any # Fields query parameter takes a comma seperated list of fields. Only listed field will be return in response}\n@returns(200) List of Devices\n\n@endpoint GET /devices/{serial}\n@desc Device Information\n@required {serial: any # Device Serial}\n@optional {fields: any # Fields query parameter takes a comma seperated list of fields. Only listed field will be return in response}\n@returns(200) Device Information\n\n@endgroup\n\n@end\n"}}