Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

federated-research/planes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planes API Documentation

This repository contains the early-stage schema for the Planes API.

The aim of this API is to define a consistent way for systems to describe and interact with Trellis Planes.

Read more about Trellis.

See the human-readable reference documentation.

Developer

npm install
npm run build

Usage

  • Add OpenAPI specs to apis/<path>/api.yaml
  • Run npm run build to generate docs
  • Push to trigger GitHub Actions deployment

Structure

apis/
├── analysis/v0.0.1/api.yaml
├── control/v0.0.1/api.yaml
└── data/v0.0.1/api.yaml

The folder structure maps directly to URL paths. Any api.yaml file found will be published at that path.

GitHub Actions builds and deploys to Pages automatically.

Releases

No releases published

Contributors