pome session manages hosted twin sandboxes on the Pome control plane — the same
sessions visible on the dashboard Twins page. Requires pome login (or
POME_API_KEY).
GitHub and Stripe are supported today. Slack is local pome run only.
Usage
session create
Spin up a hosted sandbox for a twin and print connection details.
Options
| Flag | Default | Description |
|---|---|---|
--twin <name> | — | Required. github or stripe. |
--api-url <url> | POME_API_URL or https://api.pome.sh | Control-plane base URL. |
--show-secrets | off | Print bearer tokens and API keys. Unsafe on shared terminals. |
--format <fmt> | text | Output format: text, json, or env (shell export lines). |
Examples
--format env, output includes lines like:
session list
List hosted sessions. Defaults to --state running, matching the dashboard view.
Options
| Flag | Default | Description |
|---|---|---|
--state <state> | running | Filter: running, ready, done, expired, or all. running matches both server-side ready and running. |
--limit <n> | 20 | Maximum rows to return. |
--format <fmt> | text | text or json. |
--api-url <url> | POME_API_URL or https://api.pome.sh | Control-plane base URL. |
Examples
session stop
Stop a hosted session by id (ses_…).
Arguments
| Argument | Required | Description |
|---|---|---|
<session-id> | Yes | Session id from session create or session list. |
Options
| Flag | Default | Description |
|---|---|---|
--api-url <url> | POME_API_URL or https://api.pome.sh | Control-plane base URL. |