{"files":{"SKILL.md":"---\nname: spec\ndescription: \"spec API skill. Use when working with spec for agreements. Covers 1 endpoint.\"\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/agreements -- verify access\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### agreements\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/agreements | Retrieve Legal Agreements for provided agreements keys |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all agreements?\" -> GET /v1/agreements\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 1\n@toc agreements(1)\n\n@endpoint GET /v1/agreements\n@desc Retrieve Legal Agreements for provided agreements keys\n@required {keys: any # Keys for Agreements whose details are to be retrieved}\n@optional {X-Private-Label-Id: any # PrivateLabelId to operate as, if different from JWT, X-Market-Id: any # Unique identifier of the Market used to retrieve/translate Legal Agreements}\n@returns(200) Request was successful\n@errors {400: Request was malformed, 401: Authentication info not sent or invalid, 403: Authenticated user is not allowed access, 429: Too many requests received within interval, 500: Internal server error}\n\n@end\n"}}