Settings
Project-wide configuration — general info, usage, billing, tokens, webhooks, and more.
Project settings are accessible via the Settings link at the top right of the project canvas. The settings sidebar organises options into sections.
General
View and update your project's name and description. The Project ID is also shown here — useful when using the API or CLI.
Usage
The Usage page shows resource consumption for the current billing period, broken down by service:
| Metric | Description |
|---|---|
| Memory | Average memory consumed across all replicas (GB-hours) |
| CPU | vCPU-hours consumed |
| Network | Outbound network transfer (GB) |
| Zerodata | Zerodata Proxy egress (if used) |
An estimated cost is shown in real time based on current consumption, allowing you to project your monthly bill before it's finalised.
Billing
Manage your subscription plan, payment method, and billing history.
- View your current plan (Free, Starter, Pro)
- Upgrade or downgrade your plan
- Add or update a payment method
- Download past invoices
Environments
Create, rename, and delete environments. See Environments for full details.
Shared Variables
Define variables that can be shared across multiple services within the project. See Variables → Shared variables for full details.
Webhooks
Configure webhooks to receive HTTP notifications when deployment events occur.
- Go to Project Settings → Webhooks.
- Click Add Webhook.
- Enter the destination URL and choose which events to subscribe to (e.g. deployment started, deployment succeeded, deployment failed).
- Click Save.
Webhook payloads are sent as JSON POST requests to the configured URL.
Members
Invite and manage project members. See Members for full details.
Tokens
Project tokens allow programmatic access to a specific environment without requiring a user account. They are useful for CI/CD pipelines and automation.
Creating a token
- Go to Project Settings → Tokens.
- Click New Token.
- Enter a descriptive name and select the environment the token should be scoped to.
- Click Create and copy the token immediately — it will not be shown again.
Revoking a token
Find the token in the list and click Delete. The token is immediately invalidated.
Treat tokens as secrets. Never commit them to version control. Store them in your CI/CD secrets manager.
Edge Devices
Connect and manage edge devices (IoT, on-premises nodes) that communicate with the platform. Configuration options depend on your plan.
Danger zone
The Danger tab contains irreversible actions:
- Delete project — permanently removes the project, all environments, all services, and all deployments. This cannot be undone.
You will be asked to type the project name to confirm before deletion proceeds.
Account
Manage your personal account settings:
- Update display name and email
- Change password
- Sign out of all devices
- Delete your account