LAPIS Specification

The LAPIS specification defines a token-minimal, LLM-native format for describing HTTP APIs. A LAPIS document is organized into up to seven indentation-based sections - [meta], [types], [ops], [webhooks], [errors], [limits], and [flows] - each carrying a focused slice of the API contract. The format draws its syntax from function signatures rather than nested data structures, uses scalar types (str, int, float, bool, date, datetime, file, any) with array, map, optional, and default modifiers, and centralizes cross-cutting concerns like errors and rate limits so they are described once and applied globally. The current release is version 0.1.0 (status Draft) released 2026-02-16 under the Creative Commons Attribution 4.0 license, and the specification is published in both English and Spanish.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/lapis-spec"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: lapis:lapis-spec
name: LAPIS Specification
description: The LAPIS specification defines a token-minimal, LLM-native format for describing HTTP APIs.
  A LAPIS document is organized into up to seven indentation-based sections - [meta], [types], [ops],
  [webhooks], [errors], [limits], and [flows] - each carrying a focused slice of the API contract. The
  format draws its syntax from function signatures rather than nested data structures, uses scalar types
  (str, int, float, bool, date, datetime, file, any) with array, map, optional, and default modifiers,
  and centralizes cross-cutting concerns like errors and rate limits so they are described once and applied
  globally. The current release is version 0.1.0 (status Draft) released 2026-02-16 under the Creative
  Commons Attribution 4.0 license, and the specification is published in both English and Spanish.
humanURL: https://github.com/cr0hn/LAPIS/blob/main/spec.en.md
tags:
- Specification
- LLM
- OpenAPI
- Standards
properties:
- type: Documentation
  url: https://github.com/cr0hn/LAPIS/blob/main/spec.en.md
  title: LAPIS Specification (English)
- type: Documentation
  url: https://github.com/cr0hn/LAPIS/blob/main/spec.es.md
  title: LAPIS Specification (Spanish)
- type: APIReference
  url: https://github.com/cr0hn/LAPIS/blob/main/spec.en.md#16-formal-grammar-simplified-ebnf
  title: Formal EBNF Grammar
- type: ChangeLog
  url: https://github.com/cr0hn/LAPIS/blob/main/CHANGELOG.md
  title: Changelog
- type: GettingStarted
  url: https://github.com/cr0hn/LAPIS/blob/main/spec-example.en.md
  title: Walk-Through Example (English)
- type: GettingStarted
  url: https://github.com/cr0hn/LAPIS/blob/main/spec-example.es.md
  title: Walk-Through Example (Spanish)
- type: GitHubRepository
  url: https://github.com/cr0hn/LAPIS
  title: Canonical Specification Repository
- type: Versioning
  url: https://github.com/cr0hn/LAPIS/releases
  title: Releases
- type: Examples
  url: https://github.com/cr0hn/LAPIS/blob/main/examples/DigitalOcean-public.v2.lapis
  title: DigitalOcean Public API v2 (LAPIS)
- type: Examples
  url: https://github.com/cr0hn/LAPIS/blob/main/examples/DigitalOcean-public.v2.yaml
  title: DigitalOcean Public API v2 (OpenAPI Source)