Skip to main content

Documentation Index

Fetch the complete documentation index at: https://flux-8f7bf454.mintlify.app/llms.txt

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

The Flux Platform’s public contract is a WebTransport-based protocol (ADR-0023). HTTP/REST is retired (ADR-0026); the only remaining HTTP is the operational listener — /livez, /readyz, /metrics, /.well-known/auth-config — which is for scrape/probe/discovery, not a product surface.

Layers

  • Control plane: Postcard-encoded op and response variants over WebTransport bidirectional streams.
  • Data plane: Avro Object Container Files over WebTransport unidirectional streams.
  • Capability negotiation: a fixed-shape bitmask handshake at session open.

Status of this page

Scaffold-only. The sanitised public protocol reference (drawn from the in-repo docs/design/protocol.md via the visibility-rule discipline used in GLOSSARY.md and CONTRIBUTING.md) ships in PLAT-138 § F.3 alongside the migrated integrator handbook content.