API Blueprint website screenshot

API Blueprint

API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting, and prototyping web APIs. Created by Apiary and released under the MIT License, API Blueprint uses .apib files with a concise Markdown format that makes APIs accessible to both technical and non-technical stakeholders. The project is no longer actively maintained (all apiaryio GitHub repos are archived as of 2024) but remains a notable specification in API design history, influencing later formats like OpenAPI.

API Blueprint publishes 1 API on the APIs.io network. Tagged areas include API Design, Specification Language, Markdown, Documentation, and API Description Language.

API Blueprint’s developer surface includes documentation, CLI, changelog, support, and 20 more developer resources.

41.2/100 developing ▬ flat Agent 30/100 agent ready Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
2 APIs 5 Features 3 Use Cases
API DesignSpecification LanguageMarkdownDocumentationAPI Description LanguageParsingOpen SourceDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/api-blueprint: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

API Blueprint

API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting, and prototyping APIs. Files use the .apib extension with media typ...

API Blueprint API

The API Blueprint API is the parsing service operated at api.apiblueprint.org by the API Blueprint project. It parses API Blueprint and Swagger 2.0 documents into the Refract Pa...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Api Blueprint Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 5

Notable capabilities this provider offers.

Markdown-Based Syntax

API Blueprint uses concise Markdown syntax making API descriptions readable by both developers and non-technical stakeholders. Files use the .apib extension with media type text...

Data Structure Modeling

Supports reusable data structure definitions using MSON (Markdown Syntax for Object Notation) for describing complex request and response schemas.

Mock Server Generation

API Blueprint documents can drive mock server generation for rapid prototyping and front-end development before backend implementation.

Testing with Dredd

The Dredd HTTP testing tool uses API Blueprint specs to run contract tests validating that API implementations match their documented contracts.

RFC-Driven Governance

API Blueprint evolution was governed through an RFC process similar to Rust and Django, with proposals submitted to the api-blueprint-rfcs repository.

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Api Blueprint Api Elements Element

0 properties

JSON SCHEMA

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Api Blueprint Authentication

0 schemes

SECURITY

Api Blueprint Domain Security

TLSv1.3 · DMARC

SECURITY

Use Cases 3

What developers build with this provider.

API Documentation

Write human-readable API documentation in Markdown that doubles as a machine-parseable specification for tooling.

Contract Testing

Use API Blueprint specs with Dredd to verify that API implementations conform to their documented contracts in CI pipelines.

API Prototyping

Rapidly prototype APIs by writing Blueprint specs first, then generating mock servers from the specification.

Integrations 4

Pre-built integrations with other platforms and tools.

Apiary

API Blueprint was the native specification format of the Apiary platform (acquired by Oracle), which provided hosted documentation, mock servers, and testing.

Drafter Parser

The canonical API Blueprint parser written in C++ with bindings for Node.js (drafter.js, drafter-npm) and other languages.

Dredd Testing Framework

Language-agnostic HTTP API testing tool that validates live API implementations against API Blueprint or Swagger/OpenAPI specs.

Swagger Conversion

The swagger2blueprint tool converted Swagger API descriptions into API Blueprint format for migration workflows.

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 5

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: api-blueprint
name: API Blueprint
description: API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting,
  and prototyping web APIs. Created by Apiary and released under the MIT License, API Blueprint uses .apib files with a concise
  Markdown format that makes APIs accessible to both technical and non-technical stakeholders. The project is no longer actively
  maintained (all apiaryio GitHub repos are archived as of 2024) but remains a notable specification in API design history,
  influencing later formats like OpenAPI.
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/api-blueprint.png
tags:
- API Design
- Specification Language
- Markdown
- Documentation
- API Description Language
- Parsing
- Open Source
- Developer Tools
url: https://raw.githubusercontent.com/api-evangelist/api-blueprint/refs/heads/main/apis.yml
created: '2026-03-25'
modified: '2026-09-02'
specificationVersion: '0.23'
apis:
- aid: api-blueprint:api-blueprint
  name: API Blueprint
  description: API Blueprint is a high-level API description language using Markdown-based syntax for designing, documenting,
    and prototyping APIs. Files use the .apib extension with media type text/vnd.apiblueprint. The project was archived in
    2024 after being developed by Apiary (acquired by Oracle).
  humanURL: https://apiblueprint.org
  tags:
  - API Design
  - Specification Language
  - Markdown
  properties:
  - type: Documentation
    url: https://apiblueprint.org/documentation/
  - type: GitHubRepository
    url: https://github.com/apiaryio/api-blueprint
  - type: Specification
    url: https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md
  - type: GettingStarted
    url: https://apiblueprint.org/documentation/tutorial.html
