Build the site with AI. We host it.
Web hosting with SSH. Connect Claude Code, Codex or another agent in a few minutes and let it work directly on your website. Daily automatic backups and Norwegian support.
Three steps and the agent is working.
You do the setup once. After that you just ask the agent to connect.
- 01
Order web hosting
Choose Pro or Business. SSH is included on both.
- 02
Enable SSH and add your key in the control panel
Create an SSH key on your machine, paste the public part into the control panel, and enable SSH for the website.
- 03
Tell the agent where to connect
Add the host to ~/.ssh/config and ask the agent to use it.
ssh-keygen -t ed25519
# ~/.ssh/config
Host mysite
HostName <host from the control panel>
User <username from the control panel>The host and username are shown in the control panel under your website.
Connect to `ssh mysite`, find out why the contact form is not sending email, and fix it.
The same as a developer with SSH.
The agent runs on your machine and uses the SSH connection as a tool.
Edit files
Read and change themes, plugins and configuration directly on the server.
Run WP-CLI
Update plugins, clear caches and change settings with wp commands.
Read error logs
Find PHP errors and 500 errors where they actually appear.
Pull code with git
git pull from your repository, so the server runs what is checked in.
Dump the database
mysqldump before every change, so you can roll back.
Access you stay in control of.
Own system user
Every website has its own system user on the server.
Key-based login
You log in with an SSH key, and access can be removed at any time.
Daily backups
Daily automatic backups of files and database.
You approve
The agent proposes. You decide what goes live.
Recommended workflow
- The code lives in git.
- The agent works locally and in the repository.
- On the server, deploy with git pull.
- Take a database dump before changes.
Anything that can run commands in a terminal.
The agent runs on your side. We only see an ordinary SSH connection.
- Claude Code
- OpenAI Codex CLI
- Cursor
- VS Code Remote-SSH
- Gemini CLI
- Aider
SSH is included on Pro and Business.
The same web hosting as on the plan overview. Starter does not include SSH.
- 5 websites
- 100 GB NVMe storage
- 25 email accounts
- SSH access
- Daily automatic backups
- Norwegian support
- Unlimited websites
- 250 GB NVMe storage
- 100 email accounts
- SSH access
- Daily and manual backups, restore yourself
- Priority support
Common questions
Do I need to know how to code?
No. You describe what you want done, and the agent writes the code. It helps to understand what it proposes, and you should always read through before anything goes live.
Can the AI break my site?
It can make mistakes, like a developer can. That is why we recommend git and a database dump before changes, and we take daily automatic backups. If you need help rolling back, write to support@skarya.tech.
Does it work with WordPress?
Yes. WordPress is PHP files and a MariaDB database, and both are available over SSH. With WP-CLI the agent can update plugins and change settings from the terminal.
Does SSH cost extra?
No. SSH is included on Pro and Business. Starter does not include SSH.
Is the agent installed on the server?
No. The agent runs on your machine and connects via SSH. On the server we only see an ordinary SSH session from your user.
Pick a plan and let the agent do the rest.
Pro or Business gives you SSH from day one. If you have questions first, we answer at support@skarya.tech.