table of contents
| serve(1) | General Commands Manual | serve(1) |
NAME¶
serve - Start ACP server over HTTP and WebSocket
SYNOPSIS¶
serve [--host] [--port] [--tls] [--tls-cert-path] [--tls-key-path] [--platform] [--with-builtin] [--dangerously-unauthenticated] [--allowed-origin] [--enable-scheduler] [-h|--help]
DESCRIPTION¶
Start ACP server over HTTP and WebSocket
OPTIONS¶
- --host <HOST> [default: 127.0.0.1]
- --port <PORT> [default: 3284]
- --tls
- Serve ACP over TLS
- --tls-cert-path <PATH>
- --tls-key-path <PATH>
- --platform <PLATFORM> [default: cli]
-
Possible values:
- cli
- desktop
- --with-builtin <NAME>
- Add one or more builtin extensions that are bundled with goose by specifying their names, comma-separated
- --dangerously-unauthenticated
- Start the ACP endpoint without requiring GOOSE_SERVER__SECRET_KEY
- --allowed-origin <ORIGIN>
- Allow an exact Origin value for ACP CORS; may be specified multiple times and replaces the default loopback origins
- --enable-scheduler
- Enable scheduled recipe execution
- -h, --help
- Print help (see a summary with '-h')
SEE ALSO¶
goose(1), goose-acp(1), goose-completion(1), goose-configure(1), goose-doctor(1), goose-gateway(1), goose-info(1), goose-mcp(1), goose-plugin(1), goose-recipe(1), goose-review(1), goose-run(1), goose-schedule(1), goose-session(1), goose-skills(1), goose-term(1)
| serve |