Hosting your AI can deploy to and troubleshoot
Most hosting expects a human to upload files, pick a start command, and read the logs when something breaks. Redon3 gives ChatGPT and Claude 28 tools over MCP, so your assistant can do all of that in the same chat where it wrote the code. Add https://redon3.com/mcp as a custom connector, sign in with OAuth, and it works on your own account only.
From a sentence in chat to something running
- You describe it in chat. A Telegram bot, a scraper, an API, or a landing page. Nothing to prepare or zip up first.
- Your AI writes the files into a panel. It creates folders, writes many files in one call, sets the runtime and start file, and stores secrets as encrypted environment variables.
- It starts the panel itself. Node.js installs from package.json, Python from requirements.txt.
- It reads the logs and fixes the crash. Logs stay readable after a process exits, with the exit code attached, so your AI can see what broke, edit the file, and restart.
What your AI can do
- List panels and read their status and public URL.
- Write and overwrite files, in batches, and create folders.
- Set the panel type, runtime, start file, subdomain, and port.
- Start, stop, and restart a panel.
- Read recent logs, including after a crash, with the exit code.
- Store environment variables, encrypted, and list their names.
- Apply a starter template, claim a custom domain, and check its DNS.
What it cannot do
- Delete your panel. There is no tool for it, so the panel itself is never at risk.
- Buy a panel, renew one, or spend any money.
- Read back the value of an environment variable once it is stored.
- Reach another account, or anything outside your own panel folder.
The AI connection is included on every plan at no extra cost, and it works on the free trial panel. Start the free trial, or read the ChatGPT and Claude setup guides.
Common questions
- Can ChatGPT or Claude deploy code to Redon3 for me?
- Yes. Redon3 runs an MCP server, so once you add it as a connector your assistant gets 28 tools on your own account. It can write files, set the runtime and start file, start the panel, and read the logs.
- Can my AI fix a crash on its own?
- It can read recent logs even after the process has exited, with the exit code attached, so it can see what failed, edit the file, and restart the panel until it runs.
- What can the AI not do?
- It cannot delete your panel, there is no tool for it. It cannot buy or renew a panel or spend money, it cannot read back the value of a stored environment variable, and it cannot reach another account or anything outside your own panel folder.
- Does the AI connection cost extra?
- No. It is included on Starter, Builder, and Pro at no extra cost, and it works on the free trial panel too.
- How does my assistant connect?
- Add https://redon3.com/mcp as a custom MCP connector in ChatGPT or Claude and sign in with OAuth to your own Redon3 account. The docs page has step by step guides for both.