{"files":{"SKILL.md":"---\nname: bin-lookup-api\ndescription: \"BIN Lookup API skill. Use when working with BIN Lookup for {bin}, balance. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# BIN Lookup API\nAPI version: 1.0.0-oas3\n\n## Auth\nApiKey api_key in query\n\n## Base URL\nhttps://api.bintable.com/v1\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /balance -- verify access\n\n## Endpoints\n\n2 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### {bin}\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /{bin} | Lookup for bin |\n\n### balance\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /balance | Check Balance |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all balance?\" -> GET /balance\n- \"How to authenticate?\" -> See Auth section\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 bin-lookup-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search bin-lookup-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 BIN Lookup API\n@base https://api.bintable.com/v1\n@version 1.0.0-oas3\n@auth ApiKey api_key in query\n@endpoints 2\n@toc {bin}(1), balance(1)\n\n@group {bin}\n@endpoint GET /{bin}\n@desc Lookup for bin\n@required {bin: str # pass the required BIN code, api_key: str # The API key, which you can get from bintable.com website.}\n@returns(200) BIN data response\n@errors {401: Your balance is exhausted,or package expired, 403: Invalid API Key, 422: API key is missing}\n\n@endgroup\n\n@group balance\n@endpoint GET /balance\n@desc Check Balance\n@required {api_key: str # The API key, which you can get from bintable.com website.}\n@returns(200) Balance reponse\n@errors {401: Your balance is exhausted,or package expired, 403: Invalid API Key, 422: API key is missing}\n\n@endgroup\n\n@end\n"}}