Skip to main content

API Specifications

Canonical API/spec files in api/:
  • api/openapi.yaml
  • api/openapi.json
  • api/studio.yaml
  • api/gateway.openapi.yaml
  • api/ai-worker.yaml
  • api/cli-http.yaml
Related generation helpers:
  • operations/scripts/snippets/fetch-openapi-specs.sh
  • operations/scripts/snippets/generate-api-docs.sh

Automated External Data Feeds

Core external feed outputs:
  • Forum -> snippets/data/social-feeds/forumData.jsx
  • Ghost blog -> snippets/data/social-feeds/ghostBlogData.jsx
  • YouTube -> snippets/data/social-feeds/youtubeData.jsx
  • Release/global state -> snippets/data/globals/latestRelease.jsx
  • Showcase -> snippets/data/showcase-feed/showcaseData.jsx
Pipeline definitions:
  • GitHub workflows under .github/workflows/update-*.yml
  • n8n assets under snippets/assets/data/n8n/

Internal Data Layers

  • Route/link maps: snippets/data/*/hrefs.jsx
  • Domain data modules: snippets/data/**/*.jsx
  • Variables/meta docs snippets: snippets/data/variables*.mdx
  • AI sitemap: sitemap-ai.xml (generated by operations/scripts/generators/content/seo/generate-ai-sitemap.js, refreshed via .github/workflows/generate-ai-sitemap.yml)

Integrations Mentioned in Product Docs

The repository includes integration-oriented docs for:
  • LPT and related exchange/reference data surfaces
  • Explorer and protocol/resource integrations
  • GitHub and ecosystem summaries via automation outputs
Use public docs pages for user-facing detail and this file for maintainer location mapping.

Operational Notes

  • Treat generated data artifacts as derived state.
  • Update pipeline scripts/workflows, then regenerate artifacts and indexes.
  • Prefer deterministic outputs and stable write paths for CI predictability.
Last modified on April 7, 2026