# JetBrains IDEs > IntelliJ IDEA, PyCharm, WebStorm, GoLand and the rest — via Continue or an OpenAI-compatible plugin. _Source: https://aiprimetech.io/docs/guides/jetbrains/ · Home > Docs > Integration guides_ JetBrains' built-in AI Assistant does not currently accept a custom endpoint. The reliable route is a plugin that does. ## Continue plugin (recommended) 1. Install **Continue** from the JetBrains marketplace. 2. Open its config (the gear icon in the Continue panel) — it is the same `~/.continue/config.json` used by VS Code. 3. Add a model block with `apiBase` set to `https://aiprimetech.io`. 4. Reload the plugin and select the model. ```json { "models": [{ "title": "Claude Sonnet 4.6", "provider": "anthropic", "model": "claude-sonnet-4-6", "apiKey": "sk-your-key", "apiBase": "https://aiprimetech.io" }] } ``` ## Terminal alternative The JetBrains terminal runs [Claude Code](/docs/guides/claude-code/) and [Aider](/docs/guides/aider/) perfectly well, which is often a better agentic experience than any plugin. - [Continue](https://aiprimetech.io/docs/guides/continue/) — Shared configuration - [Claude Code](https://aiprimetech.io/docs/guides/claude-code/) — Terminal agent --- _ClaudeAPIKey.dev is an independently operated, Anthropic-compatible API gateway. Not affiliated with Anthropic._