Scroll to navigation

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

Serve ACP over TLS

Possible values:

  • cli
  • desktop
Add one or more builtin extensions that are bundled with goose by specifying their names, comma-separated
Start the ACP endpoint without requiring GOOSE_SERVER__SECRET_KEY
Allow an exact Origin value for ACP CORS; may be specified multiple times and replaces the default loopback origins
Enable scheduled recipe execution
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