Skip to Content
Build with agentsDocs for your agent

Docs for your agent

How to have your agent read the NativeExpress docs, instead of you pasting pages into a chat.

Get the docs as Markdown

Add .md to the end of any page’s URL:

https://docs.native.express/ai/chat.md https://docs.native.express/edge-functions/secrets.md

Give your agent this URL instead of the normal one. It gets the same content, without the navigation, search box and theme toggle.

An index of every page

https://docs.native.express/llms.txt

One line per page, saying what it covers. Give this to your agent when it needs to find the right page rather than read one you already know.

https://docs.native.express/llms-full.txt

Every page’s text in one file. Use this when your agent needs the whole documentation set at once, such as for a large migration or an audit across features.

Both follow the llms.txt convention . An agent already built for that format finds them on its own.

Which one to use

SituationGive it
One task, and you know the pageThe page’s .md URL
Your agent needs to find the right pagellms.txt
Work spanning several featuresllms-full.txt
Setting up the projectNothing here. Use the setup skill already in your repo

The setup skill can run commands and read your actual configuration, which these files cannot. Reach for these files before you have the repo, or when a question spans more than one project.

Last updated on