- aid: api-blueprint:api-blueprint-api
  name: API Blueprint API
  description: The API Blueprint API is the parsing service operated at api.apiblueprint.org by the API Blueprint project.
    It parses API Blueprint and Swagger 2.0 documents into the Refract Parse Result Namespace (API Elements) and composes
    API Blueprint back out of API Elements. The service is open, requires no authentication or API key, and is driven entirely
    by HTTP content negotiation. Probed live and answering on 2026-09-02 even though every apiaryio GitHub repository was
    archived on 2024-11-08.
  humanURL: https://apiblueprintapi.docs.apiary.io/
  baseURL: https://api.apiblueprint.org
  tags:
  - API Design
  - Parsing
  - Specification Language
  properties:
  - type: OpenAPI
    url: openapi/api-blueprint-parsing-service-openapi.yml
  - type: APIBlueprint
    url: apib/api-blueprint-api.apib
  - type: Documentation
    url: https://apiblueprintapi.docs.apiary.io/
  - type: SourceCode
    url: https://github.com/apiaryio/api.apiblueprint.org
  - type: Authentication
    url: authentication/api-blueprint-authentication.yml
  - type: ErrorCatalog
    url: errors/api-blueprint-problem-types.yml
  - type: Conventions
    url: conventions/api-blueprint-conventions.yml
  - type: Overlay
    url: overlays/api-blueprint-parsing-service-overlay.yaml
  - type: DataModel
    url: data-model/api-blueprint-data-model.yml
  - type: JSONSchema
    url: json-schema/api-blueprint-api-elements-element-schema.json
common:
- type: IssueTracker
  url: https://github.com/apiaryio/api-blueprint/issues
- type: Releases
  url: https://github.com/apiaryio/api-blueprint/releases
- type: DomainSecurity
  url: security/api-blueprint-domain-security.yml
- type: Website
  url: https://apiblueprint.org
- type: Documentation
  url: https://apiblueprint.org/documentation/
- type: GitHubOrganization
  url: https://github.com/apiaryio
- type: TermsOfService
  url: https://github.com/apiaryio/api-blueprint/blob/master/LICENSE
- type: Features
  data:
  - name: Markdown-Based Syntax
    description: API Blueprint uses concise Markdown syntax making API descriptions readable by both developers and non-technical
      stakeholders. Files use the .apib extension with media type text/vnd.apiblueprint.
  - name: Data Structure Modeling
    description: Supports reusable data structure definitions using MSON (Markdown Syntax for Object Notation) for describing
      complex request and response schemas.
  - name: Mock Server Generation
    description: API Blueprint documents can drive mock server generation for rapid prototyping and front-end development
      before backend implementation.
  - name: Testing with Dredd
    description: The Dredd HTTP testing tool uses API Blueprint specs to run contract tests validating that API implementations
      match their documented contracts.
  - name: RFC-Driven Governance
    description: API Blueprint evolution was governed through an RFC process similar to Rust and Django, with proposals submitted
      to the api-blueprint-rfcs repository.
- type: UseCases
  data:
  - name: API Documentation
    description: Write human-readable API documentation in Markdown that doubles as a machine-parseable specification for
      tooling.
  - name: Contract Testing
    description: Use API Blueprint specs with Dredd to verify that API implementations conform to their documented contracts
      in CI pipelines.
  - name: API Prototyping
    description: Rapidly prototype APIs by writing Blueprint specs first, then generating mock servers from the specification.
- type: Integrations
  data:
  - name: Apiary
    description: API Blueprint was the native specification format of the Apiary platform (acquired by Oracle), which provided
      hosted documentation, mock servers, and testing.
  - name: Drafter Parser
    description: The canonical API Blueprint parser written in C++ with bindings for Node.js (drafter.js, drafter-npm) and
      other languages.
  - name: Dredd Testing Framework
    description: Language-agnostic HTTP API testing tool that validates live API implementations against API Blueprint or
      Swagger/OpenAPI specs.
  - name: Swagger Conversion
    description: The swagger2blueprint tool converted Swagger API descriptions into API Blueprint format for migration workflows.
- type: Packages
  url: packages/api-blueprint-packages.yml
- type: SDKs
  url: packages/api-blueprint-packages.yml
- type: CLI
  url: cli/api-blueprint-cli.yml
- type: LLMsTxt
  url: llms/api-blueprint-llms.txt
- type: Conformance
  url: conformance/api-blueprint-conformance.yml
- type: Lifecycle
  url: lifecycle/api-blueprint-lifecycle.yml
- type: ChangeLog
  url: changelog/api-blueprint-changelog.yml
- type: Plans
  url: plans/api-blueprint-plans-pricing.yml
- type: RateLimits
  url: rate-limits/api-blueprint-rate-limits.yml
- type: X-MCPServerCandidate
  url: mcp/api-blueprint-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: AgentSkill
  url: skills/_index.yml
- type: FinOps
  url: finops/api-blueprint-finops.yml
- type: DeveloperPortal
  url: https://apiblueprint.org/developers.html
- type: Support
  url: https://apiblueprint.org/support.html
- type: Tutorials
  url: https://apiblueprint.org/documentation/tutorial.html
- type: Reference
  url: https://apiblueprint.org/documentation/specification.html
- type: SourceCode
  url: https://github.com/apiaryio/api-blueprint
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-09-02'
  status: enriched
  artifacts_added: 24
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/api-blueprint"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/api-blueprint/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/api-blueprint/evidence"

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.