Skip to main content

Bind address

default 0.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 address
The 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

default 5555
The port that the Coral server will bind to. Only TCP traffic is used by the Coral server.

Allow any host

default false
Controls the CORS policy for the Coral server API. This should only be set to true during development.

Webhook secret

default v4 UUID
A 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 UUID
A 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.