Idioma

Esta página está em português. A versão em inglês é a referência principal quando houver divergência.

Using CFactory Docs with Agents

You can access the full text of the CFactory documentation in machine-readable formats suitable for LLMs and AI agents. This is useful when you want an AI assistant to reference CFactory's documentation while helping you with a task.

Full documentation

The complete documentation is available as a single text file at:

https://docs.factory.cfly.ai/llms.txt

This file contains the full content of every page in the CFactory docs, formatted for easy consumption by language models.

Individual pages

Prefer fetching any documentation page as raw Markdown from /raw/...md:

https://docs.factory.cfly.ai/raw/<path>.md

For example, to fetch the "Code with AI" overview page:

https://docs.factory.cfly.ai/raw/code-with-ai.md

For agent compatibility, the same content is also available via:

https://docs.factory.cfly.ai/api/raw-markdown?path=<url-encoded-path>

For example:

https://docs.factory.cfly.ai/api/raw-markdown?path=%2Fcode-with-ai

The path parameter should be the URL-encoded path of the documentation page (for example /code-with-ai).