OptionalactionEndpoints?: ActionEndpointsByCollectionOptionalforestServer?: { renderingId: string | number; serverToken: string; serverUrl: string }OptionaloverridePermissions?: (permissions: PermissionsOverride) => Promise<void>Optionaltoken?: string
Connection to the Forest Admin server. Provide it to enable server-side features that call the Forest server (e.g. creating approval requests); omit it for a client that only talks to the agent (e.g. tests).
serverUrlis the Forest server, distinct from the agenturlabove.