Using AI-powered IDEs with Openfort docs
Openfort provides .txt files that you can copy and paste into your large language model (LLM) of choice to give more context on how the Openfort APIs work and improve the accuracy of your AI-generated code.
Use the Openfort docs llms-full.txt file
Copy and paste the following into an LLM or AI agent like Cursor or Replit to help it understand the correct syntax of the Openfort SDKs:
- Go to Settings > Features > Docs
- Select "Add new doc:" and paste the following URL:
https://www.openfort.io/docs/llms-full.txt- Use
@docs -> Openfortto reference Openfort's docs in your code.