Skip to content

Commit f9e001b

Browse files
authored
Add LAP to Tools (#714)
1 parent f2cc838 commit f9e001b

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

src/content/tools/lap.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: 'LAP'
3+
description: 'Compiles API specs into lean, token-efficient formats for AI coding agents. Prevents hallucinated API calls with 1,500+ pre-compiled specs.'
4+
categories:
5+
- docs
6+
- code-generators
7+
languages: { 'JavaScript': true, 'Python': true, 'TypeScript': true }
8+
link: 'https://lap.sh'
9+
repo: 'https://github.com/Lap-Platform/LAP'
10+
oaiSpecs:
11+
oas: true
12+
overlays: false
13+
arazzo: false
14+
oasVersions:
15+
v2: true
16+
v3: true
17+
v3_1: true
18+
v3_2: false
19+
---
20+
21+
## Overview
22+
23+
LAP (Lean API Platform) compiles API specifications into compressed, agent-optimized formats. It reduces token usage by up to 10× while maintaining 86% accuracy for AI coding agents — compared to 40% without any spec.
24+
25+
Supports OpenAPI, GraphQL, AsyncAPI, Protobuf, and Postman collections.
26+
27+
## Features
28+
29+
- Compiles specs into lean formats optimized for LLM context windows
30+
- Registry of 1,500+ pre-compiled API specs ready to use
31+
- CLI tools for both npm (`@lap-platform/lapsh`) and PyPI (`lapsh`)
32+
- Cursor integration via `lap init --target cursor`
33+
- Claude Code skill generation via `lap skill-install`
34+
- 52% token reduction, 35% cost reduction vs raw specs
35+
36+
## Usage
37+
38+
```bash
39+
npx @lap-platform/lapsh init --target cursor
40+
npx @lap-platform/lapsh search stripe
41+
npx @lap-platform/lapsh skill-install stripe
42+
```

0 commit comments

Comments
 (0)