Bult.ai has released a new feature that many developers have been requesting. You can now open a Terminal directly inside the platform and connect to your running service. This makes it much easier to inspect the environment, debug issues, and understand what is happening inside your container without any additional setup.
What you can do with the new Terminal
You can now perform tasks such as:
• Inspecting running processes
• Checking environment variables
• Reviewing file structure inside the container
• Testing connections to APIs or databases
• Running commands for debugging
• Investigating unexpected service behavior
All of this is available inside the Bult.ai interface, so you do not need to configure SSH keys or manage cloud consoles.
Why we built this
Debugging is often the most time consuming part of deployment. Logs alone do not always reveal the full story, especially when working with microservices, APIs, or background tasks. The Terminal gives developers immediate visibility into what is happening inside the runtime environment, allowing issues to be diagnosed much more quickly.
What is next
This update is part of our effort to make Bult.ai a complete platform for deployment, automation, and intelligent infrastructure. More improvements are already in development, including enhanced diagnostics and AI assisted troubleshooting.
If you try the new Terminal, we would be glad to hear your feedback or suggestions.

Top comments (0)