Bind address
default0.0.0.0 The IP address that the Coral server will bind to. The Coral server API will be available on this address.
External address
default value of bind addressThe remote IP address of the Coral server. This IP address is given to Coral agents. This is useful if the Coral agents are launched on separate machines, such as within a Kubernetes cluster.
Bind port
default5555 The port that the Coral server will bind to. Only TCP traffic is used by the Coral server.
Allow any host
defaultfalse Controls the CORS policy for the Coral server API. This should only be set to
true during development.
Webhook secret
default v4 UUIDA secret used to sign webhook requests. Webhooks will contain a HmacSHA256 signature of the payload in the
X-Coral-Signature header. This secret should be verified by the recipient of the webhook.
Custom tool secret
default v4 UUIDA secret used to sign agent custom tool calls. Agent custom tool calls will contain a HmacSHA256 signature of the payload in the
X-Coral-Signature header. This secret should be verified by the recipient of the webhook.