You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`bootstrap` validates the exact identity, scopes down an admin key before saving it, preserves existing Voice AI settings, and starts or restarts the detached gateway. Signing-key replacement is explicit because it transfers verified webhook delivery away from gateways using the previous key. The command prints a secret-redacted JSON result and is safe to resume.
85
+
`bootstrap` is non-interactive and resumable. It validates the exact identity,
86
+
scopes down an admin key before saving it in the plugin's private local
87
+
configuration, preserves existing Voice AI settings, and starts or restarts the
88
+
detached gateway. Signing-key replacement is explicit because it transfers
89
+
verified webhook delivery away from gateways using the previous key.
90
+
91
+
The command prints a secret-redacted JSON result. Handle it by `status`:
92
+
93
+
-`configured`: run `inkbox-opencode doctor` to verify the installation,
94
+
credentials, identity, connectivity, and gateway.
95
+
-`requires_human`: show the human every entry in `humanActions`, wait for them
96
+
to complete the requested action, then resume by running the same bootstrap
97
+
command with the same assigned identity.
98
+
-`error`: inspect the redacted `error` and completed `actions`, run
99
+
`inkbox-opencode doctor` for diagnostics when configuration was saved, correct
100
+
the cause, and retry the same bootstrap command. Do not switch to signup or
0 commit comments