An AI-agent-equipped integrated development environment (IDE) from ByteDance. Released in January 2025, it lets you switch between a chat style, where you write code while consulting the AI, and an agent style, where you hand over an instruction and the agent works through the task on its own. Because it executes terminal commands as well as editing files, you can delegate the whole design → implement → review → deploy flow. Multiple tasks can run in parallel in the cloud, with higher tiers allowing more concurrent runs. A companion product, TraeWork, extends the same agent approach to non-development work.
Key Features
- Agent mode and chat mode: Use chat when you want to write incrementally while consulting the AI, and the agent when you want to hand over a whole task. The agent creates and edits files and also runs commands such as builds and tests
- SOLO mode (TraeCode SOLO): An autonomous mode where you describe what you want in natural language and it assembles the project — frontend, backend, and configuration files included. It can be tried on the free plan with limits, which are relaxed on paid plans
- Parallel cloud tasks: Requested work can run in the cloud without tying up your local machine. The number of concurrent runs is capped per plan: 2 on Free and Lite, and 10 to 20 on higher tiers
- Code completion: Suggests continuations based on the code you are editing. The free plan has a monthly cap on completions, while paid plans make it unlimited
- MCP server integration: Supports the Model Context Protocol (MCP), so external tools and data sources can be called from the agent. Setup steps are covered in the official documentation
- TraeWork as a companion product: A product that extends the same AI agent approach to general business tasks, offered as both a web and a desktop version
Pricing
| Plan | Monthly price | What’s included |
|---|---|---|
| Free | $0 | Up to 5,000 completions per month, up to 2 concurrent cloud tasks, SOLO mode with limits |
| Lite | $3 | Unlimited completions, SOLO mode, up to 2 concurrent tasks |
| Pro | $10 | A larger usage allowance than Lite, up to 10 concurrent tasks, priority queue. A 7-day free trial is offered |
| Pro+ | $30 | About 3.5x the usage allowance of Pro, up to 15 concurrent tasks, priority queue |
| Ultra | $100 | About 20x the usage allowance of Pro, up to 20 concurrent tasks, early access to new models, priority queue |
An annual-billing discount is advertised, but check the official site for the exact amounts. Usage allowances are shown as a monetary “basic usage” figure, and how overage is handled is described on the plan selection page.
Pricing is current as of August 2026. Check the official site for the latest details.
Pros & Cons
✅ Pros
- Agent features can be tried on the free plan, so you can evaluate an AI IDE without spending anything
- Paid plans start at $3 per month, and even the $10 Pro tier is more accessible than many comparable AI coding tools
- Because it executes commands as well as generating code, it can take on a full sequence of work including environment setup and test runs
- Parallel cloud tasks let you move on to other work while a job is running
- MCP support lets you plug external services and your own tools into the agent
⚠️ Cons
- The usage allowance is a credit system priced in dollars, and consumption varies with the model and workload, making monthly cost hard to predict
- As a ByteDance product, you should check its data handling policy for code against your organization’s standards
- The broader the scope you hand to the agent, the easier it is to miss defects if you skip reviewing the generated changes
- Features and plan structures change quickly, so information goes out of date in a short time
Comparison with Similar Services
| Item | TRAE | Cursor | GitHub Copilot | Claude Code |
|---|---|---|---|---|
| Provider | ByteDance | Anysphere | GitHub (Microsoft) | Anthropic |
| Form factor | Standalone AI IDE | Standalone AI IDE | Editor extension | Terminal-based CLI |
| Agent execution | Yes (SOLO mode) | Yes | Yes (Agent mode) | Yes |
| Parallel cloud runs | 2–20 depending on plan | Supported | Supported | Supported |
| Free plan | Yes | Yes | Yes (limited) | No (bundled with a subscription) |
| Paid entry point | From $3/month | Paid plans available | Paid plans available | Paid plans available |
Who Is It For
- Individual developers who want to try an AI IDE but would rather not start at around $20 per month
- People who want to switch between consulting via chat and handing a task off to an agent depending on the situation
- Anyone who wants to delegate the surrounding steps too, such as environment setup and running tests
- People who want to run several jobs in parallel and cut down on waiting
- Anyone who wants to connect their own tools and data sources to the AI through MCP
Summary
TRAE is an AI-equipped IDE you can use by switching between chat and agent modes, and its strength is handling everything from code generation through command execution in one continuous flow. Agent features can be tried on the free plan, and paid entry starts at an accessible $3 per month. Because the usage allowance is credit-based, though, it is worth running small tasks first to see how quickly your real workload consumes it before moving to a higher tier. If you work with business code, remember to check the service against your organization’s data handling standards.