{"files":{"SKILL.md":"---\nname: aws-marketplace-entitlement-service\ndescription: \"AWS Marketplace Entitlement Service API skill. Use when working with AWS Marketplace Entitlement Service for root. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AWS Marketplace Entitlement Service\nAPI version: 2017-01-11\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. Verify API access with a test request\n3. POST / -- create first resource\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Root\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | / | GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a resource?\" -> POST /\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 AWS Marketplace Entitlement Service\n@version 2017-01-11\n@auth AWS SigV4\n@endpoints 1\n@toc root(1)\n\n@endpoint POST /\n@desc GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.\n@required {ProductCode: str}\n@optional {Filter: map<str,[str]>, NextToken: str, MaxResults: int}\n@returns(200) {Entitlements: [Entitlement]?, NextToken: str?}\n\n@end\n"}}