Troubleshooting and tips
Using LLMs
Privy’s docs are LLM-friendly to help developers integrate with Privy faster.
Use the Privy docs llms-full.txt file
You can provide your code editor with a llms-full.txt
file to use Privy’s docs as a context for your code. The following steps show how to do this for Cursor.
-
Navigate to Cursor Settings > Features > Docs
-
Select “Add new doc” and paste the following URL:
-
Use
@docs -> Privy
to reference Privy’s docs in your code.