Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 78 additions & 12 deletions code-studio-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,34 @@

<li>Getting Started
<ul>
<li>
<a href="/code-studio/getting-started/quick-start">Quickstart</a>
<li>
<a href="/code-studio/getting-started/overview">Overview</a>
</li>

<li>
<a href="/code-studio/getting-started/install-and-configuration">Install and Configuration</a>
</li>
<li>
<a href="/code-studio/getting-started/feature-summary">Features Summary</a>
<a href="/code-studio/getting-started/quick-start">Quickstart</a>
</li>


</ul>

</li>
<li>Tutorial
<ul>
<li>
<a href="/code-studio/tutorials/generate-your-first-code-using-agent">Generate your first code change using Agent</a>
</li>
<li>
<a href="/code-studio/tutorials/build-ui-using-syncfusionui-builder">Build your first UI using Syncfusion UI Builder</a>
</li>
<li>
<a href="/code-studio/tutorials/compare-ai-models">Compare AI models</a>
</li>
</ul>

</li>
<li>Enterprise Servers
<ul>
Expand Down Expand Up @@ -49,6 +65,37 @@

</ul>
</li>
<li>How to Guides
<ul>
<li>
<a href="/code-studio/how-to-guides/daily-cost-usage">Daily cost usage and token tracking</a>
</li>
<li>
<a href="/code-studio/how-to-guides/add-BYOK-model">Add BYOK model for your organization</a>
</li>
<li>
<a href="/code-studio/how-to-guides/add-local-model">Add Models for your Personal Use</a>
</li>
<li>
<a href="/code-studio/how-to-guides/Configure-default-model">How to configure Default Models</a>
</li>
<li>
<a href="/code-studio/how-to-guides/invite-new-user">Invite new user to your organization</a>
</li>
<li>
<a href="/code-studio/how-to-guides/budget-alert">Set Budget Alerts</a>
</li>
<li>
<a href="/code-studio/how-to-guides/buy-more-credits">Buy more credits</a>
</li>
<li>
<a href="/code-studio/how-to-guides/quick-fix-error">Quick Fix your errors</a>
</li>
<li>
<a href="/code-studio/how-to-guides/manage-chat-session">Manage chat sessions</a>
</li>
</ul>
</li>
<li>Features
<ul>
<li>
Expand Down Expand Up @@ -146,25 +193,44 @@
</ul>
</li>

<!-- <li>Troubleshoot
<li>Troubleshoot
<ul>
<li>
<a
href="/code-studio/troubleshoot/how-to-remove-cache-folders-of-code-studio-to-resolve-the-app-corruption">How
to remove cache folders of Code Studio to resolve the app corruption</a>
href="/code-studio/troubleshoot/how-to-remove-cache-folders-of-code-studio-to-resolve-the-app-corruption">How to remove cache folders of Code Studio to resolve the app corruption</a>
</li>
<li>
<a href="/code-studio/troubleshoot/openai-integration">How to Resolve Error (Status Code 403) for O3 model in OpenAI Integration via OpenRouter</a>
</li>
<li>
<a href="/code-studio/troubleshoot/migrate-code-studio-rules-to-instructions">How to migrate Code Studio Rules to Instructions in the latest release</a>
</li>
<li>
<a href="/code-studio/troubleshoot/migrate-legacy-prompt-files">How to migrate legacy Prompt files to the updated platform</a>
</li>
<li>
<a href="/code-studio/troubleshoot/migrate-agent-files">How to migrate Agent files from prior versions to the current release</a>
</li>
<li>
<a href="/code-studio/troubleshoot/access-session-history-files">How to access session history files in the revamped CodeStudio</a>
</li>
<li>
<a href="/code-studio/troubleshoot/openai-integration">How to Resolve Error (Status Code 403) for O3
model in OpenAI Integration via OpenRouter</a>
<a href="/code-studio/troubleshoot/view-code-studio-token-usage">How to view Code Studio Token usage and cost reports in the latest version</a>
</li>
<li>
<a href="/code-studio/troubleshoot/resolve-mcp-server-eaccess-issue">How to Resolve EACCESS error</a>
<a href="/code-studio/troubleshoot/enable-legacy-docs-indexing">How to enable legacy Docs Indexing within the updated platform</a>
</li>
<li>
<a href="/code-studio/troubleshoot/resolve-failed-to-parse-assistant">How to Resolve Failed to Parse
Assistant error</a>
<a href="/code-studio/troubleshoot/review-gitdiff-changes">How to review Git diff changes in the current release</a>
</li>
<li>
<a href="/code-studio/troubleshoot/use-codebase-search">How to use Codebase search in the latest version of CodeStudio</a>
</li>
<li>
<a href="/code-studio/troubleshoot/resolve-uncaught-exception-error">How to resolve the "Uncaught Exception" error during Code Studio auto‑update</a>
</li>

</ul>

</li> -->
</li>
</ul>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added code-studio/security.md
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,3 @@ keywords: cache, corruption, troubleshoot

# How to remove cache folders of Code Studio to resolve the app corruption.

This guide explains how to delete the Code Studio cache folders when you encounter application corruption issues.

