list
get
create
update
Vanity URLs require a proxy on your domain and take effect on the next deploy; see Vanity URLs.
delete
--force. Does not delete workspace source.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Manage production apps — the deploy targets for your entities
synthetiq production-app list [--entity-id <entity-id>] [--page <n>] [--page-size <n>] [--json]
ID APP SUBDOMAIN URL CREATED
8f1a6d5c-… my-app my-app https://my-app.apps.acme.com Jun 10, 2026
synthetiq production-app get <production-app-id> [--json]
synthetiq production-app create <entity-id> --subdomain <subdomain> [--json]
synthetiq production-app update <production-app-id> [--subdomain <subdomain>] [--worker-config <jsonPath>] [--app-url <url>] [--api-url <url>]
| Flag | Description |
|---|---|
--subdomain <subdomain> | New subdomain |
--worker-config <jsonPath> | Path to a JSON file with the worker config |
--app-url <url> | Vanity frontend origin (custom domain); pass "" to clear |
--api-url <url> | Vanity API base / OAuth issuer (custom domain); pass "" to clear |
synthetiq production-app delete <production-app-id> [--force]
--force. Does not delete workspace source.
synthetiq production-app oauth-credentials <production-app-id> [--json]
