API Specifications
Canonical API/spec files inapi/:
api/openapi.yamlapi/openapi.jsonapi/studio.yamlapi/gateway.openapi.yamlapi/ai-worker.yamlapi/cli-http.yaml
operations/scripts/snippets/fetch-openapi-specs.shoperations/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
- 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 byoperations/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
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.
Related
- Workflow inventory: workflows-catalog.mdx
- Script inventory: scripts-catalog.mdx
- Pipeline map: automations.md