Build with AI for Sim APIs
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.
OpenAPI Specifications
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 API specifications:
/evm/openapi/
- SVM API specifications:
/svm/openapi/
Add Docs to Cursor
To integrate our documentation directly into your Cursor editor for easy reference:
- Go to Cursor Settings -> Indexing & Docs -> Add Doc.
- Enter
docs.sim.dune.com
in the URL field. - Provide a name (e.g., “@simdocs”).
- Hit confirm. The documentation will sync automatically.
- Reference Sim APIs documentation by typing
@simdocs
(or your chosen name) in your Cursor chat window.
Add our docs to Cursor to use it in your chats
AI Search
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
Use with LLMs
Complete Documentation for LLMs
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
.
Per-Page Access
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 Page: Copies the fully rendered content of the current page.
- View Markdown: Provides a URL with the raw Markdown source. This is ideal for direct input into LLMs.
- Open with ChatGPT: Instantly loads the page’s content into a new session with ChatGPT. Ask questions, summarize, or generate code based on the page’s content.
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.