Machine-readable docs
Machine-readable docs
fp2 keeps stable machine endpoints on the existing Worker while Fern adds page-level Markdown and discovery on the documentation domain.
Canonical Worker endpoints
These routes stay on new.fp.dev and are not redirected through Fern.
Fern agent surfaces
Fern provides:
https://fp2.docs.buildwithfern.com/llms.txtas an index of the explanatory docs and generated API reference;- clean Markdown for any page by appending
.md; - content negotiation with
Accept: text/markdown; - the generated OpenAPI document in its API discovery output;
- the fp2 skill under
/.well-known/agent-skills/.
For example:
new.fp.dev/llms.txt is the compact operational entry point. fp2.docs.buildwithfern.com/llms.txt is the
broader documentation-site index. Agents should use the former when they need the shortest
executable path.
Source ownership
The generated Fern OpenAPI input comes from packages/contract. The hosted
skill comes from .agents/skills/fp2/SKILL.md. Repository checks detect stale
generated copies.