Documentation Index

Fetch the complete documentation index at: https://docs.aifabrix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Reference

Prev Next

Detailed technical reference for integrators and architects. Concept and pillar pages stay short — field-level detail lives here.

Schema reference

Integration JSON is validated against Builder schemas (versions verified at publish time):

Document Schema key Current version
External system schema external-system-schema 1.8.0
External datasource schema external-datasource-schema 2.7.2
Application schema application-schema 1.4.0

Validate locally:

aifabrix validate <systemKey>
aifabrix validate <path-to-json>

Contract reference

CLI reference

  • CLI reference — Builder command index (authoritative detail in Builder CLI docs)

API reference

OpenAPI and REST route detail is published from the dataplane after upload. Use aifabrix show <systemKey> --online and the dataplane API docs in your environment for live operation lists — do not treat stale static route tables as source of truth.

Related