Documentation Index
Fetch the complete documentation index at: https://docs.apimart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, please ensure:-
Cursor is installed
Download and install the version suitable for your OS from the Cursor website -
You have an APIMart API key
Log in to the APIMart Console to get your API key (starts withsk-)
Tip: If you don’t have an APIMart account yet, register at APIMart and obtain an API key first.
Step 1: Open Cursor Settings
After launching Cursor, open Settings:- Click the ⚙️ Settings icon (gear) in the top-right corner
- Or use shortcuts:
- Windows/Linux:
Ctrl+Shift+J - macOS:
Cmd+Shift+J
- Windows/Linux:

Step 2: Configure model settings
2.1 Open model settings
In Settings:- Find Models in the left sidebar
- Open the model settings page

2.2 Use OpenAI API Key
On the model settings page:- Find the OpenAI API Key section
- Click Add new or Override OpenAI Base URL
Important: Cursor supports OpenAI-compatible APIs, so APIMart can be configured as a custom provider.
2.3 Configure APIMart
Enter the following:| Setting | Value |
|---|---|
| API Key | Your APIMart API key (sk-xxxxxxxxxxxx) |
| Base URL | https://api.apimart.ai/v1 |
Important: - Base URL must include the
/v1 suffix: https://api.apimart.ai/v1 - The API key must be the sk-... key from the APIMart console - After saving, Cursor uses APIMart models for completion and chat
Step 3: Choose models
3.1 Model selection

-
GPT-4/5 — strong for complex code generation and Q&A
gpt-5— latest GPT-5gpt-4o— GPT-4ogpt-4o-mini— faster, lower cost
-
Claude — strong for understanding and refactoring
claude-sonnet-4-5-20250929— Claude Sonnet 4.5claude-haiku-4-5-20251001— Claude Haiku 4.5
-
Other
gemini-2.0-flash-exp— Google Gemini 2.0 Flash
3.2 Per-feature models
You can pick different models per feature:- Chat — conversations with the AI
- Autocomplete — inline suggestions
- Cmd+K — quick edit / generate
Step 4: Start using
Once configured, you can use Cursor’s AI features.4.1 AI Chat (Cmd+L / Ctrl+L)
- Press
Cmd+L(macOS) orCtrl+L(Windows/Linux) - Ask a question or give a task, for example:
- “How do I implement quicksort?”
- “Help me optimize this code’s performance”
- “Explain how this function works”

4.2 Code completion
- Type as usual in the editor
- Cursor suggests completions
- Press
Tabto accept

4.3 Quick edit (Cmd+K / Ctrl+K)
- Select code
- Press
Cmd+K(macOS) orCtrl+K(Windows/Linux) - Describe the edit, e.g.:
- “Add error handling”
- “Refactor this function”
- “Add type annotations”

4.4 Explain code
- Select the code
- Right-click Explain with AI (or shortcut)
- The AI explains behavior and logic
FAQ
Q1: Can’t reach APIMart?
Try:- Base URL — must be exactly
https://api.apimart.ai/v1 - API key — valid
sk-...key from the console - Network — ensure
https://api.apimart.aiis reachable; a proxy may be required in some regions
Q2: Slow responses?
Try:- Use a lighter model (
gpt-4o-miniinstead ofgpt-4o, orgemini-2.0-flash-exp) - Shorten context — send less code, ask more precise questions
- Check latency / proxy if needed
Q3: API errors?
| Message | Likely cause | What to do |
|---|---|---|
401 Unauthorized | Bad or expired key | Re-create key and update Cursor |
429 Too Many Requests | Rate limited | Wait and retry |
500 Internal Server Error | Temporary server issue | Retry later |
insufficient_quota | Low balance | Top up in console |
Q4: Usage and billing?
Open the APIMart Console:- 📊 Call statistics
- 💰 Cost breakdown
- 📈 Usage trends
- 🔍 Request logs
Tips
1. Use context
- Open related files
- Reference files with
@filename - Reference folders with
@folder
2. Clear prompts
❌ Weak:3. Iterate
Start small → refine → test → adjust prompts.4. Project rules
Define style, naming, architecture, and tests in.cursorrules.
Features
With Cursor + APIMart:- 💬 Chat for coding questions
- ⚡ Smart completion
- ✏️ Natural-language edits
- 🔍 Deeper code understanding
- 🐛 Debugging help
- 📝 Docs and comments
- 🔄 Refactoring
- 🧪 Test scaffolding
Support
Get started with APIMart
Sign up, get your API key, and ship faster with Cursor!