{"files":{"SKILL.md":"---\nname: spec\ndescription: \"spec API skill. Use when working with spec for countries. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# spec\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.ote-godaddy.com\n\n## Setup\n1. No auth setup needed\n2. GET /v1/countries -- verify access\n\n## Endpoints\n\n2 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### countries\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/countries | Retrieves summary country information for the provided marketId and filters |\n| GET | /v1/countries/{countryKey} | Retrieves country and summary state information for provided countryKey |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all countries?\" -> GET /v1/countries\n- \"Get country details?\" -> GET /v1/countries/{countryKey}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get spec -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search spec\n```\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 spec\n@base https://api.ote-godaddy.com\n@endpoints 2\n@toc countries(2)\n\n@endpoint GET /v1/countries\n@desc Retrieves summary country information for the provided marketId and filters\n@required {marketId: any # MarketId in which the request is being made, and for which responses should be localized}\n@returns(200) Request was successful\n@errors {422: marketId is required, 429: Too many requests received within interval, 500: Internal server error}\n\n@endpoint GET /v1/countries/{countryKey}\n@desc Retrieves country and summary state information for provided countryKey\n@required {countryKey: any # The country key, marketId: any # MarketId in which the request is being made, and for which responses should be localized}\n@returns(200) Request was successful\n@errors {404: Country not found, 422: marketId is required, 429: Too many requests received within interval, 500: Internal server error}\n\n@end\n"}}