## Steps to Delete the Cache Folders

### step 1: Delete the config.yaml file
### WINDOWS

Delete the config.yaml file in this location "C:\Users\YourName\ .sfcodestudio\ .codestudio\config.yaml"

<img src="./Troubleshoot-images/windel1.png" alt="cache">

### MAC
Delete the config.yaml file in this location "Users\syncfusion\ .sfcodestudio\ .codestudio\config.yaml"

<img src="./Troubleshoot-images/macdel-1.png" alt="cache">

### step 2: Delete the Syncfusion Code Studio folders
### WINDOWS
Delete the Syncfusion Code Studio folder in these locations "C:\Program Files\Syncfusion Code Studio" and "C:\Users\YourName\AppData\Roaming\Syncfusion Code Studio"

<img src="./Troubleshoot-images/windel2.png" alt="cache">
<img src="./Troubleshoot-images/windel3.png" alt="cache">

### MAC
Delete the Syncfusion Code Studio folder in these locations "Users\syncfusion\Library\Application Support\Syncfusion Code Studio" and "Applications\Syncfusion Code Studio"

<img src="./Troubleshoot-images/macdel-2.png" alt="cache">
<img src="./Troubleshoot-images/macdel-3.png" alt="cache">
Empty file.
Empty file.
Empty file.
85 changes: 0 additions & 85 deletions code-studio/troubleshoot/openai-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,88 +8,3 @@ keywords: O3, Openrouter, troubleshoot, code-studio, syncfusion

# How to Resolve Error (Status Code 403) for O3 model in OpenAI Integration via OpenRouter

This guide will help you easily set up and use the OpenAI o3 model through OpenRouter’s platform with your own OpenAI API key. Follow these simple steps to get started and make the most of this powerful integration.

---

## What You Need to Know

- The OpenAI o3 model requires your own OpenAI API key (**Bring Your Own Key - BYOK**) to work with OpenRouter.
- You’ll need an OpenAI account and an OpenRouter account to proceed.

---

## Prerequisites

- An active OpenAI account with a valid API key (**Tier 3 or higher** is required for the o3 model).
- An OpenRouter account to connect and manage your API key.

---

## Step-by-Step Setup

### 1. Obtain an OpenAI API Key

- **Log in to OpenAI**
- Visit [OpenAI Platform](https://platform.openai.com/) and sign in to your account.

- **Generate an API Key**
- Navigate to the API keys section in the OpenAI dashboard.
- Click **Create API Key** and give it a descriptive name (e.g., `OpenRouter o3 Key`).
- Copy the generated key and store it securely. **Do not share it publicly.**

---

### 2. Configure OpenRouter with Your OpenAI API Key

- **Sign Up for OpenRouter**
- Go to [OpenRouter](https://openrouter.ai/) and create an account if you don’t already have one.
- Log in to your OpenRouter dashboard.

- **Access OpenRouter Integrations**
- Navigate to [Settings > Integrations](https://openrouter.ai/settings/integrations)

<img src="./Troubleshoot-images/Openrouter-home.png" alt="open config file" />


<img src="./Troubleshoot-images/Openrouter-setting.png" alt="open config file" />


- Choose **OpenAI** as the provider for the o3 model.


<img src="./Troubleshoot-images/Openrouter-integrations.png" alt="open config file" />

- Paste your OpenAI API key into the provided field.
- Make sure it’s a valid **Tier 3 or higher** key.

<img src="./Troubleshoot-images/Openrouter-key.png" alt="open config file" />

- Click **Save** to link your key to OpenRouter. The platform will verify your key and set it up for o3 model requests.

---

## Monitor Your Usage

- **Check Usage Limits:** Free accounts on OpenRouter have a limit of 50 requests per day. If you’ve purchased 10+ credits, this increases to 1,000 requests per day
- **Track Costs:** OpenRouter’s dashboard shows your token usage and costs based on your OpenAI API key activity.


---

## Best Practices

- **Secure Your API Keys**: Never expose your OpenAI or OpenRouter API keys in public repositories. OpenRouter is a GitHub secret scanning partner to detect exposed keys.

- **Error Handling:** Implement error handling for cases like “Forbidden” errors, which may indicate an invalid or insufficient-tier API key.

- **Test the Integration:** After setup, test with a simple request to ensure your API key and configuration work correctly. If errors occur (e.g., “OpenAI is temporarily requiring a Tier 3 API key”), verify your OpenAI account tier.

---

## Additional Resources

- [OpenRouter Documentation](https://openrouter.ai/docs) – Detailed API specifications
- [OpenRouter Integrations](https://openrouter.ai/settings/integrations) – Manage API keys
- [OpenAI Dashboard](https://platform.openai.com/) – API key management and tier status
- [OpenRouter Model Details](https://openrouter.ai/docs#models) – Info on o3 and other models
50 changes: 0 additions & 50 deletions code-studio/troubleshoot/resolve-failed-to-parse-assistant.md

This file was deleted.

59 changes: 0 additions & 59 deletions code-studio/troubleshoot/resolve-mcp-server-eaccess-issue.md

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.