Fluxon Docs
Reference

Agent Spec

The compact, canonical, token-minimal spec of the whole language — the file an AI reads to learn Fluxon.

The Agent Spec is the single authoritative description of Fluxon, written for machine consumption: dense, canonical, and token-minimal (~2700 tokens). It is the file an AI agent reads once to learn how to write correct Fluxon code. Where this site's guide is narrative, the Agent Spec is pure reference.

One file, frozen per version

The spec is the source of truth for the language's syntax. It is versioned with the language: breaking changes only arrive with a version bump (see the Changelog).

Get the spec

For an agent

Point your agent at the raw file directly:

curl https://docs.fluxon-lang.com/fluxon-agent.md

That single file is enough for an agent to start writing Fluxon. For the full, detailed treatment of any feature, every page on this site is also available as raw Markdown — see For AI Agents.

On this page