{"files":{"SKILL.md":"---\nname: adyen-test-cards-api\ndescription: \"Adyen Test Cards API skill. Use when working with Adyen Test Cards for createTestCardRanges. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Adyen Test Cards API\nAPI version: 1\n\n## Auth\nApiKey X-API-Key in header | Bearer basic\n\n## Base URL\nhttps://pal-test.adyen.com/pal/services/TestCard/v1\n\n## Setup\n1. Set Authorization header with your Bearer token\n3. POST /createTestCardRanges -- create first createTestCardRanges\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### createTestCardRanges\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /createTestCardRanges | Creates one or more test card ranges. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a createTestCardRange?\" -> POST /createTestCardRanges\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 adyen-test-cards-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search adyen-test-cards-api\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 Adyen Test Cards API\n@base https://pal-test.adyen.com/pal/services/TestCard/v1\n@version 1\n@auth ApiKey X-API-Key in header | Bearer basic\n@endpoints 1\n@toc createTestCardRanges(1)\n\n@endpoint POST /createTestCardRanges\n@desc Creates one or more test card ranges.\n@required {accountCode: str # The code of the account, for which the test card ranges should be created., accountTypeCode: str # The type of the account, for which the test card ranges should be created.  Permitted values: * Company * MerchantAccount > These values are case-sensitive., testCardRanges: [any] # A list of test card ranges to create.}\n@returns(200) {rangeCreationResults: [any]} # OK - the request has succeeded.\n@errors {400: Bad Request - a problem reading or understanding the request., 401: Unauthorized - authentication required., 403: Forbidden - insufficient permissions to process the request., 422: Unprocessable Entity - a request validation error., 500: Internal Server Error - the server could not process the request.}\n\n@end\n"}}