{"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\n3. POST / -- create first resource\n\n## Endpoints\n\n1 endpoints across 1 groups. 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\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get aws-marketplace-entitlement-service -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search aws-marketplace-entitlement-service\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 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"}}