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
Open the dashboard
Go to app.suji.fr and navigate to Instances.
Choose a subdomain
Pick a unique subdomain for your instance. This will be used in the URL:
your-subdomain.suji.fr.Subdomains must be 3-32 characters, lowercase alphanumeric with hyphens allowed (e.g., my-bot, sales-agent).Configure resources
Set CPU, memory, and storage for your instance. These come from your plan’s resource pool.Minimum allocations:
- CPU: 0.5 vCPU (500m)
- Memory: 0.5 GB
- Storage: 1 GB
Enter your AI API key
Provide your AI provider API key (e.g., Anthropic API key). This is encrypted and stored securely.The default model is
anthropic/claude-sonnet-4-20250514. You can change this during creation.Select an OpenClaw version
Choose the OpenClaw version to run. The latest stable version is pre-selected.
Add platforms (optional)
You can connect messaging platforms now or add them later. See Connect a Platform for details.
What Happens During Provisioning
When you create an instance, Suji:- Creates an isolated Kubernetes namespace
- Sets up network policies and resource quotas
- Provisions encrypted persistent storage
- Deploys the OpenClaw container with your configuration
- Configures SSL and DNS for your subdomain
- Syncs your platform credentials as Kubernetes secrets
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) |