Agentic development
Arcade publishes an llms.txt index that can use to discover documentation pages.
Generated toolkit reference pages also provide complete Markdown through the Copy page action. This Markdown includes parameters, authentication requirements, outputs, examples, and custom documentation sections that load on demand in the rendered page.
Other documentation URLs serve HTML. Use llms.txt to give an the documentation index, or use Copy page when you need Markdown for a specific page.
LLMs.txt
Give your AI IDE access to Arcade.dev’s documentation using the llms.txt file. This allows Claude Code, Cursor, and other AI IDEs to access the documentation and help you write code.
LLMs.txt is a file format that allows you to give your AI IDE access to Arcade.dev’s documentation in a format that the LLM can parse. All you need to do is paste in the content of the file into your IDE’s settings, or reference the docs, for example via Cursor’s @docs annotation.
The LLMs.txt files are available at /llms.txt.

Learn more about the LLMs.txt file format here .