Prerequisites
Before creating an instance, make sure you have:- A verified Suji account (register here)
- An active subscription (choose a plan)
- An AI API key (e.g., Anthropic, OpenAI)
Create an Instance
Navigate to Instances
Go to app.suji.fr and click Instances in the sidebar, then click New Instance.
Choose a subdomain
Pick a subdomain for your instance. A random suffix will be automatically added for uniqueness (e.g.,
my-bot-a1b2).Your instance will be accessible at your-subdomain-xxxx.suji.fr where -xxxx is a randomly generated suffix.Subdomains must be 3-32 characters, lowercase alphanumeric with hyphens allowed.Configure your AI provider
Select your AI provider and enter your API key:
- Anthropic — Claude Sonnet 4.5, Opus 4.6
- OpenAI — GPT-4.1, GPT-4o
- Google — Gemini 2.5 Pro/Flash
- Others — xAI, Mistral, Groq, Cerebras, OpenRouter
Add a channel (optional)
During onboarding, you can optionally connect Telegram or Discord:
- Telegram — Enter your bot token from @BotFather
- Discord — Enter your bot token from the Discord Developer Portal
What Happens During Provisioning
When you create an instance, Suji automatically:- Creates an isolated virtual machine environment
- Provisions encrypted storage for your instance
- Deploys OpenClaw with your configuration
- Configures SSL certificates and DNS for your subdomain
- Securely injects your AI API key
- Starts your instance
Instance States
| Status | Description |
|---|---|
| Provisioning | Instance is being created |
| Running | Instance is active and healthy |
| Starting | Instance is being started |
| Stopping | Instance is being stopped |
| Stopped | Instance is stopped (no compute charges) |
| Suspended | Instance suspended due to payment issues |
| Error | Instance encountered an error (can be restarted) |