ax-check.com
by Gauge
J
JetBrains
jetbrains.com
ax-check.com
Checked 19 September 2026
F
0/100
Agents need your login
Agents can't find JetBrains docs or pricing without guessing
No documentation index exists and the homepage offers no agent-readable format, so pricing and setup details are largely unassessed or vague.
3 fixes to start with
Concrete changes, backed by what we found.
https://www.jetbrains.com/llms.txt returns HTTP 404; no documentation index exists.
Linked from www.jetbrains.com/llms.txt
Recorded coding sessions
Same task, 3 models, no jetbrains.com account. Recorded 19 September 2026 on Pi.
3 recorded · 1m 30s
1m 30s · recorded
Session findings
Select a finding to see it in context.
›Thinking…
The user is asking to build a simple example "using JetBrains." JetBrains is a company that makes IDEs (IntelliJ, PyCharm, etc.). There's also the JetBrains Space API, JetBrains' AI Assistant, and the JetBrains Marketplace plugin API... Is there a hosted product that has an SDK/API I can use without a local stack?
Hmm, this request is ambiguous—"JetBrains" isn't a single hosted product. Possibilities include:
- JetBrains IDEs—local desktop software, no hosted API.
- JetBrains Space—has an HTTP API (api.jetbrains.team). Requires an authentication token.
- JetBrains AI Assistant / Junie—API?
- YouTrack—hosted at *.myjetbrains.com, has a REST API. Requires an API token.
Key issue: any use requires credentials/account. Let me check the environment: are there API keys in the environment variables? The instructions say "let me know if you get blocked." I don't have JetBrains credentials. So honestly, I should explain the pricing and confirm whether there are credentials.
First, let me check the sandbox to see what's available, and check environment variables for JetBrains-related keys.
The instruction "if there's no developer workflow you can execute with this product, state that clearly and stop." JetBrains IDEs are local desktop products. However, Space/YouTrack do have APIs. But without credentials, I'll be blocked.
First, let me do a quick check of environment variables, then answer.
×$ env | grep -iE "jetbrains|space|youtrack|jb_" ; ls -la /sandbox/repo ; ls ~/.config 2>/dev/null✓└{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 05:20 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00…ctrl+o
{"content":[{"text":"total 16\ndrwxr-xr-x 3 root root 4096 Sep 18 08:00 .\ndrwxr-xr-x 7 root root 4096 Sep 19 05:20 ..\ndrwxr-xr-x 8 root root 4096 Sep 18 08:00 .git\n-rw-r--r-- 1 root root 408 Sep 18 08:00 .gitignore\n\n\nCommand exited with code 2","type":"text"}],"details":{}}›Thinking…
No credentials. The repository is essentially empty. Checking whether JetBrains-related tokens exist — none found.
"JetBrains" — what kind of hosted product could it be? JetBrains Space (api.jetbrains.team) has an HTTP API and SDKs (kotlin-space-sdk, JS SDK). YouTrack Cloud has a REST API. Both require an account and API token. Neither credentials nor network access? Let me quickly check network access — actually no, let me verify whether internet is available at all in the first place.
✓$ timeout 8 curl -sI https://api.jetbrains.team 2>&1 | head -3; echo "exit: $?"✓└{"content":[{"text":"exit: 0\n","type":"text"}]}
›Thinking…
curl returned nothing, but the exit code is 0? Actually, exit 0 from the head pipeline — no output was displayed. Probably DNS failed silently... Let me try again with verbose off but checking the exit code properly.
✓$ timeout 8 curl -s -o /dev/null -w "%{http_code}\n" https://api.jetbrains.team/api/http/projects 2>&1; echo "exit: $?"✓└{"content":[{"text":"000\nexit: 6\n","type":"text"}]}
›Thinking…
Exit 6 = couldn't resolve host. No network access in this sandbox. Therefore the hosted JetBrains APIs (Space, YouTrack) are unreachable, and I have no credentials either.
Also, "JetBrains" itself is mainly an IDE company — the flagship products (IntelliJ IDEA, PyCharm) are desktop/local software, with no hosted API/SDK workflows that I can operate. The hosted products (Space, YouTrack Cloud, TeamCity Cloud) do have APIs but require an account + token, and network access isn't available here anyway.
Following the instructions: state clearly, stop, explain pricing, and comment on ease of management.
JetBrains pricing:
- IDEs: subscription. Examples: IntelliJ IDEA Ultimate is about $199/year for individuals (personal), about $779/year for organizations (first year), PyCharm Pro is $99/year for individuals (PyCharm Pro was $99/year; note that in 2025 PyCharm was unified into a single product — the free version now includes what Pro had, with AI features paid). All Products Pack is about $289/year for individuals, about $989/year for organizations. There's a continuous subscription discount (2nd year 20% off, 3rd year and beyond 40% off), perpetual fallback license after 12 months.
- JetBrains Space: free plan; paid from about $8/user/month (Team) / $15 (Enterprise?). Actual Space pricing: free, Team $8/user/month, Enterprise $15/user/month... roughly.
- YouTrack Cloud: free up to 3 users; then about $4.15/user/month (actually $0.014/user/hour?). YouTrack Cloud pricing is about $4.15/user/month.
- TeamCity Cloud: free tier 3 agents / 1000 build minutes, then pay-as-you-go after that.
- AI Assistant / AI Pro: $8.33/user/month for AI Pro? JetBrains AI Assistant is $8.33/month? AI Pro is $10/month? Let me be careful — better to be vague.
Shouldn't over-commit to exact numbers; indicate approximations and recommend checking jetbrains.com/pricing.
Ease of management: JetBrains IDEs are GUI desktop apps — not manageable for me (no CLI workflow, local install, requires license activation). The hosted APIs (Space/YouTrack) would be manageable if credentials + network were available, but neither exists here. So conclusion: blocked, state clearly, stop.
Shouldn't attempt anything further. Following the instructions: "If there's no developer workflow you can operate on with this product, state clearly and stop." Present a clear explanation and stop.
I'll be plain, as requested: I can't act on "JetBrains" here, so I'm stopping. Two concrete blockers:
- No actionable workflow available. "JetBrains" is primarily a family of desktop IDEs (IntelliJ IDEA, PyCharm, WebStorm…) — local GUI software with no hosted API/SDK I can drive headlessly. JetBrains does have hosted products with real APIs (Space at
api.jetbrains.team, YouTrack Cloud, TeamCity Cloud), but: - Blocked by environment. This sandbox has no JetBrains credentials (I checked env vars and config — nothing), and it has no network egress (DNS resolution fails for
api.jetbrains.team). So even the API-backed products are unreachable. No quickstart is possible without starting something local or long-running, which you asked me not to do.
Pricing (approximate, as of my knowledge — verify at jetbrains.com/pricing):
- IDEs (subscription): IntelliJ IDEA Ultimate ~$169–199/yr individual, ~$599–779/yr first-year org license; All Products Pack ~$289/yr individual, ~$989/yr org. Discounts for continuous subscription (year 2 −20%, year 3+ −40%) plus a perpetual fallback license after 12 months. PyCharm is now free with paid AI tiers.
- AI Pro (AI Assistant/Junie): roughly $8–10/user/month.
- YouTrack Cloud: free up to 3 users, then ~$4/user/month.
- Space: free plan; paid tiers ~$8–15/user/month.
- TeamCity Cloud: free tier (3 agents), then usage-based.
Would it be easy for me to manage?
- IDEs: no. GUI-centric, license activation, local installs — little an agent can automate.
- Space/YouTrack/TeamCity APIs: yes, in principle. They're clean, well-documented REST APIs with SDKs; with an API token and network access, I could build examples quickly.
If you want to proceed, the unblock is: pick a specific product (e.g., YouTrack Cloud or Space) and provide an API token from an environment with network access. Otherwise, I'd suggest a different product for this exercise.
AX Fundamentals
23 checks. Open an area for details.
This check is a quick preview. Test more tasks and models with Gauge Agents.
Test your product with Gauge Agents