Log In
Cloud docs

Skene Cloud documentation

Connect your database, deploy growth triggers, and automate lifecycle actions from the Skene dashboard.

Skene Cloud

Skene Cloud is the hosted platform for automating product-led growth. Connect your Supabase project, analyze your schema, define growth features, and deploy database triggers — all from the dashboard.

How it works

Connect Supabase → Analyze Schema → Create Features → Compile → Deploy Triggers → Monitor
  1. Connect your Supabase project via OAuth (read-only or read-write).
  2. Analyze your database schema. Skene introspects tables, identifies time/trigger/value fields, and suggests lifecycle stages.
  3. Create features using premade templates, the Skene Agent, or by pushing from the CLI.
  4. Compile features into state machines with conditions, effects, and lifecycle transitions.
  5. Deploy database triggers directly into your Supabase project.
  6. Monitor events, feature decisions, and action results in the Logs page.

CLI + Cloud

The skene CLI and Skene Cloud work together. The CLI analyzes your codebase locally and pushes artifacts to the Cloud via POST /api/v1/push:

CLI artifactCloud storage pathPurpose
engine.yamlskene/engine.yamlFeature definitions and state machines
schema.yamlskene/schema.yamlDatabase schema snapshot
growth-manifest.jsonskene-context/growth-manifest.jsonCodebase analysis results
feature-registry.jsonfeature-registry/registry.jsonFeature tracking across runs
growth-plan.mdskene-context/growth-plan.mdGrowth strategy document

Cloud can also read your schema directly from the connected Supabase project — the CLI path is optional. Both flows feed into the same compile and deploy pipeline.

Documentation

Setup

Using Skene Cloud

  • Schema Analysis — Database introspection, TTV map, lifecycle stages
  • Features & Deploy — Create, compile, and deploy growth features
  • Logs — Monitor events, debug dispatch decisions

Administration

  • Workspace — Members, API keys, integrations
  • skene CLI — Analyze codebases locally, generate growth plans, and push from the terminal
© 2026 Skene. All rights reserved.