Simplifyd Cloud
HomeDashboardSettings

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:

MetricDescription
MemoryAverage memory consumed across all replicas (GB-hours)
CPUvCPU-hours consumed
NetworkOutbound network transfer (GB)
ZerodataZerodata 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.

  1. Go to Project Settings → Webhooks.
  2. Click Add Webhook.
  3. Enter the destination URL and choose which events to subscribe to (e.g. deployment started, deployment succeeded, deployment failed).
  4. 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

  1. Go to Project Settings → Tokens.
  2. Click New Token.
  3. Enter a descriptive name and select the environment the token should be scoped to.
  4. 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