Build faster with Sim APIs using LLMs and AI assistants.
We provide several resources to help you use LLMs and AI coding assistants to build much faster with Sim APIs.
To help AI tools understand our API structure, we provide OpenAPI specifications for each of our endpoints. These files detail available parameters, request bodies, and response schemas, making them ideal for generating client code or for use in custom AI agents.
You can find our OpenAPI specifications in the following directories:
/evm/openapi/
/svm/openapi/
To integrate our documentation directly into your Cursor editor for easy reference:
docs.sim.dune.com
in the URL field.@simdocs
(or your chosen name) in your Cursor chat window.Add our docs to Cursor to use it in your chats
To ask questions about our documentation, click the Ask AI button in the header of the site. This opens a chat interface, powered by Mintlify, that understands natural language queries. Ask questions about endpoints, authentication, or specific data points, and it will answer you with the most relevant, accurate information.
Click the Ask AI button in the header to start a conversation
For LLM applications such as custom agents, RAG systems, or any scenario requiring our complete documentation, we provide an optimized text file at https://docs.sim.dune.com/llms-full.txt
.
You can get the Markdown version of any documentation page by appending .md
to its URL. For example, /evm/activity
becomes https://docs.sim.dune.com/evm/activity.md
.
Additionally, in the top-right corner of each page, you will find several options to access the page’s content in LLM-friendly formats:
Copy the page, view raw markdown, or open with ChatGPT
You can also type ⌘C
or Ctrl+C
to copy any page’s Markdown content.
Try it now.